Class: Aws::PartnerCentralBenefits::Types::DisbursementDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::DisbursementDetails
- Defined in:
- gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb
Overview
Contains information about disbursement-based benefit fulfillment, such as direct payments or reimbursements.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disbursed_amount ⇒ Types::MonetaryValue
The total amount that has been disbursed for this benefit allocation.
-
#issuance_details ⇒ Types::IssuanceDetail
Detailed information about how the disbursement was issued and processed.
Instance Attribute Details
#disbursed_amount ⇒ Types::MonetaryValue
The total amount that has been disbursed for this benefit allocation.
735 736 737 738 739 740 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 735 class DisbursementDetails < Struct.new( :disbursed_amount, :issuance_details) SENSITIVE = [] include Aws::Structure end |
#issuance_details ⇒ Types::IssuanceDetail
Detailed information about how the disbursement was issued and processed.
735 736 737 738 739 740 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 735 class DisbursementDetails < Struct.new( :disbursed_amount, :issuance_details) SENSITIVE = [] include Aws::Structure end |