Class: Peddler::APIs::SellerWallet20240301::Fee

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

#fee_amountPeddler::Money (readonly)

Returns the value of attribute fee_amount.

Returns:



161
162
163
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 161

def fee_amount
  @fee_amount
end

#fee_idString (readonly)

Returns the value of attribute fee_id.

Returns:

  • (String)


162
163
164
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 162

def fee_id
  @fee_id
end

#fee_rate_valueString (readonly)

Returns the value of attribute fee_rate_value.

Returns:

  • (String)


163
164
165
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 163

def fee_rate_value
  @fee_rate_value
end

#fee_typeString (readonly)

Returns the value of attribute fee_type.

Returns:

  • (String)


164
165
166
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 164

def fee_type
  @fee_type
end

Class Method Details

.[](fee_amount:, fee_id:, fee_rate_value:, fee_type:) ⇒ Peddler::APIs::SellerWallet20240301::Fee .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::SellerWallet20240301::Fee

Overloads:



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

def self.[]: (fee_amount: Peddler::Money, fee_id: String, fee_rate_value: String, fee_type: String) -> Peddler::APIs::SellerWallet20240301::Fee
| (Peddler::Money, String, String, String) -> Peddler::APIs::SellerWallet20240301::Fee

.members[ :fee_amount, :fee_id, :fee_rate_value, :fee_type ]

Returns:

  • ([ :fee_amount, :fee_id, :fee_rate_value, :fee_type ])


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

def self.members: () -> [ :fee_amount, :fee_id, :fee_rate_value, :fee_type ]

.new(fee_amount:, fee_id:, fee_rate_value:, fee_type:) ⇒ Peddler::APIs::SellerWallet20240301::Fee .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::SellerWallet20240301::Fee

Overloads:



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

def self.new: (fee_amount: Peddler::Money, fee_id: String, fee_rate_value: String, fee_type: String) -> Peddler::APIs::SellerWallet20240301::Fee
| (Peddler::Money, String, String, String) -> Peddler::APIs::SellerWallet20240301::Fee

.parsePeddler::APIs::SellerWallet20240301::Fee

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :fee_amount, :fee_id, :fee_rate_value, :fee_type ]

Returns:

  • ([ :fee_amount, :fee_id, :fee_rate_value, :fee_type ])


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

def members: () -> [ :fee_amount, :fee_id, :fee_rate_value, :fee_type ]

#to_h{ fee_amount: Peddler::Money, fee_id: String, fee_rate_value: String, fee_type: String }

Returns:

  • ({ fee_amount: Peddler::Money, fee_id: String, fee_rate_value: String, fee_type: String })


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

def to_h: () -> { fee_amount: Peddler::Money, fee_id: String, fee_rate_value: String, fee_type: String }