stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.PaymentMethodCardWalletVisaCheckout

Description

Contains the types generated from the schema PaymentMethodCardWalletVisaCheckout

Synopsis

Documentation

data PaymentMethodCardWalletVisaCheckout Source #

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

Constructors

PaymentMethodCardWalletVisaCheckout 

Fields

data PaymentMethodCardWalletVisaCheckoutBillingAddress' Source #

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

PaymentMethodCardWalletVisaCheckoutBillingAddress' 

Fields

Instances

Instances details
Eq PaymentMethodCardWalletVisaCheckoutBillingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardWalletVisaCheckout

Show PaymentMethodCardWalletVisaCheckoutBillingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardWalletVisaCheckout

ToJSON PaymentMethodCardWalletVisaCheckoutBillingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardWalletVisaCheckout

FromJSON PaymentMethodCardWalletVisaCheckoutBillingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardWalletVisaCheckout

data PaymentMethodCardWalletVisaCheckoutShippingAddress' Source #

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

PaymentMethodCardWalletVisaCheckoutShippingAddress' 

Fields

Instances

Instances details
Eq PaymentMethodCardWalletVisaCheckoutShippingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardWalletVisaCheckout

Show PaymentMethodCardWalletVisaCheckoutShippingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardWalletVisaCheckout

ToJSON PaymentMethodCardWalletVisaCheckoutShippingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardWalletVisaCheckout

FromJSON PaymentMethodCardWalletVisaCheckoutShippingAddress' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardWalletVisaCheckout