Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PaymentMethodSetHostedPaymentGateway

Hierarchy

  • Core.Graph
    • PaymentMethodSetHostedPaymentGateway

Index

Properties

child?: Core.Graph
curie: "fx:payment_method_set_hosted_payment_gateway"
links: { fx:hosted_payment_gateway: HostedPaymentGateway; fx:payment_method_set: PaymentMethodSet; fx:store: Backend.Rels.Store; self: PaymentMethodSetHostedPaymentGateway }

Type declaration

props: { date_created: null | string; date_modified: null | string; hosted_payment_gateway_uri: string; payment_method_set_uri: string }

Type declaration

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • hosted_payment_gateway_uri: string

    The full API URI of the hosted payment gateway associated with this payment method set hosted payment gateway.

  • payment_method_set_uri: string

    The full API URI of the payment method set associated with this payment method set hosted payment gateway.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc