class Stripe::PaymentMethodDetails

Overview

Included Modules

Defined in:

stripe/models/payment_method_details.cr

Constant Summary

MAX_LENGTH_FOR__TYPE = 5000

Constructors

Instance Method Summary

Instance methods inherited from module OpenApi::Json

after_initialize after_initialize, clone clone, eql?(o : self) eql?, to_hash : Hash(String, JSON::Any) to_hash, to_json_any : JSON::Any to_json_any

Class methods inherited from module OpenApi::Json

build_from_hash(hash : Hash) build_from_hash, build_from_json_any(json_any : JSON::Any) build_from_json_any

Instance methods inherited from module OpenApi::Validatable

list_invalid_properties : Array(String) list_invalid_properties, list_invalid_properties_for(key : String) : Array(String) list_invalid_properties_for, valid? : Bool valid?, validate : Nil validate

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, _type : String | Nil = nil, ach_credit_transfer : Stripe::PaymentMethodDetailsAchCreditTransfer | Nil = nil, ach_debit : Stripe::PaymentMethodDetailsAchDebit | Nil = nil, acss_debit : Stripe::PaymentMethodDetailsAcssDebit | Nil = nil, affirm : Stripe::PaymentMethodDetailsAffirm | Nil = nil, afterpay_clearpay : Stripe::PaymentMethodDetailsAfterpayClearpay | Nil = nil, alipay : Stripe::PaymentFlowsPrivatePaymentMethodsAlipayDetails | Nil = nil, amazon_pay : JSON::Any | Nil = nil, au_becs_debit : Stripe::PaymentMethodDetailsAuBecsDebit | Nil = nil, bacs_debit : Stripe::PaymentMethodDetailsBacsDebit | Nil = nil, bancontact : Stripe::PaymentMethodDetailsBancontact | Nil = nil, blik : Stripe::PaymentMethodDetailsBlik | Nil = nil, boleto : Stripe::PaymentMethodDetailsBoleto | Nil = nil, card : Stripe::PaymentMethodDetailsCard | Nil = nil, card_present2 : Stripe::PaymentMethodDetailsCardPresent | Nil = nil, cashapp : Stripe::PaymentMethodDetailsCashapp | Nil = nil, customer_balance : JSON::Any | Nil = nil, eps : Stripe::PaymentMethodDetailsEps | Nil = nil, fpx : Stripe::PaymentMethodDetailsFpx | Nil = nil, giropay : Stripe::PaymentMethodDetailsGiropay | Nil = nil, grabpay : Stripe::PaymentMethodDetailsGrabpay | Nil = nil, ideal : Stripe::PaymentMethodDetailsIdeal | Nil = nil, interac_present : Stripe::PaymentMethodDetailsInteracPresent | Nil = nil, klarna : Stripe::PaymentMethodDetailsKlarna | Nil = nil, konbini : Stripe::PaymentMethodDetailsKonbini | Nil = nil, link : Stripe::PaymentMethodDetailsLink | Nil = nil, mobilepay : Stripe::PaymentMethodDetailsMobilepay | Nil = nil, multibanco : Stripe::PaymentMethodDetailsMultibanco | Nil = nil, oxxo : Stripe::PaymentMethodDetailsOxxo | Nil = nil, p24 : Stripe::PaymentMethodDetailsP24 | Nil = nil, paynow : Stripe::PaymentMethodDetailsPaynow | Nil = nil, paypal : Stripe::PaymentMethodDetailsPaypal | Nil = nil, pix : Stripe::PaymentMethodDetailsPix | Nil = nil, promptpay : Stripe::PaymentMethodDetailsPromptpay | Nil = nil, revolut_pay : JSON::Any | Nil = nil, sepa_credit_transfer : Stripe::PaymentMethodDetailsSepaCreditTransfer | Nil = nil, sepa_debit : Stripe::PaymentMethodDetailsSepaDebit | Nil = nil, sofort : Stripe::PaymentMethodDetailsSofort | Nil = nil, stripe_account : JSON::Any | Nil = nil, swish : Stripe::PaymentMethodDetailsSwish | Nil = nil, twint : JSON::Any | Nil = nil, us_bank_account : Stripe::PaymentMethodDetailsUsBankAccount | Nil = nil, wechat : JSON::Any | Nil = nil, wechat_pay : Stripe::PaymentMethodDetailsWechatPay | Nil = nil, zip : JSON::Any | Nil = nil) #

Initializes the object @param [Hash] attributes Model attributes in the form of hash


[View source]

Instance Method Detail

def ==(other : self) #

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code


def _type : String | Nil #

[View source]
def _type=(new_value : String | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] _type Object to be assigned


[View source]
def ach_credit_transfer : Stripe::PaymentMethodDetailsAchCreditTransfer | Nil #

[View source]
def ach_credit_transfer=(new_value : Stripe::PaymentMethodDetailsAchCreditTransfer | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] ach_credit_transfer Object to be assigned


[View source]
def ach_debit : Stripe::PaymentMethodDetailsAchDebit | Nil #

[View source]
def ach_debit=(new_value : Stripe::PaymentMethodDetailsAchDebit | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] ach_debit Object to be assigned


[View source]
def acss_debit : Stripe::PaymentMethodDetailsAcssDebit | Nil #

[View source]
def acss_debit=(new_value : Stripe::PaymentMethodDetailsAcssDebit | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] acss_debit Object to be assigned


[View source]

[View source]
def affirm=(new_value : Stripe::PaymentMethodDetailsAffirm | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] affirm Object to be assigned


[View source]
def afterpay_clearpay : Stripe::PaymentMethodDetailsAfterpayClearpay | Nil #

[View source]
def afterpay_clearpay=(new_value : Stripe::PaymentMethodDetailsAfterpayClearpay | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] afterpay_clearpay Object to be assigned


[View source]

[View source]

Custom attribute writer method checking allowed values (enum). @param [Object] alipay Object to be assigned


[View source]
def amazon_pay : JSON::Any | Nil #

[View source]
def amazon_pay=(new_value : JSON::Any | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] amazon_pay Object to be assigned


[View source]
def au_becs_debit : Stripe::PaymentMethodDetailsAuBecsDebit | Nil #

[View source]
def au_becs_debit=(new_value : Stripe::PaymentMethodDetailsAuBecsDebit | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] au_becs_debit Object to be assigned


[View source]
def bacs_debit : Stripe::PaymentMethodDetailsBacsDebit | Nil #

[View source]
def bacs_debit=(new_value : Stripe::PaymentMethodDetailsBacsDebit | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] bacs_debit Object to be assigned


[View source]
def bancontact : Stripe::PaymentMethodDetailsBancontact | Nil #

[View source]
def bancontact=(new_value : Stripe::PaymentMethodDetailsBancontact | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] bancontact Object to be assigned


[View source]

[View source]
def blik=(new_value : Stripe::PaymentMethodDetailsBlik | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] blik Object to be assigned


[View source]

[View source]
def boleto=(new_value : Stripe::PaymentMethodDetailsBoleto | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] boleto Object to be assigned


[View source]

[View source]
def card=(new_value : Stripe::PaymentMethodDetailsCard | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] card Object to be assigned


[View source]
def card_present : Stripe::PaymentMethodDetailsCardPresent | Nil #

[View source]
def card_present=(new_value : Stripe::PaymentMethodDetailsCardPresent | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] card_present Object to be assigned


[View source]

[View source]
def cashapp=(new_value : Stripe::PaymentMethodDetailsCashapp | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] cashapp Object to be assigned


[View source]
def customer_balance : JSON::Any | Nil #

[View source]
def customer_balance=(new_value : JSON::Any | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] customer_balance Object to be assigned


[View source]

[View source]
def eps=(new_value : Stripe::PaymentMethodDetailsEps | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] eps Object to be assigned


[View source]

[View source]
def fpx=(new_value : Stripe::PaymentMethodDetailsFpx | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] fpx Object to be assigned


[View source]

[View source]
def giropay=(new_value : Stripe::PaymentMethodDetailsGiropay | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] giropay Object to be assigned


[View source]

[View source]
def grabpay=(new_value : Stripe::PaymentMethodDetailsGrabpay | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] grabpay Object to be assigned


[View source]
def hash(hasher) #

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code



