Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PaymentMethodSetFraudProtection

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:payment_method_set_fraud_protection"
links: { fx:fraud_protection: FraudProtection; fx:payment_method_set: PaymentMethodSet; fx:store: Backend.Rels.Store; self: PaymentMethodSetFraudProtection }

Type declaration

props: { date_created: null | string; date_modified: null | string; fraud_protection_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.

  • fraud_protection_uri: string

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

  • payment_method_set_uri: string

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

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

Generated using TypeDoc