Class: Peddler::APIs::SellerWallet20240301::CreateTransactionResponse

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/seller_wallet_2024_03_01.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#call_back_urlString (readonly)

Returns the value of attribute call_back_url.

Returns:

  • (String)


92
93
94
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 92

def call_back_url
  @call_back_url
end

#transactionPeddler::APIs::SellerWallet20240301::Transaction (readonly)

Returns the value of attribute transaction.



93
94
95
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 93

def transaction
  @transaction
end

Class Method Details

.[](call_back_url:, transaction:) ⇒ Peddler::APIs::SellerWallet20240301::CreateTransactionResponse .[](arg0, arg1) ⇒ Peddler::APIs::SellerWallet20240301::CreateTransactionResponse



85
86
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 85

def self.[]: (call_back_url: String, transaction: Peddler::APIs::SellerWallet20240301::Transaction) -> Peddler::APIs::SellerWallet20240301::CreateTransactionResponse
| (String, Peddler::APIs::SellerWallet20240301::Transaction) -> Peddler::APIs::SellerWallet20240301::CreateTransactionResponse

.members[ :call_back_url, :transaction ]

Returns:

  • ([ :call_back_url, :transaction ])


88
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 88

def self.members: () -> [ :call_back_url, :transaction ]

.new(call_back_url:, transaction:) ⇒ Peddler::APIs::SellerWallet20240301::CreateTransactionResponse .new(arg0, arg1) ⇒ Peddler::APIs::SellerWallet20240301::CreateTransactionResponse



83
84
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 83

def self.new: (call_back_url: String, transaction: Peddler::APIs::SellerWallet20240301::Transaction) -> Peddler::APIs::SellerWallet20240301::CreateTransactionResponse
| (String, Peddler::APIs::SellerWallet20240301::Transaction) -> Peddler::APIs::SellerWallet20240301::CreateTransactionResponse

.parsePeddler::APIs::SellerWallet20240301::CreateTransactionResponse

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



90
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 90

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::SellerWallet20240301::CreateTransactionResponse

Instance Method Details

#members[ :call_back_url, :transaction ]

Returns:

  • ([ :call_back_url, :transaction ])


95
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 95

def members: () -> [ :call_back_url, :transaction ]

#to_h{ call_back_url: String, transaction: Peddler::APIs::SellerWallet20240301::Transaction }

Returns:



96
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 96

def to_h: () -> { call_back_url: String, transaction: Peddler::APIs::SellerWallet20240301::Transaction }