Class: Stripe::Issuing::Dispute::CryptoTransaction::CryptoTransactionConfirmed

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/issuing/dispute.rb

Defined Under Namespace

Classes: Fee

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

Class Method Summary collapse

Methods inherited from StripeObject

#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, field_encodings, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values

Constructor Details

This class inherits a constructor from Stripe::StripeObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject

Instance Attribute Details

#amountObject (readonly)

The crypto amount for the confirmed transaction.



38
39
40
# File 'lib/stripe/resources/issuing/dispute.rb', line 38

def amount
  @amount
end

#amount_mcc_upchargedObject (readonly)

The upcharged MCC amount, if one was applied.



40
41
42
# File 'lib/stripe/resources/issuing/dispute.rb', line 40

def amount_mcc_upcharged
  @amount_mcc_upcharged
end

#chainObject (readonly)

The blockchain network for the confirmed transaction.



42
43
44
# File 'lib/stripe/resources/issuing/dispute.rb', line 42

def chain
  @chain
end

#confirmed_atObject (readonly)

When the transaction was confirmed onchain.



44
45
46
# File 'lib/stripe/resources/issuing/dispute.rb', line 44

def confirmed_at
  @confirmed_at
end

#currencyObject (readonly)

The currency of the crypto transaction amount.



46
47
48
# File 'lib/stripe/resources/issuing/dispute.rb', line 46

def currency
  @currency
end

#feesObject (readonly)

Fees associated with the transaction.



48
49
50
# File 'lib/stripe/resources/issuing/dispute.rb', line 48

def fees
  @fees
end

#from_addressObject (readonly)

The source wallet address for the transaction.



50
51
52
# File 'lib/stripe/resources/issuing/dispute.rb', line 50

def from_address
  @from_address
end

#memoObject (readonly)

Memo metadata attached to the transaction, if present.



52
53
54
# File 'lib/stripe/resources/issuing/dispute.rb', line 52

def memo
  @memo
end

#to_addressObject (readonly)

The destination wallet address for the transaction.



54
55
56
# File 'lib/stripe/resources/issuing/dispute.rb', line 54

def to_address
  @to_address
end

#transaction_hashObject (readonly)

The blockchain transaction hash.



56
57
58
# File 'lib/stripe/resources/issuing/dispute.rb', line 56

def transaction_hash
  @transaction_hash
end

Class Method Details

.field_remappingsObject



62
63
64
# File 'lib/stripe/resources/issuing/dispute.rb', line 62

def self.field_remappings
  @field_remappings = {}
end

.inner_class_typesObject



58
59
60
# File 'lib/stripe/resources/issuing/dispute.rb', line 58

def self.inner_class_types
  @inner_class_types = { fees: Fee }
end