Class: Aws::Types::RevenueBreakdown
- Inherits:
-
Object
- Object
- Aws::Types::RevenueBreakdown
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency ⇒ "USDC"
Returns the value of attribute currency.
-
#total_amount ⇒ ::String
Returns the value of attribute total_amount.
-
#total_monetize_served ⇒ ::Integer
Returns the value of attribute total_monetize_served.
-
#total_settled ⇒ ::Integer
Returns the value of attribute total_settled.
-
#unverified_amount ⇒ ::String
Returns the value of attribute unverified_amount.
-
#verified_amount ⇒ ::String
Returns the value of attribute verified_amount.
Instance Attribute Details
#currency ⇒ "USDC"
Returns the value of attribute currency.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def currency @currency end |
#total_amount ⇒ ::String
Returns the value of attribute total_amount.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def total_amount @total_amount end |
#total_monetize_served ⇒ ::Integer
Returns the value of attribute total_monetize_served.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def total_monetize_served @total_monetize_served end |
#total_settled ⇒ ::Integer
Returns the value of attribute total_settled.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def total_settled @total_settled end |
#unverified_amount ⇒ ::String
Returns the value of attribute unverified_amount.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def unverified_amount @unverified_amount end |
#verified_amount ⇒ ::String
Returns the value of attribute verified_amount.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def verified_amount @verified_amount end |