Interface

PaymentPreferences

PaymentPreferences

Payment preferences for a customer

View Source model/Preferences.d.ts, line 29

Members

string

# primaryInstrumentId Optional

The primary instrument that will be used by default for a payment if a specific instrument is not specified. The primary instrument will be used for the balance of the payment after any specified secondary instruments are used first.

View Source model/Preferences.d.ts, line 35

SecondaryInstrumentPreferences

# secondaryInstruments Optional

Rules for the creation of a default set of secondary instruments to be used for a payment if a specific set is not specified. Secondary instruments are used in order until the full amount of the payment has been paid.

View Source model/Preferences.d.ts, line 43