class Stripe::PaymentMethodDetailsCardPresent

Overview

Included Modules

Defined in:

stripe/models/payment_method_details_card_present.cr

Constant Summary

ERROR_MESSAGE_FOR_READ_METHOD = "invalid value for \"read_method\", must be one of [contact_emv, contactless_emv, contactless_magstripe_mode, magnetic_stripe_fallback, magnetic_stripe_track2]."
MAX_LENGTH_FOR_BRAND = 5000
MAX_LENGTH_FOR_BRAND_PRODUCT = 5000
MAX_LENGTH_FOR_CARDHOLDER_NAME = 5000
MAX_LENGTH_FOR_COUNTRY = 5000
MAX_LENGTH_FOR_DESCRIPTION = 5000
MAX_LENGTH_FOR_EMV_AUTH_DATA = 5000
MAX_LENGTH_FOR_FINGERPRINT = 5000
MAX_LENGTH_FOR_FUNDING = 5000
MAX_LENGTH_FOR_GENERATED_CARD = 5000
MAX_LENGTH_FOR_IIN = 5000
MAX_LENGTH_FOR_ISSUER = 5000
MAX_LENGTH_FOR_LAST4 = 5000
MAX_LENGTH_FOR_NETWORK = 5000
MAX_LENGTH_FOR_NETWORK_TRANSACTION_ID = 5000
VALID_VALUES_FOR_READ_METHOD = String.static_array("contact_emv", "contactless_emv", "contactless_magstripe_mode", "magnetic_stripe_fallback", "magnetic_stripe_track2")

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(*, amount_authorized : Int64 | Nil = nil, brand : String | Nil = nil, brand_product : String | Nil = nil, cardholder_name : String | Nil = nil, country : String | Nil = nil, emv_auth_data : String | Nil = nil, exp_month : Int64 | Nil = nil, exp_year : Int64 | Nil = nil, fingerprint : String | Nil = nil, funding : String | Nil = nil, generated_card : String | Nil = nil, incremental_authorization_supported : Bool | Nil = nil, last4 : String | Nil = nil, network : String | Nil = nil, network_transaction_id : String | Nil = nil, offline : Stripe::PaymentMethodDetailsCardPresentOffline1 | Nil = nil, overcapture_supported : Bool | Nil = nil, preferred_locales : Array(String) | Nil = nil, read_method : String | Nil = nil, receipt : Stripe::PaymentMethodDetailsCardPresentReceipt1 | Nil = nil, capture_before : Int64 | Nil = nil, description : String | Nil = nil, iin : String | Nil = nil, issuer : String | Nil = nil, wallet : Stripe::PaymentFlowsPrivatePaymentMethodsCardPresentCommonWallet | 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 amount_authorized : Int64 | Nil #

[View source]
def amount_authorized=(new_value : Int64 | Nil) #

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


[View source]
def brand : String | Nil #

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

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


[View source]
def brand_product : String | Nil #

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

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


[View source]
def capture_before : Int64 | Nil #

[View source]
def capture_before=(new_value : Int64 | Nil) #

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


[View source]
def cardholder_name : String | Nil #

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

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


[View source]
def country : String | Nil #

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

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


[View source]
def description : String | Nil #

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

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


[View source]
def description_present=(description_present : Bool) #

[View source]
def description_present? : Bool #

[View source]
def emv_auth_data : String | Nil #

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

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


[View source]
def exp_month : Int64 | Nil #

[View source]
def exp_month=(new_value : Int64 | Nil) #

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


[View source]
def exp_year : Int64 | Nil #

[View source]
def exp_year=(new_value : Int64 | Nil) #

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


[View source]
def fingerprint : String | Nil #

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

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


[View source]
def funding : String | Nil #

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

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


[View source]
def generated_card : String | Nil #

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

Custom attribute writer method checking allowed values (enum). @param [Object] generated_card 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


def iin : String | Nil #

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

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


[View source]
def iin_present=(iin_present : Bool) #

[View source]
def iin_present? : Bool #

[View source]
def incremental_authorization_supported : Bool | Nil #

[View source]
def incremental_authorization_supported=(new_value : Bool | Nil) #

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


[View source]
def issuer : String | Nil #

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

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


[View source]
def issuer_present=(issuer_present : Bool) #

[View source]
def issuer_present? : Bool #

[View source]
def last4 : String | Nil #

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

Custom attribute writer method checking allowed values (enum). @param [Object] last4 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]
def network : String | Nil #

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

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


[View source]
def network_transaction_id : String | Nil #

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

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


[View source]

[View source]
def offline=(new_value : Stripe::PaymentMethodDetailsCardPresentOffline1 | Nil) #

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


[View source]
def overcapture_supported : Bool | Nil #

[View source]
def overcapture_supported=(new_value : Bool | Nil) #

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


[View source]
def preferred_locales : Array(String) | Nil #

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

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


[View source]
def read_method : String | Nil #

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

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


[View source]

[View source]
def receipt=(new_value : Stripe::PaymentMethodDetailsCardPresentReceipt1 | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] receipt 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]

[View source]

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


[View source]