class Stripe::BalanceTransactionSource

Included Modules

Defined in:

stripe/models/balance_transaction_source.cr

Constant Summary

ERROR_MESSAGE_FOR__TYPE = "invalid value for \"_type\", must be one of [adjusted_for_overdraft, applied_to_payment, funded, funding_reversed, refunded_from_payment, return_canceled, return_initiated, transferred_to_balance, unapplied_from_payment, capture, refund, bank_account, card]."
ERROR_MESSAGE_FOR_AUTHORIZATION_METHOD = "invalid value for \"authorization_method\", must be one of [chip, contactless, keyed_in, online, swipe]."
ERROR_MESSAGE_FOR_LOSS_REASON = "invalid value for \"loss_reason\", must be one of [cardholder_authentication_issuer_liability, eci5_token_transaction_with_tavv, excess_disputes_in_timeframe, has_not_met_the_minimum_dispute_amount_requirements, invalid_duplicate_dispute, invalid_incorrect_amount_dispute, invalid_no_authorization, invalid_use_of_disputes, merchandise_delivered_or_shipped, merchandise_or_service_as_described, not_cancelled, other, refund_issued, submitted_beyond_allowable_time_limit, transaction_3ds_required, transaction_approved_after_prior_fraud_dispute, transaction_authorized, transaction_electronically_read, transaction_qualifies_for_visa_easy_payment_service, transaction_unattended]."
ERROR_MESSAGE_FOR_OBJECT = "invalid value for \"object\", must be one of [transfer_reversal]."
ERROR_MESSAGE_FOR_REASON = "invalid value for \"reason\", must be one of [duplicate, expired_uncaptured_charge, fraudulent, requested_by_customer]."
ERROR_MESSAGE_FOR_RECONCILIATION_STATUS = "invalid value for \"reconciliation_status\", must be one of [completed, in_progress, not_applicable]."
ERROR_MESSAGE_FOR_STATUS = "invalid value for \"status\", must be one of [canceled, failed, pending, reversed, succeeded]."
ERROR_MESSAGE_FOR_WALLET = "invalid value for \"wallet\", must be one of [apple_pay, google_pay, samsung_pay]."
MAX_LENGTH_FOR_AUTHORIZATION_CODE = 5000
MAX_LENGTH_FOR_CALCULATED_STATEMENT_DESCRIPTOR = 5000
MAX_LENGTH_FOR_DESCRIPTION = 5000
MAX_LENGTH_FOR_FAILURE_CODE = 5000
MAX_LENGTH_FOR_FAILURE_MESSAGE = 5000
MAX_LENGTH_FOR_FAILURE_REASON = 5000
MAX_LENGTH_FOR_ID = 5000
MAX_LENGTH_FOR_INSTRUCTIONS_EMAIL = 5000
MAX_LENGTH_FOR_METHOD = 5000
MAX_LENGTH_FOR_NETWORK_REASON_CODE = 5000
MAX_LENGTH_FOR_PAYMENT_METHOD = 5000
MAX_LENGTH_FOR_RECEIPT_EMAIL = 5000
MAX_LENGTH_FOR_RECEIPT_NUMBER = 5000
MAX_LENGTH_FOR_RECEIPT_URL = 5000
MAX_LENGTH_FOR_SOURCE_TYPE = 5000
MAX_LENGTH_FOR_STATEMENT_DESCRIPTOR = 5000
MAX_LENGTH_FOR_STATEMENT_DESCRIPTOR_SUFFIX = 5000
MAX_LENGTH_FOR_TAX_DEDUCTION_ACCOUNT_NUMBER = 5000
MAX_LENGTH_FOR_TRANSFER_GROUP = 5000
VALID_VALUES_FOR__TYPE = String.static_array("adjusted_for_overdraft", "applied_to_payment", "funded", "funding_reversed", "refunded_from_payment", "return_canceled", "return_initiated", "transferred_to_balance", "unapplied_from_payment", "capture", "refund", "bank_account", "card")
VALID_VALUES_FOR_AUTHORIZATION_METHOD = String.static_array("chip", "contactless", "keyed_in", "online", "swipe")
VALID_VALUES_FOR_LOSS_REASON = String.static_array("cardholder_authentication_issuer_liability", "eci5_token_transaction_with_tavv", "excess_disputes_in_timeframe", "has_not_met_the_minimum_dispute_amount_requirements", "invalid_duplicate_dispute", "invalid_incorrect_amount_dispute", "invalid_no_authorization", "invalid_use_of_disputes", "merchandise_delivered_or_shipped", "merchandise_or_service_as_described", "not_cancelled", "other", "refund_issued", "submitted_beyond_allowable_time_limit", "transaction_3ds_required", "transaction_approved_after_prior_fraud_dispute", "transaction_authorized", "transaction_electronically_read", "transaction_qualifies_for_visa_easy_payment_service", "transaction_unattended")
VALID_VALUES_FOR_OBJECT = String.static_array("transfer_reversal")
VALID_VALUES_FOR_REASON = String.static_array("duplicate", "expired_uncaptured_charge", "fraudulent", "requested_by_customer")
VALID_VALUES_FOR_RECONCILIATION_STATUS = String.static_array("completed", "in_progress", "not_applicable")
VALID_VALUES_FOR_STATUS = String.static_array("canceled", "failed", "pending", "reversed", "succeeded")
VALID_VALUES_FOR_WALLET = String.static_array("apple_pay", "google_pay", "samsung_pay")

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module OpenApi::Json

