Type aliases
ErrorResponse
ErrorResponse: { detail: string ; instance?: undefined | string ; title: string ; type: string } & {}
Defined in src/lib/shopperPayments/models/ErrorResponse.ts:17
GetPaymentConfigurationPersonalizedEnum
GetPaymentConfigurationPersonalizedEnum: "none"
Defined in src/lib/shopperPayments/apis/DefaultApi.ts:27
GetPaymentConfigurationSfdcDwDntEnum
GetPaymentConfigurationSfdcDwDntEnum: "0" | "1"
Defined in src/lib/shopperPayments/apis/DefaultApi.ts:23
GetPaymentInstrumentBalanceSfdcDwDntEnum
GetPaymentInstrumentBalanceSfdcDwDntEnum: "0" | "1"
Defined in src/lib/shopperPayments/apis/DefaultApi.ts:31
GiftCardRequest
GiftCardRequest: { brand: string ; cardNumber: string ; cvc: string ; expirationMonth?: undefined | number ; expirationYear?: undefined | number } & {}
Defined in src/lib/shopperPayments/models/GiftCardRequest.ts:19
PaymentConfiguration
Defined in src/lib/shopperPayments/models/PaymentConfiguration.ts:17
PaymentConfigurationPaymentMethodSetAccountsInner
Defined in src/lib/shopperPayments/models/PaymentConfigurationPaymentMethodSetAccountsInner.ts:17
PaymentConfigurationPaymentMethodSetAccountsInnerConfig
PaymentConfigurationPaymentMethodSetAccountsInnerConfig: { bnCode?: undefined | string ; country?: undefined | string ; key?: undefined | string ; paymentMethods?: {} | null } & {}
Defined in src/lib/shopperPayments/models/PaymentConfigurationPaymentMethodSetAccountsInnerConfig.ts:17
PaymentConfigurationPaymentMethodsInner
PaymentConfigurationPaymentMethodsInner: { accountId: string ; paymentMethodType: string ; paymentModes: Array < string > } & {}
Defined in src/lib/shopperPayments/models/PaymentConfigurationPaymentMethodsInner.ts:13
PaymentInstrumentBalanceRequest
Payment
InstrumentBalanceRequest: { giftCard: GiftCardRequest ; paymentMethodId: string } & {}
Defined in src/lib/shopperPayments/models/PaymentInstrumentBalanceRequest.ts:12
PaymentInstrumentBalanceResponse
PaymentInstrumentBalanceResponse: { amount: number ; currency: string } & {}
Defined in src/lib/shopperPayments/models/PaymentInstrumentBalanceResponse.ts:11
ShopperPaymentsParameters
Defined in src/lib/shopperPayments/apis/DefaultApi.ts:78
ShopperPaymentsParameters
Defined in src/lib/shopperPayments/apis/PaymentConfigurationApi.ts:52
ShopperPaymentsPathParameters
Defined in src/lib/shopperPayments/apis/DefaultApi.ts:60
ShopperPaymentsPathParameters
Defined in src/lib/shopperPayments/apis/PaymentConfigurationApi.ts:36
ShopperPaymentsQueryParameters
Defined in src/lib/shopperPayments/apis/DefaultApi.ts:69
ShopperPaymentsQueryParameters
Defined in src/lib/shopperPayments/apis/PaymentConfigurationApi.ts:44
getPaymentConfigurationPathParameters
getPaymentConfigurationPathParameters: { organizationId: string }
Defined in src/lib/shopperPayments/apis/DefaultApi.ts:45
getPaymentConfigurationPathParameters
getPaymentConfigurationPathParameters: { organizationId: string }
Defined in src/lib/shopperPayments/apis/PaymentConfigurationApi.ts:29
getPaymentConfigurationQueryParameters
getPaymentConfigurationQueryParameters: { amount?: number | null ; countryCode?: undefined | string ; currency: string ; personalized?: undefined | "none" ; siteId: string ; zoneId?: string | null }
Defined in src/lib/shopperPayments/apis/DefaultApi.ts:36
Type declaration
Optional amount?: number | null
Optional countryCode?: undefined | string
currency: string
Optional personalized?: undefined | "none"
siteId: string
Optional zoneId?: string | null
getPaymentConfigurationQueryParameters
getPaymentConfigurationQueryParameters: { amount?: number | null ; countryCode?: undefined | string ; currency: string ; siteId: string ; zoneId?: string | null }
Defined in src/lib/shopperPayments/apis/PaymentConfigurationApi.ts:21
Type declaration
Optional amount?: number | null
Optional countryCode?: undefined | string
currency: string
siteId: string
Optional zoneId?: string | null
getPaymentInstrumentBalancePathParameters
getPaymentInstrumentBalancePathParameters: { organizationId: string }
Defined in src/lib/shopperPayments/apis/DefaultApi.ts:53
getPaymentInstrumentBalanceQueryParameters
getPaymentInstrumentBalanceQueryParameters: { siteId: string }
Defined in src/lib/shopperPayments/apis/DefaultApi.ts:49
title: A short, human-readable summary of the problem type. It will not change from occurrence to occurrence of the problem, except for purposes of localization
type: A URI reference [RFC3986] that identifies the problem type. This specification encourages that, when dereferenced, it provide human-readable documentation for the problem type (e.g., using HTML [W3C.REC-html5-20141028]). When this member is not present, its value is assumed to be "about:blank". It accepts relative URIs; this means that they must be resolved relative to the document's base URI, as per [RFC3986], Section 5.
detail: A human-readable explanation specific to this occurrence of the problem.
instance: A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. It accepts relative URIs; this means that they must be resolved relative to the document's base URI, as per [RFC3986], Section 5.