Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PaymentMethodSet

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:payment_method_set"
links: { fx:payment_gateway: PaymentGateway; fx:payment_method_set_fraud_protections: PaymentMethodSetFraudProtections; fx:payment_method_set_hosted_payment_gateways: PaymentMethodSetHostedPaymentGateways; fx:payment_method_sets: PaymentMethodSets; fx:store: Backend.Rels.Store; self: PaymentMethodSet }

Type declaration

props: { date_created: null | string; date_modified: null | string; description: string; gateway_uri: string; is_live: boolean; is_purchase_order_enabled: boolean }

Type declaration

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • description: string

    The description of your payment method set.

  • gateway_uri: string

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

  • is_live: boolean

    Set this to true to enable a live payment gateway and live hosted gateways. This can only be set to true if your store is active. If this is set to false, transactions will be processed as test transactions.

  • is_purchase_order_enabled: boolean

    Set this to true to enable the purchase order payment option on your store. This can only be set to true if your store is active.

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

Generated using TypeDoc