after_initialize after_initialize, 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(*, account : Stripe::ApplicationFeeAccount | Nil = nil, amount : Int64 | Nil = nil, amount_refunded : Int64 | Nil = nil, application : Stripe::ChargeApplication | Nil = nil, balance_transaction : Stripe::FeeRefundBalanceTransaction | Nil = nil, charge : Stripe::RefundCharge | Nil = nil, created : Int64 | Nil = nil, currency : String | Nil = nil, fee_source : Stripe::PlatformEarningFeeSource | Nil = nil, id : String | Nil = nil, livemode : Bool | Nil = nil, object : String | Nil = nil, originating_transaction : Stripe::ApplicationFeeOriginatingTransaction | Nil = nil, refunded : Bool | Nil = nil, refunds : Stripe::RefundList | Nil = nil, amount_captured : Int64 | Nil = nil, application_fee : Stripe::PayoutApplicationFee | Nil = nil, application_fee_amount : Int64 | Nil = nil, billing_details : Stripe::BillingDetails | Nil = nil, calculated_statement_descriptor : String | Nil = nil, captured : Bool | Nil = nil, customer : Stripe::CustomerCashBalanceTransactionCustomer | Nil = nil, description : String | Nil = nil, disputed : Bool | Nil = nil, failure_balance_transaction : Stripe::RefundFailureBalanceTransaction | Nil = nil, failure_code : String | Nil = nil, failure_message : String | Nil = nil, fraud_details : Stripe::ChargeFraudDetails | Nil = nil, invoice : Stripe::ChargeInvoice | Nil = nil, metadata : Hash(String, String) | Nil = nil, on_behalf_of : Stripe::ChargeOnBehalfOf | Nil = nil, outcome : Stripe::ChargeOutcome | Nil = nil, paid : Bool | Nil = nil, payment_intent : Stripe::RefundPaymentIntent | Nil = nil, payment_method : String | Nil = nil, payment_method_details : Stripe::DisputePaymentMethodDetails | Nil = nil, receipt_email : String | Nil = nil, receipt_number : String | Nil = nil, receipt_url : String | Nil = nil, review : Stripe::ChargeReview | Nil = nil, shipping : Stripe::Shipping | Nil = nil, source : Stripe::Source | Nil = nil, source_transfer : Stripe::ChargeSourceTransfer | Nil = nil, statement_descriptor : String | Nil = nil, statement_descriptor_suffix : String | Nil = nil, status : String | Nil = nil, transfer : Stripe::TransferReversalTransfer | Nil = nil, transfer_data : Stripe::ChargeTransferData | Nil = nil, transfer_group : String | Nil = nil, destination : Stripe::TransferDestination | Nil = nil, ending_balance : Int64 | Nil = nil, net_amount : Int64 | Nil = nil, _type : String | Nil = nil, balance_transactions : Array(Stripe::BalanceTransaction) | Nil = nil, evidence : Stripe::IssuingDisputeEvidence | Nil = nil, evidence_details : Stripe::DisputeEvidenceDetails | Nil = nil, is_charge_refundable : Bool | Nil = nil, reason : String | Nil = nil, fee : Stripe::FeeRefundFee | Nil = nil, amount_details : Stripe::IssuingTransactionAmountDetails | Nil = nil, approved : Bool | Nil = nil, authorization_method : String | Nil = nil, card : Stripe::IssuingTransactionCard | Nil = nil, cardholder : Stripe::IssuingTransactionCardholder | Nil = nil, fleet : Stripe::IssuingAuthorizationFleetData | Nil = nil, fuel : Stripe::IssuingAuthorizationFuelData | Nil = nil, merchant_amount : Int64 | Nil = nil, merchant_currency : String | Nil = nil, merchant_data : Stripe::IssuingAuthorizationMerchantData | Nil = nil, network_data : Stripe::IssuingTransactionNetworkData | Nil = nil, pending_request : Stripe::IssuingAuthorizationPendingRequest | Nil = nil, request_history : Array(Stripe::IssuingAuthorizationRequest) | Nil = nil, transactions : Array(Stripe::IssuingTransaction) | Nil = nil, verification_data : Stripe::IssuingAuthorizationVerificationData | Nil = nil, wallet : String | Nil = nil, transaction : Stripe::IssuingDisputeTransaction | Nil = nil, authorization : Stripe::IssuingTransactionAuthorization | Nil = nil, dispute : Stripe::IssuingTransactionDispute | Nil = nil, arrival_date : Int64 | Nil = nil, automatic : Bool | Nil = nil, method : String | Nil = nil, original_payout : Stripe::PayoutOriginalPayout | Nil = nil, reconciliation_status : String | Nil = nil, reversed_by : Stripe::PayoutReversedBy | Nil = nil, source_type : String | Nil = nil, source_transfer_reversal : Stripe::RefundSourceTransferReversal | Nil = nil, transfer_reversal : Stripe::RefundTransferReversal | Nil = nil, period_end : Int64 | Nil = nil, period_start : Int64 | Nil = nil, tax_deduction_account_number : String | Nil = nil, expected_availability_date : Int64 | Nil = nil, amount_reversed : Int64 | Nil = nil, reversals : Stripe::TransferReversalList | Nil = nil, reversed : Bool | Nil = nil, source_transaction : Stripe::TransferSourceTransaction | Nil = nil, destination_payment_refund : Stripe::TransferReversalDestinationPaymentRefund | Nil = nil, source_refund : Stripe::TransferReversalSourceRefund | Nil = nil, authorization_code : String | Nil = nil, level3 : Stripe::Level3 | Nil = nil, radar_options : Stripe::RadarRadarOptions | Nil = nil, adjusted_for_overdraft : Stripe::CustomerBalanceResourceCashBalanceTransactionResourceAdjustedForOverdraft | Nil = nil, applied_to_payment : Stripe::CustomerBalanceResourceCashBalanceTransactionResourceAppliedToPaymentTransaction | Nil = nil, funded : Stripe::CustomerBalanceResourceCashBalanceTransactionResourceFundedTransaction | Nil = nil, refunded_from_payment : Stripe::CustomerBalanceResourceCashBalanceTransactionResourceRefundedFromPaymentTransaction | Nil = nil, transferred_to_balance : Stripe::CustomerBalanceResourceCashBalanceTransactionResourceTransferredToBalance | Nil = nil, unapplied_from_payment : Stripe::CustomerBalanceResourceCashBalanceTransactionResourceUnappliedFromPaymentTransaction | Nil = nil, network_reason_code : String | Nil = nil, token : Stripe::IssuingTransactionToken | Nil = nil, treasury : Stripe::IssuingTransactionTreasury | Nil = nil, loss_reason : String | Nil = nil, purchase_details : Stripe::IssuingTransactionPurchaseDetails | Nil = nil, destination_details : Stripe::RefundDestinationDetails | Nil = nil, failure_reason : String | Nil = nil, instructions_email : String | Nil = nil, next_action : Stripe::RefundNextAction | Nil = nil, destination_payment : Stripe::TransferDestinationPayment | Nil = nil) #

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


