AllowedPaymentMethods

interface AllowedPaymentMethods

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

applePay
Link copied to clipboard
abstract val applePay: AllowedPaymentMethodsApplePay
creditCard
Link copied to clipboard

The presence of this object in the response indicates that a credit card is an allowed payment method and instrument in the container for the relevant merchant.

abstract val creditCard: AllowedPaymentMethodsCreditCard
giftCard
Link copied to clipboard

The presence of this object in the response indicates that a gift card is an allowed payment method and instrument in the container for the relevant merchant.

abstract val giftCard: AllowedPaymentMethodsGiftCard
googlePay
Link copied to clipboard
abstract val googlePay: AllowedPaymentMethodsGooglePay
paypal
Link copied to clipboard

The presence of this object in the response indicates that paypal is an allowed payment method and instrument in the container for the relevant merchant.

abstract val paypal: AllowedPaymentMethodsPaypal