Class: Peddler::APIs::SellerWallet20240301::CreateTransactionResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SellerWallet20240301::CreateTransactionResponse
- Defined in:
- sig/peddler/apis/seller_wallet_2024_03_01.rbs
Instance Attribute Summary collapse
-
#call_back_url ⇒ String
readonly
Returns the value of attribute call_back_url.
-
#transaction ⇒ Peddler::APIs::SellerWallet20240301::Transaction
readonly
Returns the value of attribute transaction.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :call_back_url, :transaction ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::SellerWallet20240301::CreateTransactionResponse
Instance Method Summary collapse
-
#members ⇒ [ :call_back_url, :transaction ]
-
#to_h ⇒ { call_back_url: String, transaction: Peddler::APIs::SellerWallet20240301::Transaction }
Instance Attribute Details
#call_back_url ⇒ String (readonly)
Returns the value of attribute call_back_url.
92 93 94 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 92 def call_back_url @call_back_url end |
#transaction ⇒ Peddler::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 ]
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
|
.parse ⇒ Peddler::APIs::SellerWallet20240301::CreateTransactionResponse
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 ]
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 }
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 }
|