stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.PaymentMethodDetailsCardWalletMasterpass

Description

Contains the types generated from the schema PaymentMethodDetailsCardWalletMasterpass

Synopsis

Documentation

data PaymentMethodDetailsCardWalletMasterpass Source #

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

Constructors

PaymentMethodDetailsCardWalletMasterpass 

Fields

data PaymentMethodDetailsCardWalletMasterpassBillingAddress' Source #

Defines the object schema located at components.schemas.payment_method_details_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

PaymentMethodDetailsCardWalletMasterpassBillingAddress' 

Fields

Instances

Instances details
Eq PaymentMethodDetailsCardWalletMasterpassBillingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodDetailsCardWalletMasterpass

Show PaymentMethodDetailsCardWalletMasterpassBillingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodDetailsCardWalletMasterpass

ToJSON PaymentMethodDetailsCardWalletMasterpassBillingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodDetailsCardWalletMasterpass

FromJSON PaymentMethodDetailsCardWalletMasterpassBillingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodDetailsCardWalletMasterpass

data PaymentMethodDetailsCardWalletMasterpassShippingAddress' Source #

Defines the object schema located at components.schemas.payment_method_details_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

PaymentMethodDetailsCardWalletMasterpassShippingAddress' 

Fields

Instances

Instances details
Eq PaymentMethodDetailsCardWalletMasterpassShippingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodDetailsCardWalletMasterpass

Show PaymentMethodDetailsCardWalletMasterpassShippingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodDetailsCardWalletMasterpass

ToJSON PaymentMethodDetailsCardWalletMasterpassShippingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodDetailsCardWalletMasterpass

FromJSON PaymentMethodDetailsCardWalletMasterpassShippingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodDetailsCardWalletMasterpass