stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.PaymentMethodCardWalletMasterpass

Description

Contains the types generated from the schema PaymentMethodCardWalletMasterpass

Synopsis

Documentation

data PaymentMethodCardWalletMasterpass Source #

Defines the object schema located at components.schemas.payment_method_card_wallet_masterpass in the specification.

Constructors

PaymentMethodCardWalletMasterpass 

Fields

data PaymentMethodCardWalletMasterpassBillingAddress' Source #

Defines the object schema located at components.schemas.payment_method_card_wallet_masterpass.properties.billing_address.anyOf in the specification.

Owner\'s verified billing address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.

Constructors

PaymentMethodCardWalletMasterpassBillingAddress' 

Fields

Instances

Instances details
Eq PaymentMethodCardWalletMasterpassBillingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardWalletMasterpass

Show PaymentMethodCardWalletMasterpassBillingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardWalletMasterpass

ToJSON PaymentMethodCardWalletMasterpassBillingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardWalletMasterpass

FromJSON PaymentMethodCardWalletMasterpassBillingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardWalletMasterpass

data PaymentMethodCardWalletMasterpassShippingAddress' Source #

Defines the object schema located at components.schemas.payment_method_card_wallet_masterpass.properties.shipping_address.anyOf in the specification.

Owner\'s verified shipping address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.

Constructors

PaymentMethodCardWalletMasterpassShippingAddress' 

Fields

Instances

Instances details
Eq PaymentMethodCardWalletMasterpassShippingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardWalletMasterpass

Show PaymentMethodCardWalletMasterpassShippingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardWalletMasterpass

ToJSON PaymentMethodCardWalletMasterpassShippingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardWalletMasterpass

FromJSON PaymentMethodCardWalletMasterpassShippingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardWalletMasterpass