class Stripe::PaymentMethodDetailsCard
- Stripe::PaymentMethodDetailsCard
- Reference
- Object
Overview
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- OpenApi::Json
- OpenApi::Validatable
Defined in:
stripe/models/payment_method_details_card.crConstant Summary
-
MAX_LENGTH_FOR_AUTHORIZATION_CODE =
5000
-
MAX_LENGTH_FOR_BRAND =
5000
-
MAX_LENGTH_FOR_COUNTRY =
5000
-
MAX_LENGTH_FOR_DESCRIPTION =
5000
-
MAX_LENGTH_FOR_FINGERPRINT =
5000
-
MAX_LENGTH_FOR_FUNDING =
5000
-
MAX_LENGTH_FOR_IIN =
5000
-
MAX_LENGTH_FOR_ISSUER =
5000
-
MAX_LENGTH_FOR_LAST4 =
5000
-
MAX_LENGTH_FOR_MANDATE =
5000
-
MAX_LENGTH_FOR_NETWORK =
5000
Constructors
- .new(pull : JSON::PullParser)
-
.new(*, amount_authorized : Int64 | Nil = nil, authorization_code : String | Nil = nil, brand : String | Nil = nil, checks : Stripe::PaymentMethodDetailsCardChecks1 | Nil = nil, country : String | Nil = nil, exp_month : Int64 | Nil = nil, exp_year : Int64 | Nil = nil, funding : String | Nil = nil, installments : Stripe::PaymentMethodDetailsCardInstallments1 | Nil = nil, last4 : String | Nil = nil, mandate : String | Nil = nil, network : String | Nil = nil, three_d_secure : Stripe::PaymentMethodDetailsCardThreeDSecure | Nil = nil, wallet : Stripe::PaymentMethodDetailsCardWallet1 | Nil = nil, capture_before : Int64 | Nil = nil, description : String | Nil = nil, extended_authorization : Stripe::PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesExtendedAuthorizationExtendedAuthorization | Nil = nil, fingerprint : String | Nil = nil, iin : String | Nil = nil, incremental_authorization : Stripe::PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesIncrementalAuthorizationIncrementalAuthorization | Nil = nil, issuer : String | Nil = nil, moto : Bool | Nil = nil, multicapture : Stripe::PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceMulticapture | Nil = nil, network_token : Stripe::PaymentMethodDetailsCardNetworkToken1 | Nil = nil, overcapture : Stripe::PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesOvercaptureOvercapture | Nil = nil)
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance Method Summary
-
#==(other : self)
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes.
- #amount_authorized : Int64 | Nil
-
#amount_authorized=(new_value : Int64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #authorization_code : String | Nil
-
#authorization_code=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #brand : String | Nil
-
#brand=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #capture_before : Int64 | Nil
-
#capture_before=(new_value : Int64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #checks : Stripe::PaymentMethodDetailsCardChecks1 | Nil
-
#checks=(new_value : Stripe::PaymentMethodDetailsCardChecks1 | Nil)
Custom attribute writer method checking allowed values (enum).
- #country : String | Nil
-
#country=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #description : String | Nil
-
#description=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #description_present=(description_present : Bool)
- #description_present? : Bool
- #exp_month : Int64 | Nil
-
#exp_month=(new_value : Int64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #exp_year : Int64 | Nil
-
#exp_year=(new_value : Int64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #extended_authorization : Stripe::PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesExtendedAuthorizationExtendedAuthorization | Nil
-
#extended_authorization=(new_value : Stripe::PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesExtendedAuthorizationExtendedAuthorization | Nil)
Custom attribute writer method checking allowed values (enum).
- #fingerprint : String | Nil
-
#fingerprint=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #fingerprint_present=(fingerprint_present : Bool)
- #fingerprint_present? : Bool
- #funding : String | Nil
-
#funding=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
-
#hash(hasher)
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes.
- #iin : String | Nil
-
#iin=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #iin_present=(iin_present : Bool)
- #iin_present? : Bool
- #incremental_authorization : Stripe::PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesIncrementalAuthorizationIncrementalAuthorization | Nil
-
#incremental_authorization=(new_value : Stripe::PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesIncrementalAuthorizationIncrementalAuthorization | Nil)
Custom attribute writer method checking allowed values (enum).
- #installments : Stripe::PaymentMethodDetailsCardInstallments1 | Nil
-
#installments=(new_value : Stripe::PaymentMethodDetailsCardInstallments1 | Nil)
Custom attribute writer method checking allowed values (enum).
- #issuer : String | Nil
-
#issuer=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #issuer_present=(issuer_present : Bool)
- #issuer_present? : Bool
- #last4 : String | Nil
-
#last4=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
-
#list_invalid_properties : Array(String)
Show invalid properties with the reasons.
- #mandate : String | Nil
-
#mandate=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #moto : Bool | Nil
-
#moto=(new_value : Bool | Nil)
Custom attribute writer method checking allowed values (enum).
- #moto_present=(moto_present : Bool)
- #moto_present? : Bool
- #multicapture : Stripe::PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceMulticapture | Nil
-
#multicapture=(new_value : Stripe::PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceMulticapture | Nil)
Custom attribute writer method checking allowed values (enum).
- #network : String | Nil
-
#network=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #network_token : Stripe::PaymentMethodDetailsCardNetworkToken1 | Nil
-
#network_token=(new_value : Stripe::PaymentMethodDetailsCardNetworkToken1 | Nil)
Custom attribute writer method checking allowed values (enum).
- #network_token_present=(network_token_present : Bool)
- #network_token_present? : Bool
- #overcapture : Stripe::PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesOvercaptureOvercapture | Nil
-
#overcapture=(new_value : Stripe::PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesOvercaptureOvercapture | Nil)
Custom attribute writer method checking allowed values (enum).
- #three_d_secure : Stripe::PaymentMethodDetailsCardThreeDSecure | Nil
-
#three_d_secure=(new_value : Stripe::PaymentMethodDetailsCardThreeDSecure | Nil)
Custom attribute writer method checking allowed values (enum).
-
#valid? : Bool
Check to see if the all the properties in the model are valid @return true if the model is valid
- #wallet : Stripe::PaymentMethodDetailsCardWallet1 | Nil
-
#wallet=(new_value : Stripe::PaymentMethodDetailsCardWallet1 | Nil)
Custom attribute writer method checking allowed values (enum).
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
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance Method Detail
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] amount_authorized Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] authorization_code Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] brand Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] capture_before Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] checks Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] country Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] description Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] exp_month Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] exp_year Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] extended_authorization Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] fingerprint Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] funding Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] iin Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] incremental_authorization Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] installments Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] issuer Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] last4 Object to be assigned
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Custom attribute writer method checking allowed values (enum). @param [Object] mandate Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] moto Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] multicapture Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] network Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] network_token Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] overcapture Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] three_d_secure Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid
Custom attribute writer method checking allowed values (enum). @param [Object] wallet Object to be assigned