AdyenCheckoutEx.Model.MerchantRiskIndicator (adyen_checkout_ex v0.1.0)
Link to this section Summary
Link to this section Types
Specs
t() :: %AdyenCheckoutEx.Model.MerchantRiskIndicator{
addressMatch: boolean() | nil,
deliveryAddressIndicator: String.t() | nil,
deliveryEmail: String.t() | nil,
deliveryTimeframe: String.t() | nil,
giftCardAmount: AdyenCheckoutEx.Model.Amount.t() | nil,
giftCardCount: integer() | nil,
preOrderDate: DateTime.t() | nil,
preOrderPurchase: boolean() | nil,
reorderItems: boolean() | nil
}