[View source]

Class Method Detail

def self.openapi_any_of #

List of class defined in anyOf (OpenAPI v3)


[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=(_type : String | Nil) #

[View source]
def account : Stripe::ApplicationFeeAccount | Nil #

[View source]
def account=(account : Stripe::ApplicationFeeAccount | Nil) #

[View source]

[View source]
def adjusted_for_overdraft=(adjusted_for_overdraft : Stripe::CustomerBalanceResourceCashBalanceTransactionResourceAdjustedForOverdraft | Nil) #

[View source]
def amount : Int64 | Nil #

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

[View source]
def amount_captured : Int64 | Nil #

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

[View source]
def amount_details : Stripe::IssuingTransactionAmountDetails | Nil #

[View source]
def amount_details=(amount_details : Stripe::IssuingTransactionAmountDetails | Nil) #

[View source]
def amount_refunded : Int64 | Nil #

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

[View source]
def amount_reversed : Int64 | Nil #

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

[View source]
def application : Stripe::ChargeApplication | Nil #

[View source]
def application=(application : Stripe::ChargeApplication | Nil) #

[View source]
def application_fee : Stripe::PayoutApplicationFee | Nil #

[View source]
def application_fee=(application_fee : Stripe::PayoutApplicationFee | Nil) #

[View source]
def application_fee_amount : Int64 | Nil #

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

[View source]

[View source]

[View source]
def approved : Bool | Nil #

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

[View source]
def arrival_date : Int64 | Nil #

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

[View source]
def authorization : Stripe::IssuingTransactionAuthorization | Nil #

[View source]
def authorization=(authorization : Stripe::IssuingTransactionAuthorization | Nil) #

[View source]
def authorization_code : String | Nil #

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

[View source]
def authorization_method : String | Nil #

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

[View source]
def automatic : Bool | Nil #

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

[View source]
def balance_transaction : Stripe::FeeRefundBalanceTransaction | Nil #

[View source]
def balance_transaction=(balance_transaction : Stripe::FeeRefundBalanceTransaction | Nil) #

[View source]
def balance_transactions : Array(Stripe::BalanceTransaction) | Nil #

[View source]
def balance_transactions=(balance_transactions : Array(Stripe::BalanceTransaction) | Nil) #

[View source]
def billing_details : Stripe::BillingDetails | Nil #

[View source]
def billing_details=(billing_details : Stripe::BillingDetails | Nil) #

[View source]
def calculated_statement_descriptor : String | Nil #

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

[View source]
def captured : Bool | Nil #

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

[View source]

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

[View source]
def cardholder : Stripe::IssuingTransactionCardholder | Nil #

[View source]
def cardholder=(cardholder : Stripe::IssuingTransactionCardholder | Nil) #

[View source]
def charge : Stripe::RefundCharge | Nil #

[View source]
def charge=(charge : Stripe::RefundCharge | Nil) #

[View source]
def created : Int64 | Nil #

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

[View source]
def currency : String | Nil #

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

[View source]

[View source]
def customer=(customer : Stripe::CustomerCashBalanceTransactionCustomer | Nil) #

[View source]
def description : String | Nil #

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

[View source]
def destination : Stripe::TransferDestination | Nil #

[View source]
def destination=(destination : Stripe::TransferDestination | Nil) #

[View source]
def destination_details : Stripe::RefundDestinationDetails | Nil #

[View source]
def destination_details=(destination_details : Stripe::RefundDestinationDetails | Nil) #

[View source]
def destination_payment : Stripe::TransferDestinationPayment | Nil #

[View source]
def destination_payment=(destination_payment : Stripe::TransferDestinationPayment | Nil) #

[View source]
def destination_payment_refund : Stripe::TransferReversalDestinationPaymentRefund | Nil #

[View source]
def destination_payment_refund=(destination_payment_refund : Stripe::TransferReversalDestinationPaymentRefund | Nil) #

[View source]
def dispute : Stripe::IssuingTransactionDispute | Nil #

[View source]
def dispute=(dispute : Stripe::IssuingTransactionDispute | Nil) #

[View source]
def disputed : Bool | Nil #

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

[View source]
def ending_balance : Int64 | Nil #

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

[View source]
def evidence : Stripe::IssuingDisputeEvidence | Nil #

[View source]
def evidence=(evidence : Stripe::IssuingDisputeEvidence | Nil) #

[View source]
def evidence_details : Stripe::DisputeEvidenceDetails | Nil #

[View source]
def evidence_details=(evidence_details : Stripe::DisputeEvidenceDetails | Nil) #

[View source]
def expected_availability_date : Int64 | Nil #

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

[View source]
def failure_balance_transaction : Stripe::RefundFailureBalanceTransaction | Nil #

[View source]
def failure_balance_transaction=(failure_balance_transaction : Stripe::RefundFailureBalanceTransaction | Nil) #

[View source]
def failure_code : String | Nil #

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

[View source]
def failure_message : String | Nil #

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

[View source]
def failure_reason : String | Nil #

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

[View source]
def fee : Stripe::FeeRefundFee | Nil #

[View source]
def fee=(fee : Stripe::FeeRefundFee | Nil) #

[View source]
def fee_source : Stripe::PlatformEarningFeeSource | Nil #

[View source]
def fee_source=(fee_source : Stripe::PlatformEarningFeeSource | Nil) #

[View source]

[View source]
def fleet=(fleet : Stripe::IssuingAuthorizationFleetData | Nil) #

[View source]
def fraud_details : Stripe::ChargeFraudDetails | Nil #

[View source]
def fraud_details=(fraud_details : Stripe::ChargeFraudDetails | Nil) #

[View source]

[View source]
def fuel=(fuel : Stripe::IssuingAuthorizationFuelData | Nil) #

[View source]

[View source]

[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 id : String | Nil #

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

[View source]
def instructions_email : String | Nil #

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

[View source]
def invoice : Stripe::ChargeInvoice | Nil #

[View source]
def invoice=(invoice : Stripe::ChargeInvoice | Nil) #

[View source]
def is_charge_refundable : Bool | Nil #

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

[View source]
def level3 : Stripe::Level3 | Nil #

[View source]
def level3=(level3 : Stripe::Level3 | Nil) #

[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 livemode : Bool | Nil #

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

[View source]
def loss_reason : String | Nil #

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

[View source]
def merchant_amount : Int64 | Nil #

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

[View source]
def merchant_currency : String | Nil #

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

[View source]
def merchant_data : Stripe::IssuingAuthorizationMerchantData | Nil #

[View source]
def merchant_data=(merchant_data : Stripe::IssuingAuthorizationMerchantData | Nil) #

[View source]
def metadata : Hash(String, String) | Nil #

[View source]
def metadata=(metadata : Hash(String, String) | Nil) #

[View source]
def method : String | Nil #

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

[View source]
def net_amount : Int64 | Nil #

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

[View source]
def network_data : Stripe::IssuingTransactionNetworkData | Nil #

[View source]
def network_data=(network_data : Stripe::IssuingTransactionNetworkData | Nil) #

[View source]
def network_reason_code : String | Nil #

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

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

[View source]
def network_reason_code_present? : Bool #

[View source]
def next_action : Stripe::RefundNextAction | Nil #

[View source]
def next_action=(next_action : Stripe::RefundNextAction | Nil) #

[View source]
def object : String | Nil #

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

[View source]
def on_behalf_of : Stripe::ChargeOnBehalfOf | Nil #

[View source]
def on_behalf_of=(on_behalf_of : Stripe::ChargeOnBehalfOf | Nil) #

[View source]
def original_payout : Stripe::PayoutOriginalPayout | Nil #

[View source]
def original_payout=(original_payout : Stripe::PayoutOriginalPayout | Nil) #

[View source]
def originating_transaction : Stripe::ApplicationFeeOriginatingTransaction | Nil #

[View source]
def originating_transaction=(originating_transaction : Stripe::ApplicationFeeOriginatingTransaction | Nil) #

[View source]
def outcome : Stripe::ChargeOutcome | Nil #

[View source]
def outcome=(outcome : Stripe::ChargeOutcome | Nil) #

[View source]
def paid : Bool | Nil #

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

[View source]
def payment_intent : Stripe::RefundPaymentIntent | Nil #

[View source]
def payment_intent=(payment_intent : Stripe::RefundPaymentIntent | Nil) #

[View source]
def payment_method : String | Nil #

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

[View source]
def payment_method_details : Stripe::DisputePaymentMethodDetails | Nil #

[View source]
def payment_method_details=(payment_method_details : Stripe::DisputePaymentMethodDetails | Nil) #

[View source]
def pending_request : Stripe::IssuingAuthorizationPendingRequest | Nil #

[View source]
def pending_request=(pending_request : Stripe::IssuingAuthorizationPendingRequest | Nil) #

[View source]
def period_end : Int64 | Nil #

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

[View source]
def period_start : Int64 | Nil #

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

[View source]
def purchase_details : Stripe::IssuingTransactionPurchaseDetails | Nil #

[View source]
def purchase_details=(purchase_details : Stripe::IssuingTransactionPurchaseDetails | Nil) #

[View source]
def radar_options : Stripe::RadarRadarOptions | Nil #

[View source]
def radar_options=(radar_options : Stripe::RadarRadarOptions | Nil) #

[View source]
def reason : String | Nil #

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

[View source]
def receipt_email : String | Nil #

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

[View source]
def receipt_number : String | Nil #

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

[View source]
def receipt_url : String | Nil #

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

[View source]
def reconciliation_status : String | Nil #

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

[View source]
def refunded : Bool | Nil #

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

[View source]

[View source]

[View source]
def refunds : Stripe::RefundList | Nil #

[View source]
def refunds=(refunds : Stripe::RefundList | Nil) #

[View source]
def request_history : Array(Stripe::IssuingAuthorizationRequest) | Nil #

[View source]
def request_history=(request_history : Array(Stripe::IssuingAuthorizationRequest) | Nil) #

[View source]
def reversals : Stripe::TransferReversalList | Nil #

[View source]
def reversals=(reversals : Stripe::TransferReversalList | Nil) #

[View source]
def reversed : Bool | Nil #

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

[View source]
def reversed_by : Stripe::PayoutReversedBy | Nil #

[View source]
def reversed_by=(reversed_by : Stripe::PayoutReversedBy | Nil) #

[View source]
def review : Stripe::ChargeReview | Nil #

[View source]
def review=(review : Stripe::ChargeReview | Nil) #

[View source]
def shipping : Stripe::Shipping | Nil #

[View source]
def shipping=(shipping : Stripe::Shipping | Nil) #

[View source]
def source : Stripe::Source | Nil #

[View source]
def source=(source : Stripe::Source | Nil) #

[View source]
def source_refund : Stripe::TransferReversalSourceRefund | Nil #

[View source]
def source_refund=(source_refund : Stripe::TransferReversalSourceRefund | Nil) #

[View source]
def source_transaction : Stripe::TransferSourceTransaction | Nil #

[View source]
def source_transaction=(source_transaction : Stripe::TransferSourceTransaction | Nil) #

[View source]
def source_transfer : Stripe::ChargeSourceTransfer | Nil #

[View source]
def source_transfer=(source_transfer : Stripe::ChargeSourceTransfer | Nil) #

[View source]
def source_transfer_reversal : Stripe::RefundSourceTransferReversal | Nil #

[View source]
def source_transfer_reversal=(source_transfer_reversal : Stripe::RefundSourceTransferReversal | Nil) #

[View source]
def source_type : String | Nil #

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

[View source]
def statement_descriptor : String | Nil #

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

[View source]
def statement_descriptor_suffix : String | Nil #

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

[View source]
def status : String | Nil #

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

[View source]
def tax_deduction_account_number : String | Nil #

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

[View source]

[View source]
def token=(token : Stripe::IssuingTransactionToken | Nil) #

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

[View source]
def token_present? : Bool #

[View source]
def transaction : Stripe::IssuingDisputeTransaction | Nil #

[View source]
def transaction=(transaction : Stripe::IssuingDisputeTransaction | Nil) #

[View source]
def transactions : Array(Stripe::IssuingTransaction) | Nil #

[View source]
def transactions=(transactions : Array(Stripe::IssuingTransaction) | Nil) #

[View source]
def transfer : Stripe::TransferReversalTransfer | Nil #

[View source]
def transfer=(transfer : Stripe::TransferReversalTransfer | Nil) #

[View source]
def transfer_data : Stripe::ChargeTransferData | Nil #

[View source]
def transfer_data=(transfer_data : Stripe::ChargeTransferData | Nil) #

[View source]
def transfer_group : String | Nil #

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

[View source]
def transfer_reversal : Stripe::RefundTransferReversal | Nil #

[View source]
def transfer_reversal=(transfer_reversal : Stripe::RefundTransferReversal | Nil) #

[View source]

[View source]
def transferred_to_balance=(transferred_to_balance : Stripe::CustomerBalanceResourceCashBalanceTransactionResourceTransferredToBalance | Nil) #

[View source]
def treasury : Stripe::IssuingTransactionTreasury | Nil #

[View source]
def treasury=(treasury : Stripe::IssuingTransactionTreasury | Nil) #

[View source]

[View source]
def unapplied_from_payment=(unapplied_from_payment : Stripe::CustomerBalanceResourceCashBalanceTransactionResourceUnappliedFromPaymentTransaction | Nil) #

[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 verification_data : Stripe::IssuingAuthorizationVerificationData | Nil #

[View source]
def verification_data=(verification_data : Stripe::IssuingAuthorizationVerificationData | Nil) #

[View source]
def wallet : String | Nil #

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

[View source]