/AWS1/CL_OUTGETOUTPOSTBLLINF01¶
GetOutpostBillingInformationOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/OUTTOKEN /AWS1/OUTTOKEN¶
The pagination token.
it_subscriptions TYPE /AWS1/CL_OUTSUBSCRIPTION=>TT_SUBSCRIPTIONLIST TT_SUBSCRIPTIONLIST¶
The subscription details for the specified Outpost.
iv_contractenddate TYPE /AWS1/OUTSTRING /AWS1/OUTSTRING¶
The date the current contract term ends for the specified Outpost. You must start the renewal or decommission process at least 5 business days before the current term for your Amazon Web Services Outposts ends. Failing to complete these steps at least 5 business days before the current term ends might result in unanticipated charges.
iv_paymentterm TYPE /AWS1/OUTPAYMENTTERM /AWS1/OUTPAYMENTTERM¶
The payment term.
iv_paymentoption TYPE /AWS1/OUTPAYMENTOPTION /AWS1/OUTPAYMENTOPTION¶
The payment option.
Queryable Attributes¶
NextToken¶
The pagination token.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
Subscriptions¶
The subscription details for the specified Outpost.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBSCRIPTIONS() |
Getter for SUBSCRIPTIONS, with configurable default |
ASK_SUBSCRIPTIONS() |
Getter for SUBSCRIPTIONS w/ exceptions if field has no value |
HAS_SUBSCRIPTIONS() |
Determine if SUBSCRIPTIONS has a value |
ContractEndDate¶
The date the current contract term ends for the specified Outpost. You must start the renewal or decommission process at least 5 business days before the current term for your Amazon Web Services Outposts ends. Failing to complete these steps at least 5 business days before the current term ends might result in unanticipated charges.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTRACTENDDATE() |
Getter for CONTRACTENDDATE, with configurable default |
ASK_CONTRACTENDDATE() |
Getter for CONTRACTENDDATE w/ exceptions if field has no val |
HAS_CONTRACTENDDATE() |
Determine if CONTRACTENDDATE has a value |
PaymentTerm¶
The payment term.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYMENTTERM() |
Getter for PAYMENTTERM, with configurable default |
ASK_PAYMENTTERM() |
Getter for PAYMENTTERM w/ exceptions if field has no value |
HAS_PAYMENTTERM() |
Determine if PAYMENTTERM has a value |
PaymentOption¶
The payment option.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYMENTOPTION() |
Getter for PAYMENTOPTION, with configurable default |
ASK_PAYMENTOPTION() |
Getter for PAYMENTOPTION w/ exceptions if field has no value |
HAS_PAYMENTOPTION() |
Determine if PAYMENTOPTION has a value |