[View source]
def ideal=(new_value : Stripe::PaymentMethodDetailsIdeal | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] ideal Object to be assigned


[View source]
def interac_present : Stripe::PaymentMethodDetailsInteracPresent | Nil #

[View source]
def interac_present=(new_value : Stripe::PaymentMethodDetailsInteracPresent | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] interac_present Object to be assigned


[View source]

[View source]
def klarna=(new_value : Stripe::PaymentMethodDetailsKlarna | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] klarna Object to be assigned


[View source]

[View source]
def konbini=(new_value : Stripe::PaymentMethodDetailsKonbini | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] konbini Object to be assigned


[View source]

[View source]
def link=(new_value : Stripe::PaymentMethodDetailsLink | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] link Object to be assigned


[View source]
def list_invalid_properties : Array(String) #

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons


[View source]

[View source]
def mobilepay=(new_value : Stripe::PaymentMethodDetailsMobilepay | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] mobilepay Object to be assigned


[View source]
def multibanco : Stripe::PaymentMethodDetailsMultibanco | Nil #

[View source]
def multibanco=(new_value : Stripe::PaymentMethodDetailsMultibanco | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] multibanco Object to be assigned


[View source]

[View source]
def oxxo=(new_value : Stripe::PaymentMethodDetailsOxxo | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] oxxo Object to be assigned


[View source]

[View source]
def p24=(new_value : Stripe::PaymentMethodDetailsP24 | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] p24 Object to be assigned


[View source]

[View source]
def paynow=(new_value : Stripe::PaymentMethodDetailsPaynow | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] paynow Object to be assigned


[View source]

[View source]
def paypal=(new_value : Stripe::PaymentMethodDetailsPaypal | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] paypal Object to be assigned


[View source]

[View source]
def pix=(new_value : Stripe::PaymentMethodDetailsPix | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] pix Object to be assigned


[View source]

[View source]
def promptpay=(new_value : Stripe::PaymentMethodDetailsPromptpay | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] promptpay Object to be assigned


[View source]
def revolut_pay : JSON::Any | Nil #

[View source]
def revolut_pay=(new_value : JSON::Any | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] revolut_pay Object to be assigned


[View source]
def sepa_credit_transfer : Stripe::PaymentMethodDetailsSepaCreditTransfer | Nil #

[View source]
def sepa_credit_transfer=(new_value : Stripe::PaymentMethodDetailsSepaCreditTransfer | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] sepa_credit_transfer Object to be assigned


[View source]
def sepa_debit : Stripe::PaymentMethodDetailsSepaDebit | Nil #

[View source]
def sepa_debit=(new_value : Stripe::PaymentMethodDetailsSepaDebit | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] sepa_debit Object to be assigned


[View source]

[View source]
def sofort=(new_value : Stripe::PaymentMethodDetailsSofort | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] sofort Object to be assigned


[View source]
def stripe_account : JSON::Any | Nil #

[View source]
def stripe_account=(new_value : JSON::Any | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] stripe_account Object to be assigned


[View source]

[View source]
def swish=(new_value : Stripe::PaymentMethodDetailsSwish | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] swish Object to be assigned


[View source]
def twint : JSON::Any | Nil #

[View source]
def twint=(new_value : JSON::Any | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] twint Object to be assigned


[View source]
def us_bank_account : Stripe::PaymentMethodDetailsUsBankAccount | Nil #

[View source]
def us_bank_account=(new_value : Stripe::PaymentMethodDetailsUsBankAccount | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] us_bank_account Object to be assigned


[View source]
def valid? : Bool #

Check to see if the all the properties in the model are valid @return true if the model is valid


[View source]
def wechat : JSON::Any | Nil #

[View source]
def wechat=(new_value : JSON::Any | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] wechat Object to be assigned


[View source]
def wechat_pay : Stripe::PaymentMethodDetailsWechatPay | Nil #

[View source]
def wechat_pay=(new_value : Stripe::PaymentMethodDetailsWechatPay | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] wechat_pay Object to be assigned


[View source]
def zip : JSON::Any | Nil #

[View source]
def zip=(new_value : JSON::Any | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] zip Object to be assigned


[View source]