Documentation
¶
Overview ¶
Package billingiface provides an interface to enable mocking the BILLING service client for testing your code.
It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.
Index ¶
- Constants
- type AuthForListInvitationOutput
- func (s AuthForListInvitationOutput) GoString() string
- func (s *AuthForListInvitationOutput) SetAuthID(v string) *AuthForListInvitationOutput
- func (s *AuthForListInvitationOutput) SetAuthList(v []*int32) *AuthForListInvitationOutput
- func (s *AuthForListInvitationOutput) SetMajorAccountID(v int32) *AuthForListInvitationOutput
- func (s *AuthForListInvitationOutput) SetRelationID(v string) *AuthForListInvitationOutput
- func (s *AuthForListInvitationOutput) SetSubAccountID(v int32) *AuthForListInvitationOutput
- func (s AuthForListInvitationOutput) String() string
- type AuthInfoForListFinancialRelationOutput
- func (s AuthInfoForListFinancialRelationOutput) GoString() string
- func (s *AuthInfoForListFinancialRelationOutput) SetAuthID(v string) *AuthInfoForListFinancialRelationOutput
- func (s *AuthInfoForListFinancialRelationOutput) SetAuthList(v []*int32) *AuthInfoForListFinancialRelationOutput
- func (s *AuthInfoForListFinancialRelationOutput) SetAuthStatus(v int32) *AuthInfoForListFinancialRelationOutput
- func (s AuthInfoForListFinancialRelationOutput) String() string
- type AuthInfoForListInvitationOutput
- func (s AuthInfoForListInvitationOutput) GoString() string
- func (s *AuthInfoForListInvitationOutput) SetAuthID(v string) *AuthInfoForListInvitationOutput
- func (s *AuthInfoForListInvitationOutput) SetAuthList(v []*int32) *AuthInfoForListInvitationOutput
- func (s *AuthInfoForListInvitationOutput) SetAuthStatus(v int32) *AuthInfoForListInvitationOutput
- func (s AuthInfoForListInvitationOutput) String() string
- type BILLING
- func (c *BILLING) CancelInvitation(input *CancelInvitationInput) (*CancelInvitationOutput, error)
- func (c *BILLING) CancelInvitationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) CancelInvitationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) CancelInvitationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) CancelInvitationRequest(input *CancelInvitationInput) (req *request.Request, output *CancelInvitationOutput)
- func (c *BILLING) CancelInvitationWithContext(ctx volcengine.Context, input *CancelInvitationInput, opts ...request.Option) (*CancelInvitationOutput, error)
- func (c *BILLING) CancelOrder(input *CancelOrderInput) (*CancelOrderOutput, error)
- func (c *BILLING) CancelOrderCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) CancelOrderCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) CancelOrderCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) CancelOrderRequest(input *CancelOrderInput) (req *request.Request, output *CancelOrderOutput)
- func (c *BILLING) CancelOrderWithContext(ctx volcengine.Context, input *CancelOrderInput, opts ...request.Option) (*CancelOrderOutput, error)
- func (c *BILLING) CleanUpFinancialRelation(input *CleanUpFinancialRelationInput) (*CleanUpFinancialRelationOutput, error)
- func (c *BILLING) CleanUpFinancialRelationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) CleanUpFinancialRelationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) CleanUpFinancialRelationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) CleanUpFinancialRelationRequest(input *CleanUpFinancialRelationInput) (req *request.Request, output *CleanUpFinancialRelationOutput)
- func (c *BILLING) CleanUpFinancialRelationWithContext(ctx volcengine.Context, input *CleanUpFinancialRelationInput, ...) (*CleanUpFinancialRelationOutput, error)
- func (c *BILLING) CommonBuy(input *CommonBuyInput) (*CommonBuyOutput, error)
- func (c *BILLING) CommonBuyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) CommonBuyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) CommonBuyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) CommonBuyRequest(input *CommonBuyInput) (req *request.Request, output *CommonBuyOutput)
- func (c *BILLING) CommonBuyWithContext(ctx volcengine.Context, input *CommonBuyInput, opts ...request.Option) (*CommonBuyOutput, error)
- func (c *BILLING) CreateBudget(input *CreateBudgetInput) (*CreateBudgetOutput, error)
- func (c *BILLING) CreateBudgetCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) CreateBudgetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) CreateBudgetCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) CreateBudgetRequest(input *CreateBudgetInput) (req *request.Request, output *CreateBudgetOutput)
- func (c *BILLING) CreateBudgetWithContext(ctx volcengine.Context, input *CreateBudgetInput, opts ...request.Option) (*CreateBudgetOutput, error)
- func (c *BILLING) CreateFinancialRelation(input *CreateFinancialRelationInput) (*CreateFinancialRelationOutput, error)
- func (c *BILLING) CreateFinancialRelationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) CreateFinancialRelationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) CreateFinancialRelationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) CreateFinancialRelationRequest(input *CreateFinancialRelationInput) (req *request.Request, output *CreateFinancialRelationOutput)
- func (c *BILLING) CreateFinancialRelationWithContext(ctx volcengine.Context, input *CreateFinancialRelationInput, ...) (*CreateFinancialRelationOutput, error)
- func (c *BILLING) DeleteBudget(input *DeleteBudgetInput) (*DeleteBudgetOutput, error)
- func (c *BILLING) DeleteBudgetCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) DeleteBudgetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) DeleteBudgetCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) DeleteBudgetRequest(input *DeleteBudgetInput) (req *request.Request, output *DeleteBudgetOutput)
- func (c *BILLING) DeleteBudgetWithContext(ctx volcengine.Context, input *DeleteBudgetInput, opts ...request.Option) (*DeleteBudgetOutput, error)
- func (c *BILLING) DeleteFinancialRelation(input *DeleteFinancialRelationInput) (*DeleteFinancialRelationOutput, error)
- func (c *BILLING) DeleteFinancialRelationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) DeleteFinancialRelationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) DeleteFinancialRelationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) DeleteFinancialRelationRequest(input *DeleteFinancialRelationInput) (req *request.Request, output *DeleteFinancialRelationOutput)
- func (c *BILLING) DeleteFinancialRelationWithContext(ctx volcengine.Context, input *DeleteFinancialRelationInput, ...) (*DeleteFinancialRelationOutput, error)
- func (c *BILLING) GetOrder(input *GetOrderInput) (*GetOrderOutput, error)
- func (c *BILLING) GetOrderCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) GetOrderCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) GetOrderCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) GetOrderRequest(input *GetOrderInput) (req *request.Request, output *GetOrderOutput)
- func (c *BILLING) GetOrderWithContext(ctx volcengine.Context, input *GetOrderInput, opts ...request.Option) (*GetOrderOutput, error)
- func (c *BILLING) HandleInvitation(input *HandleInvitationInput) (*HandleInvitationOutput, error)
- func (c *BILLING) HandleInvitationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) HandleInvitationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) HandleInvitationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) HandleInvitationRequest(input *HandleInvitationInput) (req *request.Request, output *HandleInvitationOutput)
- func (c *BILLING) HandleInvitationWithContext(ctx volcengine.Context, input *HandleInvitationInput, opts ...request.Option) (*HandleInvitationOutput, error)
- func (c *BILLING) ListAmortizedCostBillDaily(input *ListAmortizedCostBillDailyInput) (*ListAmortizedCostBillDailyOutput, error)
- func (c *BILLING) ListAmortizedCostBillDailyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListAmortizedCostBillDailyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListAmortizedCostBillDailyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListAmortizedCostBillDailyRequest(input *ListAmortizedCostBillDailyInput) (req *request.Request, output *ListAmortizedCostBillDailyOutput)
- func (c *BILLING) ListAmortizedCostBillDailyWithContext(ctx volcengine.Context, input *ListAmortizedCostBillDailyInput, ...) (*ListAmortizedCostBillDailyOutput, error)
- func (c *BILLING) ListAmortizedCostBillDetail(input *ListAmortizedCostBillDetailInput) (*ListAmortizedCostBillDetailOutput, error)
- func (c *BILLING) ListAmortizedCostBillDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListAmortizedCostBillDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListAmortizedCostBillDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListAmortizedCostBillDetailRequest(input *ListAmortizedCostBillDetailInput) (req *request.Request, output *ListAmortizedCostBillDetailOutput)
- func (c *BILLING) ListAmortizedCostBillDetailWithContext(ctx volcengine.Context, input *ListAmortizedCostBillDetailInput, ...) (*ListAmortizedCostBillDetailOutput, error)
- func (c *BILLING) ListAmortizedCostBillMonthly(input *ListAmortizedCostBillMonthlyInput) (*ListAmortizedCostBillMonthlyOutput, error)
- func (c *BILLING) ListAmortizedCostBillMonthlyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListAmortizedCostBillMonthlyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListAmortizedCostBillMonthlyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListAmortizedCostBillMonthlyRequest(input *ListAmortizedCostBillMonthlyInput) (req *request.Request, output *ListAmortizedCostBillMonthlyOutput)
- func (c *BILLING) ListAmortizedCostBillMonthlyWithContext(ctx volcengine.Context, input *ListAmortizedCostBillMonthlyInput, ...) (*ListAmortizedCostBillMonthlyOutput, error)
- func (c *BILLING) ListAvailableInstances(input *ListAvailableInstancesInput) (*ListAvailableInstancesOutput, error)
- func (c *BILLING) ListAvailableInstancesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListAvailableInstancesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListAvailableInstancesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListAvailableInstancesRequest(input *ListAvailableInstancesInput) (req *request.Request, output *ListAvailableInstancesOutput)
- func (c *BILLING) ListAvailableInstancesWithContext(ctx volcengine.Context, input *ListAvailableInstancesInput, ...) (*ListAvailableInstancesOutput, error)
- func (c *BILLING) ListBill(input *ListBillInput) (*ListBillOutput, error)
- func (c *BILLING) ListBillCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListBillCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListBillCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListBillDetail(input *ListBillDetailInput) (*ListBillDetailOutput, error)
- func (c *BILLING) ListBillDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListBillDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListBillDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListBillDetailRequest(input *ListBillDetailInput) (req *request.Request, output *ListBillDetailOutput)
- func (c *BILLING) ListBillDetailWithContext(ctx volcengine.Context, input *ListBillDetailInput, opts ...request.Option) (*ListBillDetailOutput, error)
- func (c *BILLING) ListBillOverviewByCategory(input *ListBillOverviewByCategoryInput) (*ListBillOverviewByCategoryOutput, error)
- func (c *BILLING) ListBillOverviewByCategoryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListBillOverviewByCategoryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListBillOverviewByCategoryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListBillOverviewByCategoryRequest(input *ListBillOverviewByCategoryInput) (req *request.Request, output *ListBillOverviewByCategoryOutput)
- func (c *BILLING) ListBillOverviewByCategoryWithContext(ctx volcengine.Context, input *ListBillOverviewByCategoryInput, ...) (*ListBillOverviewByCategoryOutput, error)
- func (c *BILLING) ListBillOverviewByProd(input *ListBillOverviewByProdInput) (*ListBillOverviewByProdOutput, error)
- func (c *BILLING) ListBillOverviewByProdCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListBillOverviewByProdCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListBillOverviewByProdCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListBillOverviewByProdRequest(input *ListBillOverviewByProdInput) (req *request.Request, output *ListBillOverviewByProdOutput)
- func (c *BILLING) ListBillOverviewByProdWithContext(ctx volcengine.Context, input *ListBillOverviewByProdInput, ...) (*ListBillOverviewByProdOutput, error)
- func (c *BILLING) ListBillRequest(input *ListBillInput) (req *request.Request, output *ListBillOutput)
- func (c *BILLING) ListBillWithContext(ctx volcengine.Context, input *ListBillInput, opts ...request.Option) (*ListBillOutput, error)
- func (c *BILLING) ListBudget(input *ListBudgetInput) (*ListBudgetOutput, error)
- func (c *BILLING) ListBudgetAmountByBudgetID(input *ListBudgetAmountByBudgetIDInput) (*ListBudgetAmountByBudgetIDOutput, error)
- func (c *BILLING) ListBudgetAmountByBudgetIDCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetAmountByBudgetIDCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListBudgetAmountByBudgetIDCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetAmountByBudgetIDRequest(input *ListBudgetAmountByBudgetIDInput) (req *request.Request, output *ListBudgetAmountByBudgetIDOutput)
- func (c *BILLING) ListBudgetAmountByBudgetIDWithContext(ctx volcengine.Context, input *ListBudgetAmountByBudgetIDInput, ...) (*ListBudgetAmountByBudgetIDOutput, error)
- func (c *BILLING) ListBudgetCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListBudgetCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterBillingMode(input *ListBudgetFilterBillingModeInput) (*ListBudgetFilterBillingModeOutput, error)
- func (c *BILLING) ListBudgetFilterBillingModeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterBillingModeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListBudgetFilterBillingModeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterBillingModeRequest(input *ListBudgetFilterBillingModeInput) (req *request.Request, output *ListBudgetFilterBillingModeOutput)
- func (c *BILLING) ListBudgetFilterBillingModeWithContext(ctx volcengine.Context, input *ListBudgetFilterBillingModeInput, ...) (*ListBudgetFilterBillingModeOutput, error)
- func (c *BILLING) ListBudgetFilterOwnerID(input *ListBudgetFilterOwnerIDInput) (*ListBudgetFilterOwnerIDOutput, error)
- func (c *BILLING) ListBudgetFilterOwnerIDCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterOwnerIDCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListBudgetFilterOwnerIDCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterOwnerIDRequest(input *ListBudgetFilterOwnerIDInput) (req *request.Request, output *ListBudgetFilterOwnerIDOutput)
- func (c *BILLING) ListBudgetFilterOwnerIDWithContext(ctx volcengine.Context, input *ListBudgetFilterOwnerIDInput, ...) (*ListBudgetFilterOwnerIDOutput, error)
- func (c *BILLING) ListBudgetFilterPayerID(input *ListBudgetFilterPayerIDInput) (*ListBudgetFilterPayerIDOutput, error)
- func (c *BILLING) ListBudgetFilterPayerIDCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterPayerIDCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListBudgetFilterPayerIDCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterPayerIDRequest(input *ListBudgetFilterPayerIDInput) (req *request.Request, output *ListBudgetFilterPayerIDOutput)
- func (c *BILLING) ListBudgetFilterPayerIDWithContext(ctx volcengine.Context, input *ListBudgetFilterPayerIDInput, ...) (*ListBudgetFilterPayerIDOutput, error)
- func (c *BILLING) ListBudgetFilterProduct(input *ListBudgetFilterProductInput) (*ListBudgetFilterProductOutput, error)
- func (c *BILLING) ListBudgetFilterProductCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterProductCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListBudgetFilterProductCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterProductRequest(input *ListBudgetFilterProductInput) (req *request.Request, output *ListBudgetFilterProductOutput)
- func (c *BILLING) ListBudgetFilterProductWithContext(ctx volcengine.Context, input *ListBudgetFilterProductInput, ...) (*ListBudgetFilterProductOutput, error)
- func (c *BILLING) ListBudgetFilterProject(input *ListBudgetFilterProjectInput) (*ListBudgetFilterProjectOutput, error)
- func (c *BILLING) ListBudgetFilterProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterProjectCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListBudgetFilterProjectCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterProjectRequest(input *ListBudgetFilterProjectInput) (req *request.Request, output *ListBudgetFilterProjectOutput)
- func (c *BILLING) ListBudgetFilterProjectWithContext(ctx volcengine.Context, input *ListBudgetFilterProjectInput, ...) (*ListBudgetFilterProjectOutput, error)
- func (c *BILLING) ListBudgetFilterRegionCode(input *ListBudgetFilterRegionCodeInput) (*ListBudgetFilterRegionCodeOutput, error)
- func (c *BILLING) ListBudgetFilterRegionCodeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterRegionCodeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListBudgetFilterRegionCodeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterRegionCodeRequest(input *ListBudgetFilterRegionCodeInput) (req *request.Request, output *ListBudgetFilterRegionCodeOutput)
- func (c *BILLING) ListBudgetFilterRegionCodeWithContext(ctx volcengine.Context, input *ListBudgetFilterRegionCodeInput, ...) (*ListBudgetFilterRegionCodeOutput, error)
- func (c *BILLING) ListBudgetFilterSubjectInfo(input *ListBudgetFilterSubjectInfoInput) (*ListBudgetFilterSubjectInfoOutput, error)
- func (c *BILLING) ListBudgetFilterSubjectInfoCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterSubjectInfoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListBudgetFilterSubjectInfoCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterSubjectInfoRequest(input *ListBudgetFilterSubjectInfoInput) (req *request.Request, output *ListBudgetFilterSubjectInfoOutput)
- func (c *BILLING) ListBudgetFilterSubjectInfoWithContext(ctx volcengine.Context, input *ListBudgetFilterSubjectInfoInput, ...) (*ListBudgetFilterSubjectInfoOutput, error)
- func (c *BILLING) ListBudgetFilterTagKey(input *ListBudgetFilterTagKeyInput) (*ListBudgetFilterTagKeyOutput, error)
- func (c *BILLING) ListBudgetFilterTagKeyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterTagKeyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListBudgetFilterTagKeyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterTagKeyRequest(input *ListBudgetFilterTagKeyInput) (req *request.Request, output *ListBudgetFilterTagKeyOutput)
- func (c *BILLING) ListBudgetFilterTagKeyWithContext(ctx volcengine.Context, input *ListBudgetFilterTagKeyInput, ...) (*ListBudgetFilterTagKeyOutput, error)
- func (c *BILLING) ListBudgetFilterTagValue(input *ListBudgetFilterTagValueInput) (*ListBudgetFilterTagValueOutput, error)
- func (c *BILLING) ListBudgetFilterTagValueCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterTagValueCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListBudgetFilterTagValueCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterTagValueRequest(input *ListBudgetFilterTagValueInput) (req *request.Request, output *ListBudgetFilterTagValueOutput)
- func (c *BILLING) ListBudgetFilterTagValueWithContext(ctx volcengine.Context, input *ListBudgetFilterTagValueInput, ...) (*ListBudgetFilterTagValueOutput, error)
- func (c *BILLING) ListBudgetFilterZoneCode(input *ListBudgetFilterZoneCodeInput) (*ListBudgetFilterZoneCodeOutput, error)
- func (c *BILLING) ListBudgetFilterZoneCodeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterZoneCodeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListBudgetFilterZoneCodeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListBudgetFilterZoneCodeRequest(input *ListBudgetFilterZoneCodeInput) (req *request.Request, output *ListBudgetFilterZoneCodeOutput)
- func (c *BILLING) ListBudgetFilterZoneCodeWithContext(ctx volcengine.Context, input *ListBudgetFilterZoneCodeInput, ...) (*ListBudgetFilterZoneCodeOutput, error)
- func (c *BILLING) ListBudgetRequest(input *ListBudgetInput) (req *request.Request, output *ListBudgetOutput)
- func (c *BILLING) ListBudgetWithContext(ctx volcengine.Context, input *ListBudgetInput, opts ...request.Option) (*ListBudgetOutput, error)
- func (c *BILLING) ListCouponUsageRecords(input *ListCouponUsageRecordsInput) (*ListCouponUsageRecordsOutput, error)
- func (c *BILLING) ListCouponUsageRecordsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListCouponUsageRecordsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListCouponUsageRecordsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListCouponUsageRecordsRequest(input *ListCouponUsageRecordsInput) (req *request.Request, output *ListCouponUsageRecordsOutput)
- func (c *BILLING) ListCouponUsageRecordsWithContext(ctx volcengine.Context, input *ListCouponUsageRecordsInput, ...) (*ListCouponUsageRecordsOutput, error)
- func (c *BILLING) ListCoupons(input *ListCouponsInput) (*ListCouponsOutput, error)
- func (c *BILLING) ListCouponsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListCouponsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListCouponsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListCouponsRequest(input *ListCouponsInput) (req *request.Request, output *ListCouponsOutput)
- func (c *BILLING) ListCouponsWithContext(ctx volcengine.Context, input *ListCouponsInput, opts ...request.Option) (*ListCouponsOutput, error)
- func (c *BILLING) ListFinancialRelation(input *ListFinancialRelationInput) (*ListFinancialRelationOutput, error)
- func (c *BILLING) ListFinancialRelationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListFinancialRelationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListFinancialRelationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListFinancialRelationRequest(input *ListFinancialRelationInput) (req *request.Request, output *ListFinancialRelationOutput)
- func (c *BILLING) ListFinancialRelationWithContext(ctx volcengine.Context, input *ListFinancialRelationInput, ...) (*ListFinancialRelationOutput, error)
- func (c *BILLING) ListInvitation(input *ListInvitationInput) (*ListInvitationOutput, error)
- func (c *BILLING) ListInvitationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListInvitationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListInvitationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListInvitationRequest(input *ListInvitationInput) (req *request.Request, output *ListInvitationOutput)
- func (c *BILLING) ListInvitationWithContext(ctx volcengine.Context, input *ListInvitationInput, opts ...request.Option) (*ListInvitationOutput, error)
- func (c *BILLING) ListOrderProductDetails(input *ListOrderProductDetailsInput) (*ListOrderProductDetailsOutput, error)
- func (c *BILLING) ListOrderProductDetailsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListOrderProductDetailsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListOrderProductDetailsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListOrderProductDetailsRequest(input *ListOrderProductDetailsInput) (req *request.Request, output *ListOrderProductDetailsOutput)
- func (c *BILLING) ListOrderProductDetailsWithContext(ctx volcengine.Context, input *ListOrderProductDetailsInput, ...) (*ListOrderProductDetailsOutput, error)
- func (c *BILLING) ListOrders(input *ListOrdersInput) (*ListOrdersOutput, error)
- func (c *BILLING) ListOrdersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListOrdersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListOrdersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListOrdersRequest(input *ListOrdersInput) (req *request.Request, output *ListOrdersOutput)
- func (c *BILLING) ListOrdersWithContext(ctx volcengine.Context, input *ListOrdersInput, opts ...request.Option) (*ListOrdersOutput, error)
- func (c *BILLING) ListPackageUsageDetails(input *ListPackageUsageDetailsInput) (*ListPackageUsageDetailsOutput, error)
- func (c *BILLING) ListPackageUsageDetailsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListPackageUsageDetailsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListPackageUsageDetailsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListPackageUsageDetailsRequest(input *ListPackageUsageDetailsInput) (req *request.Request, output *ListPackageUsageDetailsOutput)
- func (c *BILLING) ListPackageUsageDetailsWithContext(ctx volcengine.Context, input *ListPackageUsageDetailsInput, ...) (*ListPackageUsageDetailsOutput, error)
- func (c *BILLING) ListRecipientInformation(input *ListRecipientInformationInput) (*ListRecipientInformationOutput, error)
- func (c *BILLING) ListRecipientInformationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListRecipientInformationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListRecipientInformationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListRecipientInformationRequest(input *ListRecipientInformationInput) (req *request.Request, output *ListRecipientInformationOutput)
- func (c *BILLING) ListRecipientInformationWithContext(ctx volcengine.Context, input *ListRecipientInformationInput, ...) (*ListRecipientInformationOutput, error)
- func (c *BILLING) ListResourcePackages(input *ListResourcePackagesInput) (*ListResourcePackagesOutput, error)
- func (c *BILLING) ListResourcePackagesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListResourcePackagesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListResourcePackagesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListResourcePackagesRequest(input *ListResourcePackagesInput) (req *request.Request, output *ListResourcePackagesOutput)
- func (c *BILLING) ListResourcePackagesWithContext(ctx volcengine.Context, input *ListResourcePackagesInput, ...) (*ListResourcePackagesOutput, error)
- func (c *BILLING) ListSplitBillDetail(input *ListSplitBillDetailInput) (*ListSplitBillDetailOutput, error)
- func (c *BILLING) ListSplitBillDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) ListSplitBillDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) ListSplitBillDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) ListSplitBillDetailRequest(input *ListSplitBillDetailInput) (req *request.Request, output *ListSplitBillDetailOutput)
- func (c *BILLING) ListSplitBillDetailWithContext(ctx volcengine.Context, input *ListSplitBillDetailInput, ...) (*ListSplitBillDetailOutput, error)
- func (c *BILLING) PayOrder(input *PayOrderInput) (*PayOrderOutput, error)
- func (c *BILLING) PayOrderCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) PayOrderCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) PayOrderCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) PayOrderRequest(input *PayOrderInput) (req *request.Request, output *PayOrderOutput)
- func (c *BILLING) PayOrderWithContext(ctx volcengine.Context, input *PayOrderInput, opts ...request.Option) (*PayOrderOutput, error)
- func (c *BILLING) QueryBalanceAcct(input *QueryBalanceAcctInput) (*QueryBalanceAcctOutput, error)
- func (c *BILLING) QueryBalanceAcctCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) QueryBalanceAcctCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) QueryBalanceAcctCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) QueryBalanceAcctRequest(input *QueryBalanceAcctInput) (req *request.Request, output *QueryBalanceAcctOutput)
- func (c *BILLING) QueryBalanceAcctWithContext(ctx volcengine.Context, input *QueryBalanceAcctInput, opts ...request.Option) (*QueryBalanceAcctOutput, error)
- func (c *BILLING) QueryBudgetDetail(input *QueryBudgetDetailInput) (*QueryBudgetDetailOutput, error)
- func (c *BILLING) QueryBudgetDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) QueryBudgetDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) QueryBudgetDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) QueryBudgetDetailRequest(input *QueryBudgetDetailInput) (req *request.Request, output *QueryBudgetDetailOutput)
- func (c *BILLING) QueryBudgetDetailWithContext(ctx volcengine.Context, input *QueryBudgetDetailInput, opts ...request.Option) (*QueryBudgetDetailOutput, error)
- func (c *BILLING) QueryPriceForPayAsYouGo(input *QueryPriceForPayAsYouGoInput) (*QueryPriceForPayAsYouGoOutput, error)
- func (c *BILLING) QueryPriceForPayAsYouGoCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) QueryPriceForPayAsYouGoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) QueryPriceForPayAsYouGoCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) QueryPriceForPayAsYouGoRequest(input *QueryPriceForPayAsYouGoInput) (req *request.Request, output *QueryPriceForPayAsYouGoOutput)
- func (c *BILLING) QueryPriceForPayAsYouGoWithContext(ctx volcengine.Context, input *QueryPriceForPayAsYouGoInput, ...) (*QueryPriceForPayAsYouGoOutput, error)
- func (c *BILLING) QueryPriceForRenew(input *QueryPriceForRenewInput) (*QueryPriceForRenewOutput, error)
- func (c *BILLING) QueryPriceForRenewCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) QueryPriceForRenewCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) QueryPriceForRenewCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) QueryPriceForRenewRequest(input *QueryPriceForRenewInput) (req *request.Request, output *QueryPriceForRenewOutput)
- func (c *BILLING) QueryPriceForRenewWithContext(ctx volcengine.Context, input *QueryPriceForRenewInput, opts ...request.Option) (*QueryPriceForRenewOutput, error)
- func (c *BILLING) QueryPriceForSubscription(input *QueryPriceForSubscriptionInput) (*QueryPriceForSubscriptionOutput, error)
- func (c *BILLING) QueryPriceForSubscriptionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) QueryPriceForSubscriptionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) QueryPriceForSubscriptionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) QueryPriceForSubscriptionRequest(input *QueryPriceForSubscriptionInput) (req *request.Request, output *QueryPriceForSubscriptionOutput)
- func (c *BILLING) QueryPriceForSubscriptionWithContext(ctx volcengine.Context, input *QueryPriceForSubscriptionInput, ...) (*QueryPriceForSubscriptionOutput, error)
- func (c *BILLING) RenewInstance(input *RenewInstanceInput) (*RenewInstanceOutput, error)
- func (c *BILLING) RenewInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) RenewInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) RenewInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) RenewInstanceRequest(input *RenewInstanceInput) (req *request.Request, output *RenewInstanceOutput)
- func (c *BILLING) RenewInstanceWithContext(ctx volcengine.Context, input *RenewInstanceInput, opts ...request.Option) (*RenewInstanceOutput, error)
- func (c *BILLING) SetRenewalType(input *SetRenewalTypeInput) (*SetRenewalTypeOutput, error)
- func (c *BILLING) SetRenewalTypeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) SetRenewalTypeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) SetRenewalTypeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) SetRenewalTypeRequest(input *SetRenewalTypeInput) (req *request.Request, output *SetRenewalTypeOutput)
- func (c *BILLING) SetRenewalTypeWithContext(ctx volcengine.Context, input *SetRenewalTypeInput, opts ...request.Option) (*SetRenewalTypeOutput, error)
- func (c *BILLING) UnsubscribeInstance(input *UnsubscribeInstanceInput) (*UnsubscribeInstanceOutput, error)
- func (c *BILLING) UnsubscribeInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) UnsubscribeInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) UnsubscribeInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) UnsubscribeInstanceRequest(input *UnsubscribeInstanceInput) (req *request.Request, output *UnsubscribeInstanceOutput)
- func (c *BILLING) UnsubscribeInstanceWithContext(ctx volcengine.Context, input *UnsubscribeInstanceInput, ...) (*UnsubscribeInstanceOutput, error)
- func (c *BILLING) UpdateAuth(input *UpdateAuthInput) (*UpdateAuthOutput, error)
- func (c *BILLING) UpdateAuthCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) UpdateAuthCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) UpdateAuthCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) UpdateAuthRequest(input *UpdateAuthInput) (req *request.Request, output *UpdateAuthOutput)
- func (c *BILLING) UpdateAuthWithContext(ctx volcengine.Context, input *UpdateAuthInput, opts ...request.Option) (*UpdateAuthOutput, error)
- func (c *BILLING) UpdateBudget(input *UpdateBudgetInput) (*UpdateBudgetOutput, error)
- func (c *BILLING) UpdateBudgetCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *BILLING) UpdateBudgetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *BILLING) UpdateBudgetCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *BILLING) UpdateBudgetRequest(input *UpdateBudgetInput) (req *request.Request, output *UpdateBudgetOutput)
- func (c *BILLING) UpdateBudgetWithContext(ctx volcengine.Context, input *UpdateBudgetInput, opts ...request.Option) (*UpdateBudgetOutput, error)
- type BILLINGAPI
- type BillingModeInfoListForListBudgetFilterBillingModeOutput
- func (s BillingModeInfoListForListBudgetFilterBillingModeOutput) GoString() string
- func (s *BillingModeInfoListForListBudgetFilterBillingModeOutput) SetBillingModeCode(v string) *BillingModeInfoListForListBudgetFilterBillingModeOutput
- func (s *BillingModeInfoListForListBudgetFilterBillingModeOutput) SetBillingModeName(v string) *BillingModeInfoListForListBudgetFilterBillingModeOutput
- func (s BillingModeInfoListForListBudgetFilterBillingModeOutput) String() string
- type BudgetAlertMessageDetailListForQueryBudgetDetailOutput
- func (s BudgetAlertMessageDetailListForQueryBudgetDetailOutput) GoString() string
- func (s *BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetEmailSendSwitch(v int32) *BudgetAlertMessageDetailListForQueryBudgetDetailOutput
- func (s *BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetInternalSendSwitch(v int32) *BudgetAlertMessageDetailListForQueryBudgetDetailOutput
- func (s *BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetMessageSendSwitch(v int32) *BudgetAlertMessageDetailListForQueryBudgetDetailOutput
- func (s *BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetRecipientEmail(v string) *BudgetAlertMessageDetailListForQueryBudgetDetailOutput
- func (s *BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetRecipientID(v int64) *BudgetAlertMessageDetailListForQueryBudgetDetailOutput
- func (s *BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetRecipientMessage(v string) *BudgetAlertMessageDetailListForQueryBudgetDetailOutput
- func (s *BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetRecipientName(v string) *BudgetAlertMessageDetailListForQueryBudgetDetailOutput
- func (s BudgetAlertMessageDetailListForQueryBudgetDetailOutput) String() string
- type BudgetAlertMessageForCreateBudgetInput
- func (s BudgetAlertMessageForCreateBudgetInput) GoString() string
- func (s *BudgetAlertMessageForCreateBudgetInput) SetEmailSendSwitch(v int32) *BudgetAlertMessageForCreateBudgetInput
- func (s *BudgetAlertMessageForCreateBudgetInput) SetInternalSendSwitch(v int32) *BudgetAlertMessageForCreateBudgetInput
- func (s *BudgetAlertMessageForCreateBudgetInput) SetMessageSendSwitch(v int32) *BudgetAlertMessageForCreateBudgetInput
- func (s *BudgetAlertMessageForCreateBudgetInput) SetRecipientID(v int64) *BudgetAlertMessageForCreateBudgetInput
- func (s BudgetAlertMessageForCreateBudgetInput) String() string
- type BudgetAlertMessageForUpdateBudgetInput
- func (s BudgetAlertMessageForUpdateBudgetInput) GoString() string
- func (s *BudgetAlertMessageForUpdateBudgetInput) SetEmailSendSwitch(v int32) *BudgetAlertMessageForUpdateBudgetInput
- func (s *BudgetAlertMessageForUpdateBudgetInput) SetInternalSendSwitch(v int32) *BudgetAlertMessageForUpdateBudgetInput
- func (s *BudgetAlertMessageForUpdateBudgetInput) SetMessageSendSwitch(v int32) *BudgetAlertMessageForUpdateBudgetInput
- func (s *BudgetAlertMessageForUpdateBudgetInput) SetRecipientID(v int64) *BudgetAlertMessageForUpdateBudgetInput
- func (s BudgetAlertMessageForUpdateBudgetInput) String() string
- type BudgetAlertRuleForCreateBudgetInput
- func (s BudgetAlertRuleForCreateBudgetInput) GoString() string
- func (s *BudgetAlertRuleForCreateBudgetInput) SetBudgetAlertItem(v string) *BudgetAlertRuleForCreateBudgetInput
- func (s *BudgetAlertRuleForCreateBudgetInput) SetBudgetAlertRuleID(v string) *BudgetAlertRuleForCreateBudgetInput
- func (s *BudgetAlertRuleForCreateBudgetInput) SetBudgetAlertThreshold(v string) *BudgetAlertRuleForCreateBudgetInput
- func (s *BudgetAlertRuleForCreateBudgetInput) SetBudgetAlertThresholdType(v string) *BudgetAlertRuleForCreateBudgetInput
- func (s BudgetAlertRuleForCreateBudgetInput) String() string
- type BudgetAlertRuleForUpdateBudgetInput
- func (s BudgetAlertRuleForUpdateBudgetInput) GoString() string
- func (s *BudgetAlertRuleForUpdateBudgetInput) SetBudgetAlertItem(v string) *BudgetAlertRuleForUpdateBudgetInput
- func (s *BudgetAlertRuleForUpdateBudgetInput) SetBudgetAlertRuleID(v string) *BudgetAlertRuleForUpdateBudgetInput
- func (s *BudgetAlertRuleForUpdateBudgetInput) SetBudgetAlertThreshold(v string) *BudgetAlertRuleForUpdateBudgetInput
- func (s *BudgetAlertRuleForUpdateBudgetInput) SetBudgetAlertThresholdType(v string) *BudgetAlertRuleForUpdateBudgetInput
- func (s BudgetAlertRuleForUpdateBudgetInput) String() string
- type BudgetAlertRuleListForQueryBudgetDetailOutput
- func (s BudgetAlertRuleListForQueryBudgetDetailOutput) GoString() string
- func (s *BudgetAlertRuleListForQueryBudgetDetailOutput) SetBudgetAlertItem(v string) *BudgetAlertRuleListForQueryBudgetDetailOutput
- func (s *BudgetAlertRuleListForQueryBudgetDetailOutput) SetBudgetAlertRuleID(v string) *BudgetAlertRuleListForQueryBudgetDetailOutput
- func (s *BudgetAlertRuleListForQueryBudgetDetailOutput) SetBudgetAlertThreshold(v string) *BudgetAlertRuleListForQueryBudgetDetailOutput
- func (s *BudgetAlertRuleListForQueryBudgetDetailOutput) SetBudgetAlertThresholdType(v string) *BudgetAlertRuleListForQueryBudgetDetailOutput
- func (s BudgetAlertRuleListForQueryBudgetDetailOutput) String() string
- type BudgetAmountForCreateBudgetInput
- func (s BudgetAmountForCreateBudgetInput) GoString() string
- func (s *BudgetAmountForCreateBudgetInput) SetBudgetAmount(v string) *BudgetAmountForCreateBudgetInput
- func (s *BudgetAmountForCreateBudgetInput) SetBudgetAmountID(v string) *BudgetAmountForCreateBudgetInput
- func (s *BudgetAmountForCreateBudgetInput) SetBudgetPeriod(v string) *BudgetAmountForCreateBudgetInput
- func (s BudgetAmountForCreateBudgetInput) String() string
- type BudgetAmountForUpdateBudgetInput
- func (s BudgetAmountForUpdateBudgetInput) GoString() string
- func (s *BudgetAmountForUpdateBudgetInput) SetBudgetAmount(v string) *BudgetAmountForUpdateBudgetInput
- func (s *BudgetAmountForUpdateBudgetInput) SetBudgetAmountID(v string) *BudgetAmountForUpdateBudgetInput
- func (s *BudgetAmountForUpdateBudgetInput) SetBudgetPeriod(v string) *BudgetAmountForUpdateBudgetInput
- func (s BudgetAmountForUpdateBudgetInput) String() string
- type BudgetAmountListForListBudgetAmountByBudgetIDOutput
- func (s BudgetAmountListForListBudgetAmountByBudgetIDOutput) GoString() string
- func (s *BudgetAmountListForListBudgetAmountByBudgetIDOutput) SetActualAmount(v string) *BudgetAmountListForListBudgetAmountByBudgetIDOutput
- func (s *BudgetAmountListForListBudgetAmountByBudgetIDOutput) SetBudgetAmount(v string) *BudgetAmountListForListBudgetAmountByBudgetIDOutput
- func (s *BudgetAmountListForListBudgetAmountByBudgetIDOutput) SetBudgetAmountID(v string) *BudgetAmountListForListBudgetAmountByBudgetIDOutput
- func (s *BudgetAmountListForListBudgetAmountByBudgetIDOutput) SetBudgetPeriod(v string) *BudgetAmountListForListBudgetAmountByBudgetIDOutput
- func (s *BudgetAmountListForListBudgetAmountByBudgetIDOutput) SetDifference(v string) *BudgetAmountListForListBudgetAmountByBudgetIDOutput
- func (s *BudgetAmountListForListBudgetAmountByBudgetIDOutput) SetRatio(v string) *BudgetAmountListForListBudgetAmountByBudgetIDOutput
- func (s BudgetAmountListForListBudgetAmountByBudgetIDOutput) String() string
- type BudgetForCreateBudgetInput
- func (s BudgetForCreateBudgetInput) GoString() string
- func (s *BudgetForCreateBudgetInput) SetBudgetEndTime(v string) *BudgetForCreateBudgetInput
- func (s *BudgetForCreateBudgetInput) SetBudgetName(v string) *BudgetForCreateBudgetInput
- func (s *BudgetForCreateBudgetInput) SetBudgetPlanType(v string) *BudgetForCreateBudgetInput
- func (s *BudgetForCreateBudgetInput) SetBudgetStartTime(v string) *BudgetForCreateBudgetInput
- func (s *BudgetForCreateBudgetInput) SetBudgetType(v string) *BudgetForCreateBudgetInput
- func (s *BudgetForCreateBudgetInput) SetPeriod(v string) *BudgetForCreateBudgetInput
- func (s BudgetForCreateBudgetInput) String() string
- type BudgetForQueryBudgetDetailOutput
- func (s BudgetForQueryBudgetDetailOutput) GoString() string
- func (s *BudgetForQueryBudgetDetailOutput) SetBudgetEndTime(v string) *BudgetForQueryBudgetDetailOutput
- func (s *BudgetForQueryBudgetDetailOutput) SetBudgetName(v string) *BudgetForQueryBudgetDetailOutput
- func (s *BudgetForQueryBudgetDetailOutput) SetBudgetPlanType(v string) *BudgetForQueryBudgetDetailOutput
- func (s *BudgetForQueryBudgetDetailOutput) SetBudgetStartTime(v string) *BudgetForQueryBudgetDetailOutput
- func (s *BudgetForQueryBudgetDetailOutput) SetBudgetType(v string) *BudgetForQueryBudgetDetailOutput
- func (s *BudgetForQueryBudgetDetailOutput) SetPeriod(v string) *BudgetForQueryBudgetDetailOutput
- func (s BudgetForQueryBudgetDetailOutput) String() string
- type BudgetForUpdateBudgetInput
- func (s BudgetForUpdateBudgetInput) GoString() string
- func (s *BudgetForUpdateBudgetInput) SetBudgetEndTime(v string) *BudgetForUpdateBudgetInput
- func (s *BudgetForUpdateBudgetInput) SetBudgetName(v string) *BudgetForUpdateBudgetInput
- func (s *BudgetForUpdateBudgetInput) SetBudgetPlanType(v string) *BudgetForUpdateBudgetInput
- func (s *BudgetForUpdateBudgetInput) SetBudgetStartTime(v string) *BudgetForUpdateBudgetInput
- func (s *BudgetForUpdateBudgetInput) SetBudgetType(v string) *BudgetForUpdateBudgetInput
- func (s *BudgetForUpdateBudgetInput) SetPeriod(v string) *BudgetForUpdateBudgetInput
- func (s BudgetForUpdateBudgetInput) String() string
- type BudgetListForListBudgetOutput
- func (s BudgetListForListBudgetOutput) GoString() string
- func (s *BudgetListForListBudgetOutput) SetActualAmount(v string) *BudgetListForListBudgetOutput
- func (s *BudgetListForListBudgetOutput) SetBudgetAmount(v string) *BudgetListForListBudgetOutput
- func (s *BudgetListForListBudgetOutput) SetBudgetEndTime(v string) *BudgetListForListBudgetOutput
- func (s *BudgetListForListBudgetOutput) SetBudgetID(v string) *BudgetListForListBudgetOutput
- func (s *BudgetListForListBudgetOutput) SetBudgetName(v string) *BudgetListForListBudgetOutput
- func (s *BudgetListForListBudgetOutput) SetBudgetStartTime(v string) *BudgetListForListBudgetOutput
- func (s *BudgetListForListBudgetOutput) SetBudgetType(v string) *BudgetListForListBudgetOutput
- func (s *BudgetListForListBudgetOutput) SetPeriod(v string) *BudgetListForListBudgetOutput
- func (s *BudgetListForListBudgetOutput) SetRatio(v string) *BudgetListForListBudgetOutput
- func (s *BudgetListForListBudgetOutput) SetStatus(v int32) *BudgetListForListBudgetOutput
- func (s BudgetListForListBudgetOutput) String() string
- type BudgetRangeBillingModeForQueryBudgetDetailOutput
- func (s BudgetRangeBillingModeForQueryBudgetDetailOutput) GoString() string
- func (s *BudgetRangeBillingModeForQueryBudgetDetailOutput) SetBillingModeCode(v string) *BudgetRangeBillingModeForQueryBudgetDetailOutput
- func (s *BudgetRangeBillingModeForQueryBudgetDetailOutput) SetBillingModeName(v string) *BudgetRangeBillingModeForQueryBudgetDetailOutput
- func (s BudgetRangeBillingModeForQueryBudgetDetailOutput) String() string
- type BudgetRangeForCreateBudgetInput
- func (s BudgetRangeForCreateBudgetInput) GoString() string
- func (s *BudgetRangeForCreateBudgetInput) SetBillingMode(v []*string) *BudgetRangeForCreateBudgetInput
- func (s *BudgetRangeForCreateBudgetInput) SetOwnerID(v []*int64) *BudgetRangeForCreateBudgetInput
- func (s *BudgetRangeForCreateBudgetInput) SetPayerID(v []*int64) *BudgetRangeForCreateBudgetInput
- func (s *BudgetRangeForCreateBudgetInput) SetProduct(v []*string) *BudgetRangeForCreateBudgetInput
- func (s *BudgetRangeForCreateBudgetInput) SetProject(v []*string) *BudgetRangeForCreateBudgetInput
- func (s *BudgetRangeForCreateBudgetInput) SetRegion(v []*string) *BudgetRangeForCreateBudgetInput
- func (s *BudgetRangeForCreateBudgetInput) SetSubjectNo(v []*string) *BudgetRangeForCreateBudgetInput
- func (s *BudgetRangeForCreateBudgetInput) SetTag(v []*string) *BudgetRangeForCreateBudgetInput
- func (s *BudgetRangeForCreateBudgetInput) SetZone(v []*string) *BudgetRangeForCreateBudgetInput
- func (s BudgetRangeForCreateBudgetInput) String() string
- type BudgetRangeForUpdateBudgetInput
- func (s BudgetRangeForUpdateBudgetInput) GoString() string
- func (s *BudgetRangeForUpdateBudgetInput) SetBillingMode(v []*string) *BudgetRangeForUpdateBudgetInput
- func (s *BudgetRangeForUpdateBudgetInput) SetOwnerID(v []*int64) *BudgetRangeForUpdateBudgetInput
- func (s *BudgetRangeForUpdateBudgetInput) SetPayerID(v []*int64) *BudgetRangeForUpdateBudgetInput
- func (s *BudgetRangeForUpdateBudgetInput) SetProduct(v []*string) *BudgetRangeForUpdateBudgetInput
- func (s *BudgetRangeForUpdateBudgetInput) SetProject(v []*string) *BudgetRangeForUpdateBudgetInput
- func (s *BudgetRangeForUpdateBudgetInput) SetRegion(v []*string) *BudgetRangeForUpdateBudgetInput
- func (s *BudgetRangeForUpdateBudgetInput) SetSubjectNo(v []*string) *BudgetRangeForUpdateBudgetInput
- func (s *BudgetRangeForUpdateBudgetInput) SetTag(v []*string) *BudgetRangeForUpdateBudgetInput
- func (s *BudgetRangeForUpdateBudgetInput) SetZone(v []*string) *BudgetRangeForUpdateBudgetInput
- func (s BudgetRangeForUpdateBudgetInput) String() string
- type BudgetRangeInfoForQueryBudgetDetailOutput
- func (s BudgetRangeInfoForQueryBudgetDetailOutput) GoString() string
- func (s *BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeBillingMode(v []*BudgetRangeBillingModeForQueryBudgetDetailOutput) *BudgetRangeInfoForQueryBudgetDetailOutput
- func (s *BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeOwner(v []*BudgetRangeOwnerForQueryBudgetDetailOutput) *BudgetRangeInfoForQueryBudgetDetailOutput
- func (s *BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangePayer(v []*BudgetRangePayerForQueryBudgetDetailOutput) *BudgetRangeInfoForQueryBudgetDetailOutput
- func (s *BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeProduct(v []*BudgetRangeProductForQueryBudgetDetailOutput) *BudgetRangeInfoForQueryBudgetDetailOutput
- func (s *BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeProject(v []*string) *BudgetRangeInfoForQueryBudgetDetailOutput
- func (s *BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeRegion(v []*BudgetRangeRegionForQueryBudgetDetailOutput) *BudgetRangeInfoForQueryBudgetDetailOutput
- func (s *BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeSubject(v []*BudgetRangeSubjectForQueryBudgetDetailOutput) *BudgetRangeInfoForQueryBudgetDetailOutput
- func (s *BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeTag(v []*string) *BudgetRangeInfoForQueryBudgetDetailOutput
- func (s *BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeZone(v []*BudgetRangeZoneForQueryBudgetDetailOutput) *BudgetRangeInfoForQueryBudgetDetailOutput
- func (s BudgetRangeInfoForQueryBudgetDetailOutput) String() string
- type BudgetRangeOwnerForQueryBudgetDetailOutput
- func (s BudgetRangeOwnerForQueryBudgetDetailOutput) GoString() string
- func (s *BudgetRangeOwnerForQueryBudgetDetailOutput) SetOwnerID(v int64) *BudgetRangeOwnerForQueryBudgetDetailOutput
- func (s *BudgetRangeOwnerForQueryBudgetDetailOutput) SetOwnerUserName(v string) *BudgetRangeOwnerForQueryBudgetDetailOutput
- func (s BudgetRangeOwnerForQueryBudgetDetailOutput) String() string
- type BudgetRangePayerForQueryBudgetDetailOutput
- func (s BudgetRangePayerForQueryBudgetDetailOutput) GoString() string
- func (s *BudgetRangePayerForQueryBudgetDetailOutput) SetPayerID(v int64) *BudgetRangePayerForQueryBudgetDetailOutput
- func (s *BudgetRangePayerForQueryBudgetDetailOutput) SetPayerUserName(v string) *BudgetRangePayerForQueryBudgetDetailOutput
- func (s BudgetRangePayerForQueryBudgetDetailOutput) String() string
- type BudgetRangeProductForQueryBudgetDetailOutput
- func (s BudgetRangeProductForQueryBudgetDetailOutput) GoString() string
- func (s *BudgetRangeProductForQueryBudgetDetailOutput) SetProductCode(v string) *BudgetRangeProductForQueryBudgetDetailOutput
- func (s *BudgetRangeProductForQueryBudgetDetailOutput) SetProductName(v string) *BudgetRangeProductForQueryBudgetDetailOutput
- func (s BudgetRangeProductForQueryBudgetDetailOutput) String() string
- type BudgetRangeRegionForQueryBudgetDetailOutput
- func (s BudgetRangeRegionForQueryBudgetDetailOutput) GoString() string
- func (s *BudgetRangeRegionForQueryBudgetDetailOutput) SetRegionCode(v string) *BudgetRangeRegionForQueryBudgetDetailOutput
- func (s *BudgetRangeRegionForQueryBudgetDetailOutput) SetRegionName(v string) *BudgetRangeRegionForQueryBudgetDetailOutput
- func (s BudgetRangeRegionForQueryBudgetDetailOutput) String() string
- type BudgetRangeSubjectForQueryBudgetDetailOutput
- func (s BudgetRangeSubjectForQueryBudgetDetailOutput) GoString() string
- func (s *BudgetRangeSubjectForQueryBudgetDetailOutput) SetSubjectName(v string) *BudgetRangeSubjectForQueryBudgetDetailOutput
- func (s *BudgetRangeSubjectForQueryBudgetDetailOutput) SetSubjectNo(v string) *BudgetRangeSubjectForQueryBudgetDetailOutput
- func (s BudgetRangeSubjectForQueryBudgetDetailOutput) String() string
- type BudgetRangeZoneForQueryBudgetDetailOutput
- func (s BudgetRangeZoneForQueryBudgetDetailOutput) GoString() string
- func (s *BudgetRangeZoneForQueryBudgetDetailOutput) SetRegionZoneCode(v string) *BudgetRangeZoneForQueryBudgetDetailOutput
- func (s *BudgetRangeZoneForQueryBudgetDetailOutput) SetRegionZoneName(v string) *BudgetRangeZoneForQueryBudgetDetailOutput
- func (s BudgetRangeZoneForQueryBudgetDetailOutput) String() string
- type CancelInvitationInput
- func (s CancelInvitationInput) GoString() string
- func (s *CancelInvitationInput) SetAuthID(v string) *CancelInvitationInput
- func (s *CancelInvitationInput) SetInvitationType(v int32) *CancelInvitationInput
- func (s *CancelInvitationInput) SetRelation(v int32) *CancelInvitationInput
- func (s *CancelInvitationInput) SetRelationID(v string) *CancelInvitationInput
- func (s *CancelInvitationInput) SetSubAccountID(v int64) *CancelInvitationInput
- func (s CancelInvitationInput) String() string
- func (s *CancelInvitationInput) Validate() error
- type CancelInvitationOutput
- type CancelOrderInput
- type CancelOrderOutput
- type ChargeItemListForCommonBuyInput
- func (s ChargeItemListForCommonBuyInput) GoString() string
- func (s *ChargeItemListForCommonBuyInput) SetChargeItemCode(v string) *ChargeItemListForCommonBuyInput
- func (s *ChargeItemListForCommonBuyInput) SetCount(v string) *ChargeItemListForCommonBuyInput
- func (s *ChargeItemListForCommonBuyInput) SetZoneCode(v string) *ChargeItemListForCommonBuyInput
- func (s ChargeItemListForCommonBuyInput) String() string
- type CleanUpFinancialRelationInput
- func (s CleanUpFinancialRelationInput) GoString() string
- func (s *CleanUpFinancialRelationInput) SetRelation(v int32) *CleanUpFinancialRelationInput
- func (s *CleanUpFinancialRelationInput) SetRelationID(v string) *CleanUpFinancialRelationInput
- func (s *CleanUpFinancialRelationInput) SetSubAccountID(v int64) *CleanUpFinancialRelationInput
- func (s CleanUpFinancialRelationInput) String() string
- func (s *CleanUpFinancialRelationInput) Validate() error
- type CleanUpFinancialRelationOutput
- func (s CleanUpFinancialRelationOutput) GoString() string
- func (s *CleanUpFinancialRelationOutput) SetIsIdempotent(v bool) *CleanUpFinancialRelationOutput
- func (s *CleanUpFinancialRelationOutput) SetIsSuccess(v bool) *CleanUpFinancialRelationOutput
- func (s CleanUpFinancialRelationOutput) String() string
- type CommonBuyInput
- func (s CommonBuyInput) GoString() string
- func (s *CommonBuyInput) SetClientToken(v string) *CommonBuyInput
- func (s *CommonBuyInput) SetConfigList(v []*ConfigListForCommonBuyInput) *CommonBuyInput
- func (s *CommonBuyInput) SetRegionCode(v string) *CommonBuyInput
- func (s CommonBuyInput) String() string
- func (s *CommonBuyInput) Validate() error
- type CommonBuyOutput
- type ConfigListForCommonBuyInput
- func (s ConfigListForCommonBuyInput) GoString() string
- func (s *ConfigListForCommonBuyInput) SetChargeItemList(v []*ChargeItemListForCommonBuyInput) *ConfigListForCommonBuyInput
- func (s *ConfigListForCommonBuyInput) SetConfigurationCode(v string) *ConfigListForCommonBuyInput
- func (s *ConfigListForCommonBuyInput) SetProduct(v string) *ConfigListForCommonBuyInput
- func (s ConfigListForCommonBuyInput) String() string
- type ConfigListForQueryPriceForPayAsYouGoInput
- func (s ConfigListForQueryPriceForPayAsYouGoInput) GoString() string
- func (s *ConfigListForQueryPriceForPayAsYouGoInput) SetChargeItemCode(v string) *ConfigListForQueryPriceForPayAsYouGoInput
- func (s *ConfigListForQueryPriceForPayAsYouGoInput) SetConfigurationCode(v string) *ConfigListForQueryPriceForPayAsYouGoInput
- func (s *ConfigListForQueryPriceForPayAsYouGoInput) SetCount(v string) *ConfigListForQueryPriceForPayAsYouGoInput
- func (s *ConfigListForQueryPriceForPayAsYouGoInput) SetQuantity(v int32) *ConfigListForQueryPriceForPayAsYouGoInput
- func (s *ConfigListForQueryPriceForPayAsYouGoInput) SetUseDuration(v int32) *ConfigListForQueryPriceForPayAsYouGoInput
- func (s ConfigListForQueryPriceForPayAsYouGoInput) String() string
- type ConfigListForQueryPriceForPayAsYouGoOutput
- func (s ConfigListForQueryPriceForPayAsYouGoOutput) GoString() string
- func (s *ConfigListForQueryPriceForPayAsYouGoOutput) SetChargeItemCode(v string) *ConfigListForQueryPriceForPayAsYouGoOutput
- func (s *ConfigListForQueryPriceForPayAsYouGoOutput) SetConfigurationCode(v string) *ConfigListForQueryPriceForPayAsYouGoOutput
- func (s *ConfigListForQueryPriceForPayAsYouGoOutput) SetDiscountAmount(v string) *ConfigListForQueryPriceForPayAsYouGoOutput
- func (s *ConfigListForQueryPriceForPayAsYouGoOutput) SetDiscountDetail(v *DiscountDetailForQueryPriceForPayAsYouGoOutput) *ConfigListForQueryPriceForPayAsYouGoOutput
- func (s *ConfigListForQueryPriceForPayAsYouGoOutput) SetOriginalAmount(v string) *ConfigListForQueryPriceForPayAsYouGoOutput
- func (s *ConfigListForQueryPriceForPayAsYouGoOutput) SetPrice(v string) *ConfigListForQueryPriceForPayAsYouGoOutput
- func (s *ConfigListForQueryPriceForPayAsYouGoOutput) SetQuantity(v int32) *ConfigListForQueryPriceForPayAsYouGoOutput
- func (s ConfigListForQueryPriceForPayAsYouGoOutput) String() string
- type ConfigListForQueryPriceForSubscriptionInput
- func (s ConfigListForQueryPriceForSubscriptionInput) GoString() string
- func (s *ConfigListForQueryPriceForSubscriptionInput) SetChargeItemCode(v string) *ConfigListForQueryPriceForSubscriptionInput
- func (s *ConfigListForQueryPriceForSubscriptionInput) SetConfigurationCode(v string) *ConfigListForQueryPriceForSubscriptionInput
- func (s *ConfigListForQueryPriceForSubscriptionInput) SetCount(v string) *ConfigListForQueryPriceForSubscriptionInput
- func (s *ConfigListForQueryPriceForSubscriptionInput) SetQuantity(v int32) *ConfigListForQueryPriceForSubscriptionInput
- func (s *ConfigListForQueryPriceForSubscriptionInput) SetUseDuration(v int32) *ConfigListForQueryPriceForSubscriptionInput
- func (s ConfigListForQueryPriceForSubscriptionInput) String() string
- type ConfigListForQueryPriceForSubscriptionOutput
- func (s ConfigListForQueryPriceForSubscriptionOutput) GoString() string
- func (s *ConfigListForQueryPriceForSubscriptionOutput) SetChargeItemCode(v string) *ConfigListForQueryPriceForSubscriptionOutput
- func (s *ConfigListForQueryPriceForSubscriptionOutput) SetConfigurationCode(v string) *ConfigListForQueryPriceForSubscriptionOutput
- func (s *ConfigListForQueryPriceForSubscriptionOutput) SetDiscountAmount(v string) *ConfigListForQueryPriceForSubscriptionOutput
- func (s *ConfigListForQueryPriceForSubscriptionOutput) SetDiscountDetail(v *DiscountDetailForQueryPriceForSubscriptionOutput) *ConfigListForQueryPriceForSubscriptionOutput
- func (s *ConfigListForQueryPriceForSubscriptionOutput) SetOriginalAmount(v string) *ConfigListForQueryPriceForSubscriptionOutput
- func (s *ConfigListForQueryPriceForSubscriptionOutput) SetPrice(v string) *ConfigListForQueryPriceForSubscriptionOutput
- func (s *ConfigListForQueryPriceForSubscriptionOutput) SetQuantity(v int32) *ConfigListForQueryPriceForSubscriptionOutput
- func (s ConfigListForQueryPriceForSubscriptionOutput) String() string
- type ConvertListForListBillOverviewByCategoryOutput
- func (s ConvertListForListBillOverviewByCategoryOutput) GoString() string
- func (s *ConvertListForListBillOverviewByCategoryOutput) SetList(v []*ListForListBillOverviewByCategoryOutput) *ConvertListForListBillOverviewByCategoryOutput
- func (s ConvertListForListBillOverviewByCategoryOutput) String() string
- type CreateBudgetInput
- func (s CreateBudgetInput) GoString() string
- func (s *CreateBudgetInput) SetBudget(v *BudgetForCreateBudgetInput) *CreateBudgetInput
- func (s *CreateBudgetInput) SetBudgetAlertMessage(v []*BudgetAlertMessageForCreateBudgetInput) *CreateBudgetInput
- func (s *CreateBudgetInput) SetBudgetAlertRule(v []*BudgetAlertRuleForCreateBudgetInput) *CreateBudgetInput
- func (s *CreateBudgetInput) SetBudgetAmount(v []*BudgetAmountForCreateBudgetInput) *CreateBudgetInput
- func (s *CreateBudgetInput) SetBudgetRange(v *BudgetRangeForCreateBudgetInput) *CreateBudgetInput
- func (s CreateBudgetInput) String() string
- type CreateBudgetOutput
- type CreateFinancialRelationInput
- func (s CreateFinancialRelationInput) GoString() string
- func (s *CreateFinancialRelationInput) SetAccountAlias(v string) *CreateFinancialRelationInput
- func (s *CreateFinancialRelationInput) SetAuthListStr(v string) *CreateFinancialRelationInput
- func (s *CreateFinancialRelationInput) SetRelation(v int32) *CreateFinancialRelationInput
- func (s *CreateFinancialRelationInput) SetSubAccountID(v int64) *CreateFinancialRelationInput
- func (s CreateFinancialRelationInput) String() string
- func (s *CreateFinancialRelationInput) Validate() error
- type CreateFinancialRelationOutput
- type DeleteBudgetInput
- type DeleteBudgetOutput
- type DeleteFinancialRelationInput
- func (s DeleteFinancialRelationInput) GoString() string
- func (s *DeleteFinancialRelationInput) SetRelation(v int32) *DeleteFinancialRelationInput
- func (s *DeleteFinancialRelationInput) SetRelationID(v string) *DeleteFinancialRelationInput
- func (s *DeleteFinancialRelationInput) SetSubAccountID(v int64) *DeleteFinancialRelationInput
- func (s DeleteFinancialRelationInput) String() string
- func (s *DeleteFinancialRelationInput) Validate() error
- type DeleteFinancialRelationOutput
- type DiscountDetailForQueryPriceForPayAsYouGoOutput
- func (s DiscountDetailForQueryPriceForPayAsYouGoOutput) GoString() string
- func (s *DiscountDetailForQueryPriceForPayAsYouGoOutput) SetDiscountPrice(v string) *DiscountDetailForQueryPriceForPayAsYouGoOutput
- func (s *DiscountDetailForQueryPriceForPayAsYouGoOutput) SetDiscountType(v string) *DiscountDetailForQueryPriceForPayAsYouGoOutput
- func (s DiscountDetailForQueryPriceForPayAsYouGoOutput) String() string
- type DiscountDetailForQueryPriceForSubscriptionOutput
- func (s DiscountDetailForQueryPriceForSubscriptionOutput) GoString() string
- func (s *DiscountDetailForQueryPriceForSubscriptionOutput) SetDiscountPrice(v string) *DiscountDetailForQueryPriceForSubscriptionOutput
- func (s *DiscountDetailForQueryPriceForSubscriptionOutput) SetDiscountType(v string) *DiscountDetailForQueryPriceForSubscriptionOutput
- func (s DiscountDetailForQueryPriceForSubscriptionOutput) String() string
- type GetOrderInput
- type GetOrderOutput
- type HandleInvitationInput
- func (s HandleInvitationInput) GoString() string
- func (s *HandleInvitationInput) SetAction(v int32) *HandleInvitationInput
- func (s *HandleInvitationInput) SetAuthID(v string) *HandleInvitationInput
- func (s *HandleInvitationInput) SetInvitationType(v int32) *HandleInvitationInput
- func (s *HandleInvitationInput) SetMajorAccountID(v int64) *HandleInvitationInput
- func (s *HandleInvitationInput) SetRelation(v int32) *HandleInvitationInput
- func (s *HandleInvitationInput) SetRelationID(v string) *HandleInvitationInput
- func (s HandleInvitationInput) String() string
- func (s *HandleInvitationInput) Validate() error
- type HandleInvitationOutput
- type InstanceAmountListForQueryPriceForRenewOutput
- func (s InstanceAmountListForQueryPriceForRenewOutput) GoString() string
- func (s *InstanceAmountListForQueryPriceForRenewOutput) SetConfigurationCode(v string) *InstanceAmountListForQueryPriceForRenewOutput
- func (s *InstanceAmountListForQueryPriceForRenewOutput) SetDiscountAmount(v string) *InstanceAmountListForQueryPriceForRenewOutput
- func (s *InstanceAmountListForQueryPriceForRenewOutput) SetInstanceID(v string) *InstanceAmountListForQueryPriceForRenewOutput
- func (s *InstanceAmountListForQueryPriceForRenewOutput) SetOriginalAmount(v string) *InstanceAmountListForQueryPriceForRenewOutput
- func (s *InstanceAmountListForQueryPriceForRenewOutput) SetProduct(v string) *InstanceAmountListForQueryPriceForRenewOutput
- func (s InstanceAmountListForQueryPriceForRenewOutput) String() string
- type InstanceListForListAvailableInstancesOutput
- func (s InstanceListForListAvailableInstancesOutput) GoString() string
- func (s *InstanceListForListAvailableInstancesOutput) SetAccountID(v int32) *InstanceListForListAvailableInstancesOutput
- func (s *InstanceListForListAvailableInstancesOutput) SetBeginTime(v string) *InstanceListForListAvailableInstancesOutput
- func (s *InstanceListForListAvailableInstancesOutput) SetConfigurationCode(v string) *InstanceListForListAvailableInstancesOutput
- func (s *InstanceListForListAvailableInstancesOutput) SetExpiredTime(v string) *InstanceListForListAvailableInstancesOutput
- func (s *InstanceListForListAvailableInstancesOutput) SetInstanceID(v string) *InstanceListForListAvailableInstancesOutput
- func (s *InstanceListForListAvailableInstancesOutput) SetInstanceName(v string) *InstanceListForListAvailableInstancesOutput
- func (s *InstanceListForListAvailableInstancesOutput) SetPaymentMethod(v string) *InstanceListForListAvailableInstancesOutput
- func (s *InstanceListForListAvailableInstancesOutput) SetProduct(v string) *InstanceListForListAvailableInstancesOutput
- func (s *InstanceListForListAvailableInstancesOutput) SetRemainRenewTimes(v string) *InstanceListForListAvailableInstancesOutput
- func (s *InstanceListForListAvailableInstancesOutput) SetRenewType(v string) *InstanceListForListAvailableInstancesOutput
- func (s *InstanceListForListAvailableInstancesOutput) SetRenewalDurationUnit(v string) *InstanceListForListAvailableInstancesOutput
- func (s *InstanceListForListAvailableInstancesOutput) SetRenewalTimes(v string) *InstanceListForListAvailableInstancesOutput
- func (s *InstanceListForListAvailableInstancesOutput) SetStatus(v string) *InstanceListForListAvailableInstancesOutput
- func (s *InstanceListForListAvailableInstancesOutput) SetSubStatus(v string) *InstanceListForListAvailableInstancesOutput
- func (s InstanceListForListAvailableInstancesOutput) String() string
- type ListAmortizedCostBillDailyInput
- func (s ListAmortizedCostBillDailyInput) GoString() string
- func (s *ListAmortizedCostBillDailyInput) SetAmortizedDay(v string) *ListAmortizedCostBillDailyInput
- func (s *ListAmortizedCostBillDailyInput) SetAmortizedMonth(v string) *ListAmortizedCostBillDailyInput
- func (s *ListAmortizedCostBillDailyInput) SetAmortizedType(v []*string) *ListAmortizedCostBillDailyInput
- func (s *ListAmortizedCostBillDailyInput) SetBillCategory(v []*string) *ListAmortizedCostBillDailyInput
- func (s *ListAmortizedCostBillDailyInput) SetBillPeriod(v string) *ListAmortizedCostBillDailyInput
- func (s *ListAmortizedCostBillDailyInput) SetBillingMode(v []*string) *ListAmortizedCostBillDailyInput
- func (s *ListAmortizedCostBillDailyInput) SetIgnoreZero(v int32) *ListAmortizedCostBillDailyInput
- func (s *ListAmortizedCostBillDailyInput) SetInstanceNo(v string) *ListAmortizedCostBillDailyInput
- func (s *ListAmortizedCostBillDailyInput) SetLimit(v int32) *ListAmortizedCostBillDailyInput
- func (s *ListAmortizedCostBillDailyInput) SetNeedRecordNum(v int32) *ListAmortizedCostBillDailyInput
- func (s *ListAmortizedCostBillDailyInput) SetOffset(v int32) *ListAmortizedCostBillDailyInput
- func (s *ListAmortizedCostBillDailyInput) SetOwnerID(v []*int64) *ListAmortizedCostBillDailyInput
- func (s *ListAmortizedCostBillDailyInput) SetPayerID(v []*int64) *ListAmortizedCostBillDailyInput
- func (s *ListAmortizedCostBillDailyInput) SetProduct(v []*string) *ListAmortizedCostBillDailyInput
- func (s ListAmortizedCostBillDailyInput) String() string
- func (s *ListAmortizedCostBillDailyInput) Validate() error
- type ListAmortizedCostBillDailyOutput
- func (s ListAmortizedCostBillDailyOutput) GoString() string
- func (s *ListAmortizedCostBillDailyOutput) SetLimit(v int32) *ListAmortizedCostBillDailyOutput
- func (s *ListAmortizedCostBillDailyOutput) SetList(v []*ListForListAmortizedCostBillDailyOutput) *ListAmortizedCostBillDailyOutput
- func (s *ListAmortizedCostBillDailyOutput) SetOffset(v int32) *ListAmortizedCostBillDailyOutput
- func (s *ListAmortizedCostBillDailyOutput) SetTotal(v int32) *ListAmortizedCostBillDailyOutput
- func (s ListAmortizedCostBillDailyOutput) String() string
- type ListAmortizedCostBillDetailInput
- func (s ListAmortizedCostBillDetailInput) GoString() string
- func (s *ListAmortizedCostBillDetailInput) SetAmortizedDay(v string) *ListAmortizedCostBillDetailInput
- func (s *ListAmortizedCostBillDetailInput) SetAmortizedMonth(v string) *ListAmortizedCostBillDetailInput
- func (s *ListAmortizedCostBillDetailInput) SetAmortizedType(v []*string) *ListAmortizedCostBillDetailInput
- func (s *ListAmortizedCostBillDetailInput) SetBillCategory(v []*string) *ListAmortizedCostBillDetailInput
- func (s *ListAmortizedCostBillDetailInput) SetBillPeriod(v string) *ListAmortizedCostBillDetailInput
- func (s *ListAmortizedCostBillDetailInput) SetBillingMode(v []*string) *ListAmortizedCostBillDetailInput
- func (s *ListAmortizedCostBillDetailInput) SetIgnoreZero(v int32) *ListAmortizedCostBillDetailInput
- func (s *ListAmortizedCostBillDetailInput) SetInstanceNo(v string) *ListAmortizedCostBillDetailInput
- func (s *ListAmortizedCostBillDetailInput) SetLimit(v int32) *ListAmortizedCostBillDetailInput
- func (s *ListAmortizedCostBillDetailInput) SetNeedRecordNum(v int32) *ListAmortizedCostBillDetailInput
- func (s *ListAmortizedCostBillDetailInput) SetOffset(v int32) *ListAmortizedCostBillDetailInput
- func (s *ListAmortizedCostBillDetailInput) SetOwnerID(v []*int64) *ListAmortizedCostBillDetailInput
- func (s *ListAmortizedCostBillDetailInput) SetPayerID(v []*int64) *ListAmortizedCostBillDetailInput
- func (s *ListAmortizedCostBillDetailInput) SetProduct(v []*string) *ListAmortizedCostBillDetailInput
- func (s ListAmortizedCostBillDetailInput) String() string
- func (s *ListAmortizedCostBillDetailInput) Validate() error
- type ListAmortizedCostBillDetailOutput
- func (s ListAmortizedCostBillDetailOutput) GoString() string
- func (s *ListAmortizedCostBillDetailOutput) SetLimit(v int32) *ListAmortizedCostBillDetailOutput
- func (s *ListAmortizedCostBillDetailOutput) SetList(v []*ListForListAmortizedCostBillDetailOutput) *ListAmortizedCostBillDetailOutput
- func (s *ListAmortizedCostBillDetailOutput) SetOffset(v int32) *ListAmortizedCostBillDetailOutput
- func (s *ListAmortizedCostBillDetailOutput) SetTotal(v int32) *ListAmortizedCostBillDetailOutput
- func (s ListAmortizedCostBillDetailOutput) String() string
- type ListAmortizedCostBillMonthlyInput
- func (s ListAmortizedCostBillMonthlyInput) GoString() string
- func (s *ListAmortizedCostBillMonthlyInput) SetAmortizedMonth(v string) *ListAmortizedCostBillMonthlyInput
- func (s *ListAmortizedCostBillMonthlyInput) SetAmortizedType(v []*string) *ListAmortizedCostBillMonthlyInput
- func (s *ListAmortizedCostBillMonthlyInput) SetBillCategory(v []*string) *ListAmortizedCostBillMonthlyInput
- func (s *ListAmortizedCostBillMonthlyInput) SetBillPeriod(v string) *ListAmortizedCostBillMonthlyInput
- func (s *ListAmortizedCostBillMonthlyInput) SetBillingMode(v []*string) *ListAmortizedCostBillMonthlyInput
- func (s *ListAmortizedCostBillMonthlyInput) SetIgnoreZero(v int32) *ListAmortizedCostBillMonthlyInput
- func (s *ListAmortizedCostBillMonthlyInput) SetInstanceNo(v string) *ListAmortizedCostBillMonthlyInput
- func (s *ListAmortizedCostBillMonthlyInput) SetLimit(v int32) *ListAmortizedCostBillMonthlyInput
- func (s *ListAmortizedCostBillMonthlyInput) SetNeedRecordNum(v int32) *ListAmortizedCostBillMonthlyInput
- func (s *ListAmortizedCostBillMonthlyInput) SetOffset(v int32) *ListAmortizedCostBillMonthlyInput
- func (s *ListAmortizedCostBillMonthlyInput) SetOwnerID(v []*int64) *ListAmortizedCostBillMonthlyInput
- func (s *ListAmortizedCostBillMonthlyInput) SetPayerID(v []*int64) *ListAmortizedCostBillMonthlyInput
- func (s *ListAmortizedCostBillMonthlyInput) SetProduct(v []*string) *ListAmortizedCostBillMonthlyInput
- func (s ListAmortizedCostBillMonthlyInput) String() string
- func (s *ListAmortizedCostBillMonthlyInput) Validate() error
- type ListAmortizedCostBillMonthlyOutput
- func (s ListAmortizedCostBillMonthlyOutput) GoString() string
- func (s *ListAmortizedCostBillMonthlyOutput) SetLimit(v int32) *ListAmortizedCostBillMonthlyOutput
- func (s *ListAmortizedCostBillMonthlyOutput) SetList(v []*ListForListAmortizedCostBillMonthlyOutput) *ListAmortizedCostBillMonthlyOutput
- func (s *ListAmortizedCostBillMonthlyOutput) SetOffset(v int32) *ListAmortizedCostBillMonthlyOutput
- func (s *ListAmortizedCostBillMonthlyOutput) SetTotal(v int32) *ListAmortizedCostBillMonthlyOutput
- func (s ListAmortizedCostBillMonthlyOutput) String() string
- type ListAvailableInstancesInput
- func (s ListAvailableInstancesInput) GoString() string
- func (s *ListAvailableInstancesInput) SetBeginTimeEnd(v string) *ListAvailableInstancesInput
- func (s *ListAvailableInstancesInput) SetBeginTimeStart(v string) *ListAvailableInstancesInput
- func (s *ListAvailableInstancesInput) SetExpiredTimeEnd(v string) *ListAvailableInstancesInput
- func (s *ListAvailableInstancesInput) SetExpiredTimeStart(v string) *ListAvailableInstancesInput
- func (s *ListAvailableInstancesInput) SetInstanceIDs(v []*string) *ListAvailableInstancesInput
- func (s *ListAvailableInstancesInput) SetMaxResults(v int32) *ListAvailableInstancesInput
- func (s *ListAvailableInstancesInput) SetNextToken(v string) *ListAvailableInstancesInput
- func (s *ListAvailableInstancesInput) SetProduct(v string) *ListAvailableInstancesInput
- func (s *ListAvailableInstancesInput) SetRenewType(v string) *ListAvailableInstancesInput
- func (s ListAvailableInstancesInput) String() string
- func (s *ListAvailableInstancesInput) Validate() error
- type ListAvailableInstancesOutput
- func (s ListAvailableInstancesOutput) GoString() string
- func (s *ListAvailableInstancesOutput) SetInstanceList(v []*InstanceListForListAvailableInstancesOutput) *ListAvailableInstancesOutput
- func (s *ListAvailableInstancesOutput) SetMaxResults(v int32) *ListAvailableInstancesOutput
- func (s *ListAvailableInstancesOutput) SetNextToken(v string) *ListAvailableInstancesOutput
- func (s ListAvailableInstancesOutput) String() string
- type ListBillDetailInput
- func (s ListBillDetailInput) GoString() string
- func (s *ListBillDetailInput) SetBillCategory(v []*string) *ListBillDetailInput
- func (s *ListBillDetailInput) SetBillPeriod(v string) *ListBillDetailInput
- func (s *ListBillDetailInput) SetBillingMode(v []*string) *ListBillDetailInput
- func (s *ListBillDetailInput) SetExpenseDate(v string) *ListBillDetailInput
- func (s *ListBillDetailInput) SetGroupPeriod(v int32) *ListBillDetailInput
- func (s *ListBillDetailInput) SetGroupTerm(v int32) *ListBillDetailInput
- func (s *ListBillDetailInput) SetIgnoreZero(v int32) *ListBillDetailInput
- func (s *ListBillDetailInput) SetInstanceNo(v string) *ListBillDetailInput
- func (s *ListBillDetailInput) SetLimit(v int32) *ListBillDetailInput
- func (s *ListBillDetailInput) SetNeedRecordNum(v int32) *ListBillDetailInput
- func (s *ListBillDetailInput) SetOffset(v int32) *ListBillDetailInput
- func (s *ListBillDetailInput) SetOwnerID(v []*int64) *ListBillDetailInput
- func (s *ListBillDetailInput) SetPayerID(v []*int64) *ListBillDetailInput
- func (s *ListBillDetailInput) SetProduct(v []*string) *ListBillDetailInput
- func (s ListBillDetailInput) String() string
- func (s *ListBillDetailInput) Validate() error
- type ListBillDetailOutput
- func (s ListBillDetailOutput) GoString() string
- func (s *ListBillDetailOutput) SetLimit(v int32) *ListBillDetailOutput
- func (s *ListBillDetailOutput) SetList(v []*ListForListBillDetailOutput) *ListBillDetailOutput
- func (s *ListBillDetailOutput) SetOffset(v int32) *ListBillDetailOutput
- func (s *ListBillDetailOutput) SetTotal(v int32) *ListBillDetailOutput
- func (s ListBillDetailOutput) String() string
- type ListBillInput
- func (s ListBillInput) GoString() string
- func (s *ListBillInput) SetBillCategoryParent(v []*string) *ListBillInput
- func (s *ListBillInput) SetBillPeriod(v string) *ListBillInput
- func (s *ListBillInput) SetBillingMode(v []*string) *ListBillInput
- func (s *ListBillInput) SetIgnoreZero(v int32) *ListBillInput
- func (s *ListBillInput) SetLimit(v int32) *ListBillInput
- func (s *ListBillInput) SetNeedRecordNum(v int32) *ListBillInput
- func (s *ListBillInput) SetOffset(v int32) *ListBillInput
- func (s *ListBillInput) SetOwnerID(v []*int64) *ListBillInput
- func (s *ListBillInput) SetPayStatus(v string) *ListBillInput
- func (s *ListBillInput) SetPayerID(v []*int64) *ListBillInput
- func (s *ListBillInput) SetProduct(v []*string) *ListBillInput
- func (s ListBillInput) String() string
- func (s *ListBillInput) Validate() error
- type ListBillOutput
- func (s ListBillOutput) GoString() string
- func (s *ListBillOutput) SetLimit(v int32) *ListBillOutput
- func (s *ListBillOutput) SetList(v []*ListForListBillOutput) *ListBillOutput
- func (s *ListBillOutput) SetOffset(v int32) *ListBillOutput
- func (s *ListBillOutput) SetTotal(v int32) *ListBillOutput
- func (s ListBillOutput) String() string
- type ListBillOverviewByCategoryInput
- func (s ListBillOverviewByCategoryInput) GoString() string
- func (s *ListBillOverviewByCategoryInput) SetBillCategoryParent(v []*string) *ListBillOverviewByCategoryInput
- func (s *ListBillOverviewByCategoryInput) SetBillPeriod(v string) *ListBillOverviewByCategoryInput
- func (s *ListBillOverviewByCategoryInput) SetBillingMode(v []*string) *ListBillOverviewByCategoryInput
- func (s *ListBillOverviewByCategoryInput) SetOwnerID(v []*int64) *ListBillOverviewByCategoryInput
- func (s *ListBillOverviewByCategoryInput) SetPayerID(v []*int64) *ListBillOverviewByCategoryInput
- func (s ListBillOverviewByCategoryInput) String() string
- func (s *ListBillOverviewByCategoryInput) Validate() error
- type ListBillOverviewByCategoryOutput
- type ListBillOverviewByProdInput
- func (s ListBillOverviewByProdInput) GoString() string
- func (s *ListBillOverviewByProdInput) SetBillCategoryParent(v []*string) *ListBillOverviewByProdInput
- func (s *ListBillOverviewByProdInput) SetBillPeriod(v string) *ListBillOverviewByProdInput
- func (s *ListBillOverviewByProdInput) SetBillingMode(v []*string) *ListBillOverviewByProdInput
- func (s *ListBillOverviewByProdInput) SetIgnoreZero(v int32) *ListBillOverviewByProdInput
- func (s *ListBillOverviewByProdInput) SetLimit(v int32) *ListBillOverviewByProdInput
- func (s *ListBillOverviewByProdInput) SetNeedRecordNum(v int32) *ListBillOverviewByProdInput
- func (s *ListBillOverviewByProdInput) SetOffset(v int32) *ListBillOverviewByProdInput
- func (s *ListBillOverviewByProdInput) SetOwnerID(v []*int64) *ListBillOverviewByProdInput
- func (s *ListBillOverviewByProdInput) SetPayerID(v []*int64) *ListBillOverviewByProdInput
- func (s *ListBillOverviewByProdInput) SetProduct(v []*string) *ListBillOverviewByProdInput
- func (s ListBillOverviewByProdInput) String() string
- func (s *ListBillOverviewByProdInput) Validate() error
- type ListBillOverviewByProdOutput
- func (s ListBillOverviewByProdOutput) GoString() string
- func (s *ListBillOverviewByProdOutput) SetLimit(v int32) *ListBillOverviewByProdOutput
- func (s *ListBillOverviewByProdOutput) SetList(v []*ListForListBillOverviewByProdOutput) *ListBillOverviewByProdOutput
- func (s *ListBillOverviewByProdOutput) SetOffset(v int32) *ListBillOverviewByProdOutput
- func (s *ListBillOverviewByProdOutput) SetTotal(v int32) *ListBillOverviewByProdOutput
- func (s ListBillOverviewByProdOutput) String() string
- type ListBudgetAmountByBudgetIDInput
- type ListBudgetAmountByBudgetIDOutput
- type ListBudgetFilterBillingModeInput
- func (s ListBudgetFilterBillingModeInput) GoString() string
- func (s *ListBudgetFilterBillingModeInput) SetLimit(v int32) *ListBudgetFilterBillingModeInput
- func (s *ListBudgetFilterBillingModeInput) SetOffset(v int32) *ListBudgetFilterBillingModeInput
- func (s ListBudgetFilterBillingModeInput) String() string
- func (s *ListBudgetFilterBillingModeInput) Validate() error
- type ListBudgetFilterBillingModeOutput
- func (s ListBudgetFilterBillingModeOutput) GoString() string
- func (s *ListBudgetFilterBillingModeOutput) SetBillingModeInfoList(v []*BillingModeInfoListForListBudgetFilterBillingModeOutput) *ListBudgetFilterBillingModeOutput
- func (s *ListBudgetFilterBillingModeOutput) SetLimit(v int32) *ListBudgetFilterBillingModeOutput
- func (s *ListBudgetFilterBillingModeOutput) SetOffset(v int32) *ListBudgetFilterBillingModeOutput
- func (s *ListBudgetFilterBillingModeOutput) SetTotal(v int32) *ListBudgetFilterBillingModeOutput
- func (s ListBudgetFilterBillingModeOutput) String() string
- type ListBudgetFilterOwnerIDInput
- type ListBudgetFilterOwnerIDOutput
- type ListBudgetFilterPayerIDInput
- type ListBudgetFilterPayerIDOutput
- type ListBudgetFilterProductInput
- func (s ListBudgetFilterProductInput) GoString() string
- func (s *ListBudgetFilterProductInput) SetLimit(v int32) *ListBudgetFilterProductInput
- func (s *ListBudgetFilterProductInput) SetOffset(v int32) *ListBudgetFilterProductInput
- func (s ListBudgetFilterProductInput) String() string
- func (s *ListBudgetFilterProductInput) Validate() error
- type ListBudgetFilterProductOutput
- func (s ListBudgetFilterProductOutput) GoString() string
- func (s *ListBudgetFilterProductOutput) SetLimit(v int32) *ListBudgetFilterProductOutput
- func (s *ListBudgetFilterProductOutput) SetList(v []*ListForListBudgetFilterProductOutput) *ListBudgetFilterProductOutput
- func (s *ListBudgetFilterProductOutput) SetOffset(v int32) *ListBudgetFilterProductOutput
- func (s *ListBudgetFilterProductOutput) SetTotal(v int32) *ListBudgetFilterProductOutput
- func (s ListBudgetFilterProductOutput) String() string
- type ListBudgetFilterProjectInput
- func (s ListBudgetFilterProjectInput) GoString() string
- func (s *ListBudgetFilterProjectInput) SetLimit(v int32) *ListBudgetFilterProjectInput
- func (s *ListBudgetFilterProjectInput) SetOffset(v int32) *ListBudgetFilterProjectInput
- func (s ListBudgetFilterProjectInput) String() string
- func (s *ListBudgetFilterProjectInput) Validate() error
- type ListBudgetFilterProjectOutput
- func (s ListBudgetFilterProjectOutput) GoString() string
- func (s *ListBudgetFilterProjectOutput) SetLimit(v int32) *ListBudgetFilterProjectOutput
- func (s *ListBudgetFilterProjectOutput) SetList(v []*string) *ListBudgetFilterProjectOutput
- func (s *ListBudgetFilterProjectOutput) SetOffset(v int32) *ListBudgetFilterProjectOutput
- func (s *ListBudgetFilterProjectOutput) SetTotal(v int32) *ListBudgetFilterProjectOutput
- func (s ListBudgetFilterProjectOutput) String() string
- type ListBudgetFilterRegionCodeInput
- func (s ListBudgetFilterRegionCodeInput) GoString() string
- func (s *ListBudgetFilterRegionCodeInput) SetLimit(v int32) *ListBudgetFilterRegionCodeInput
- func (s *ListBudgetFilterRegionCodeInput) SetOffset(v int32) *ListBudgetFilterRegionCodeInput
- func (s ListBudgetFilterRegionCodeInput) String() string
- func (s *ListBudgetFilterRegionCodeInput) Validate() error
- type ListBudgetFilterRegionCodeOutput
- func (s ListBudgetFilterRegionCodeOutput) GoString() string
- func (s *ListBudgetFilterRegionCodeOutput) SetLimit(v int32) *ListBudgetFilterRegionCodeOutput
- func (s *ListBudgetFilterRegionCodeOutput) SetOffset(v int32) *ListBudgetFilterRegionCodeOutput
- func (s *ListBudgetFilterRegionCodeOutput) SetRegionInfoList(v []*RegionInfoListForListBudgetFilterRegionCodeOutput) *ListBudgetFilterRegionCodeOutput
- func (s *ListBudgetFilterRegionCodeOutput) SetTotal(v int32) *ListBudgetFilterRegionCodeOutput
- func (s ListBudgetFilterRegionCodeOutput) String() string
- type ListBudgetFilterSubjectInfoInput
- func (s ListBudgetFilterSubjectInfoInput) GoString() string
- func (s *ListBudgetFilterSubjectInfoInput) SetLimit(v int32) *ListBudgetFilterSubjectInfoInput
- func (s *ListBudgetFilterSubjectInfoInput) SetOffset(v int32) *ListBudgetFilterSubjectInfoInput
- func (s ListBudgetFilterSubjectInfoInput) String() string
- func (s *ListBudgetFilterSubjectInfoInput) Validate() error
- type ListBudgetFilterSubjectInfoOutput
- func (s ListBudgetFilterSubjectInfoOutput) GoString() string
- func (s *ListBudgetFilterSubjectInfoOutput) SetLimit(v int32) *ListBudgetFilterSubjectInfoOutput
- func (s *ListBudgetFilterSubjectInfoOutput) SetOffset(v int32) *ListBudgetFilterSubjectInfoOutput
- func (s *ListBudgetFilterSubjectInfoOutput) SetSubjectInfoList(v []*SubjectInfoListForListBudgetFilterSubjectInfoOutput) *ListBudgetFilterSubjectInfoOutput
- func (s *ListBudgetFilterSubjectInfoOutput) SetTotal(v int32) *ListBudgetFilterSubjectInfoOutput
- func (s ListBudgetFilterSubjectInfoOutput) String() string
- type ListBudgetFilterTagKeyInput
- func (s ListBudgetFilterTagKeyInput) GoString() string
- func (s *ListBudgetFilterTagKeyInput) SetLimit(v int32) *ListBudgetFilterTagKeyInput
- func (s *ListBudgetFilterTagKeyInput) SetOffset(v int32) *ListBudgetFilterTagKeyInput
- func (s ListBudgetFilterTagKeyInput) String() string
- func (s *ListBudgetFilterTagKeyInput) Validate() error
- type ListBudgetFilterTagKeyOutput
- func (s ListBudgetFilterTagKeyOutput) GoString() string
- func (s *ListBudgetFilterTagKeyOutput) SetLimit(v int32) *ListBudgetFilterTagKeyOutput
- func (s *ListBudgetFilterTagKeyOutput) SetList(v []*string) *ListBudgetFilterTagKeyOutput
- func (s *ListBudgetFilterTagKeyOutput) SetOffset(v int32) *ListBudgetFilterTagKeyOutput
- func (s *ListBudgetFilterTagKeyOutput) SetTotal(v int32) *ListBudgetFilterTagKeyOutput
- func (s ListBudgetFilterTagKeyOutput) String() string
- type ListBudgetFilterTagValueInput
- func (s ListBudgetFilterTagValueInput) GoString() string
- func (s *ListBudgetFilterTagValueInput) SetLimit(v int32) *ListBudgetFilterTagValueInput
- func (s *ListBudgetFilterTagValueInput) SetOffset(v int32) *ListBudgetFilterTagValueInput
- func (s *ListBudgetFilterTagValueInput) SetTagKey(v string) *ListBudgetFilterTagValueInput
- func (s ListBudgetFilterTagValueInput) String() string
- func (s *ListBudgetFilterTagValueInput) Validate() error
- type ListBudgetFilterTagValueOutput
- func (s ListBudgetFilterTagValueOutput) GoString() string
- func (s *ListBudgetFilterTagValueOutput) SetLimit(v int32) *ListBudgetFilterTagValueOutput
- func (s *ListBudgetFilterTagValueOutput) SetList(v []*string) *ListBudgetFilterTagValueOutput
- func (s *ListBudgetFilterTagValueOutput) SetOffset(v int32) *ListBudgetFilterTagValueOutput
- func (s *ListBudgetFilterTagValueOutput) SetTotal(v int32) *ListBudgetFilterTagValueOutput
- func (s ListBudgetFilterTagValueOutput) String() string
- type ListBudgetFilterZoneCodeInput
- func (s ListBudgetFilterZoneCodeInput) GoString() string
- func (s *ListBudgetFilterZoneCodeInput) SetLimit(v int32) *ListBudgetFilterZoneCodeInput
- func (s *ListBudgetFilterZoneCodeInput) SetOffset(v int32) *ListBudgetFilterZoneCodeInput
- func (s ListBudgetFilterZoneCodeInput) String() string
- func (s *ListBudgetFilterZoneCodeInput) Validate() error
- type ListBudgetFilterZoneCodeOutput
- func (s ListBudgetFilterZoneCodeOutput) GoString() string
- func (s *ListBudgetFilterZoneCodeOutput) SetLimit(v int32) *ListBudgetFilterZoneCodeOutput
- func (s *ListBudgetFilterZoneCodeOutput) SetOffset(v int32) *ListBudgetFilterZoneCodeOutput
- func (s *ListBudgetFilterZoneCodeOutput) SetTotal(v int32) *ListBudgetFilterZoneCodeOutput
- func (s *ListBudgetFilterZoneCodeOutput) SetZoneInfoList(v []*ZoneInfoListForListBudgetFilterZoneCodeOutput) *ListBudgetFilterZoneCodeOutput
- func (s ListBudgetFilterZoneCodeOutput) String() string
- type ListBudgetInput
- func (s ListBudgetInput) GoString() string
- func (s *ListBudgetInput) SetBudgetName(v string) *ListBudgetInput
- func (s *ListBudgetInput) SetBudgetType(v string) *ListBudgetInput
- func (s *ListBudgetInput) SetLimit(v int32) *ListBudgetInput
- func (s *ListBudgetInput) SetOffset(v int32) *ListBudgetInput
- func (s *ListBudgetInput) SetOrderBy(v string) *ListBudgetInput
- func (s *ListBudgetInput) SetOrderType(v string) *ListBudgetInput
- func (s *ListBudgetInput) SetStatus(v []*int32) *ListBudgetInput
- func (s ListBudgetInput) String() string
- func (s *ListBudgetInput) Validate() error
- type ListBudgetOutput
- func (s ListBudgetOutput) GoString() string
- func (s *ListBudgetOutput) SetBudgetList(v []*BudgetListForListBudgetOutput) *ListBudgetOutput
- func (s *ListBudgetOutput) SetLimit(v int32) *ListBudgetOutput
- func (s *ListBudgetOutput) SetOffset(v int32) *ListBudgetOutput
- func (s *ListBudgetOutput) SetTotal(v int32) *ListBudgetOutput
- func (s ListBudgetOutput) String() string
- type ListCouponUsageRecordsInput
- func (s ListCouponUsageRecordsInput) GoString() string
- func (s *ListCouponUsageRecordsInput) SetCouponID(v string) *ListCouponUsageRecordsInput
- func (s *ListCouponUsageRecordsInput) SetLimit(v int32) *ListCouponUsageRecordsInput
- func (s *ListCouponUsageRecordsInput) SetOffset(v int32) *ListCouponUsageRecordsInput
- func (s ListCouponUsageRecordsInput) String() string
- func (s *ListCouponUsageRecordsInput) Validate() error
- type ListCouponUsageRecordsOutput
- func (s ListCouponUsageRecordsOutput) GoString() string
- func (s *ListCouponUsageRecordsOutput) SetLimit(v int32) *ListCouponUsageRecordsOutput
- func (s *ListCouponUsageRecordsOutput) SetList(v []*ListForListCouponUsageRecordsOutput) *ListCouponUsageRecordsOutput
- func (s *ListCouponUsageRecordsOutput) SetOffset(v int32) *ListCouponUsageRecordsOutput
- func (s *ListCouponUsageRecordsOutput) SetTotal(v int32) *ListCouponUsageRecordsOutput
- func (s ListCouponUsageRecordsOutput) String() string
- type ListCouponsInput
- func (s ListCouponsInput) GoString() string
- func (s *ListCouponsInput) SetCouponID(v string) *ListCouponsInput
- func (s *ListCouponsInput) SetLimit(v int32) *ListCouponsInput
- func (s *ListCouponsInput) SetOffset(v int32) *ListCouponsInput
- func (s *ListCouponsInput) SetProductCode(v string) *ListCouponsInput
- func (s *ListCouponsInput) SetStatus(v string) *ListCouponsInput
- func (s *ListCouponsInput) SetValidBeginTime(v string) *ListCouponsInput
- func (s *ListCouponsInput) SetValidEndTime(v string) *ListCouponsInput
- func (s ListCouponsInput) String() string
- type ListCouponsOutput
- func (s ListCouponsOutput) GoString() string
- func (s *ListCouponsOutput) SetLimit(v int32) *ListCouponsOutput
- func (s *ListCouponsOutput) SetList(v []*ListForListCouponsOutput) *ListCouponsOutput
- func (s *ListCouponsOutput) SetOffset(v int32) *ListCouponsOutput
- func (s *ListCouponsOutput) SetTotal(v int32) *ListCouponsOutput
- func (s ListCouponsOutput) String() string
- type ListFinancialRelationInput
- func (s ListFinancialRelationInput) GoString() string
- func (s *ListFinancialRelationInput) SetAccountIDSearchList(v []*string) *ListFinancialRelationInput
- func (s *ListFinancialRelationInput) SetLimit(v int32) *ListFinancialRelationInput
- func (s *ListFinancialRelationInput) SetOffset(v int32) *ListFinancialRelationInput
- func (s *ListFinancialRelationInput) SetRelation(v []*string) *ListFinancialRelationInput
- func (s *ListFinancialRelationInput) SetStatus(v []*string) *ListFinancialRelationInput
- func (s ListFinancialRelationInput) String() string
- type ListFinancialRelationOutput
- func (s ListFinancialRelationOutput) GoString() string
- func (s *ListFinancialRelationOutput) SetLimit(v int32) *ListFinancialRelationOutput
- func (s *ListFinancialRelationOutput) SetList(v []*ListForListFinancialRelationOutput) *ListFinancialRelationOutput
- func (s *ListFinancialRelationOutput) SetOffset(v int32) *ListFinancialRelationOutput
- func (s *ListFinancialRelationOutput) SetTotal(v int32) *ListFinancialRelationOutput
- func (s ListFinancialRelationOutput) String() string
- type ListForListAmortizedCostBillDailyOutput
- func (s ListForListAmortizedCostBillDailyOutput) GoString() string
- func (s *ListForListAmortizedCostBillDailyOutput) SetAmortizedBeginTime(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetAmortizedDay(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetAmortizedEndTime(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetAmortizedMonth(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetAmortizedType(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetBillCategory(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetBillID(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetBillPeriod(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetBillingFunction(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetBillingMethodCode(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetBillingMode(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetBusiPeriod(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetBusinessMode(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetConfigName(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetConfigurationCode(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetCount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetCountryRegion(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetCouponAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetCurrency(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetCurrencySettlement(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedCouponAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedDiscountBillAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedOriginalBillAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPaidAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPosttaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPreTaxPayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPreTaxRealValue(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPreferentialBillAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPretaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedRealValue(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedRoundAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSavingPlanOriginalAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettlePayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettlePosttaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettlePreTaxPayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettlePreTaxRealValue(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettlePretaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettleRealValue(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettleTaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedTaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDeductionUseDuration(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDiscountBillAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetDiscountBizBillingFunction(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetEffectiveFactor(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetElement(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetElementCode(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetExpandField(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetExpenseTime(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetFactor(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetFactorCode(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetInstanceName(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetInstanceNo(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetMainContractNumber(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedCouponAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedDiscountBillAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedOriginalBillAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPaidAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPosttaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPreTaxPayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPreTaxRealValue(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPreferentialBillAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPretaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedRealValue(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedRoundAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSavingPlanOriginalAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettlePayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettlePosttaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettlePreTaxPayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettlePreTaxRealValue(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettlePretaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettleRealValue(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettleTaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedTaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetOriginalBillAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetOriginalOrderNo(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetOwnerCustomerName(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetOwnerID(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetOwnerUserName(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetPaidAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetPayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetPayerCustomerName(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetPayerID(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetPayerUserName(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetPosttaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetPreTaxPayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetPreTaxRealValue(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetPreferentialBillAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetPretaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetPrice(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetPriceUnit(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetProduct(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetProductZh(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetProject(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetProjectDisplayName(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetRealValue(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetRegion(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetRegionCode(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetRoundAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetSavingPlanOriginalAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetSellerCustomerName(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetSellerID(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetSellerUserName(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetSettlePayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetSettlePosttaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetSettlePreTaxPayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetSettlePreTaxRealValue(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetSettlePretaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetSettleRealValue(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetSettleTaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetSplitItemID(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetSplitItemName(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetSubjectName(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetTag(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetTax(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetTaxRate(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetUnit(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetUseDuration(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetUseDurationUnit(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetZone(v string) *ListForListAmortizedCostBillDailyOutput
- func (s *ListForListAmortizedCostBillDailyOutput) SetZoneCode(v string) *ListForListAmortizedCostBillDailyOutput
- func (s ListForListAmortizedCostBillDailyOutput) String() string
- type ListForListAmortizedCostBillDetailOutput
- func (s ListForListAmortizedCostBillDetailOutput) GoString() string
- func (s *ListForListAmortizedCostBillDetailOutput) SetAmortizedBeginTime(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetAmortizedDay(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetAmortizedEndTime(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetAmortizedMonth(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetAmortizedType(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetBillCategory(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetBillID(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetBillPeriod(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetBillingFunction(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetBillingMethodCode(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetBillingMode(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetBusiPeriod(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetBusinessMode(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetConfigName(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetCostID(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetCount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetCountryArea(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetCountryRegion(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetCouponAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetCurrency(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetCurrencySettlement(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedCouponAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedDiscountBillAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedOriginalBillAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPaidAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPayableAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPosttaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPreTaxPayableAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPreTaxRealValue(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPreferentialBillAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPretaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedRealValue(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedRoundAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSavingPlanOriginalAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettlePayableAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettlePosttaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettlePreTaxPayableAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettlePreTaxRealValue(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettlePretaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettleRealValue(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettleTaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedTaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDeductionUseDuration(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDiscountBillAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDiscountBizBillingFunction(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDiscountBizMeasureInterval(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDiscountBizUnitPrice(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDiscountBizUnitPriceInterval(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetDiscountInfo(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetEffectiveFactor(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetElement(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetExchangeRate(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetExpandField(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetExpenseBeginTime(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetExpenseEndTime(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetFactor(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetInstanceName(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetInstanceNo(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetMainContractNumber(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetMarketPrice(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetMeasureInterval(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetOriginalBillAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetOriginalOrderNo(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetOwnerCustomerName(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetOwnerID(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetOwnerUserName(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetPaidAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetPayableAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetPayerCustomerName(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetPayerID(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetPayerUserName(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetPosttaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetPreTaxPayableAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetPreTaxRealValue(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetPreferentialBillAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetPretaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetPrice(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetPriceInterval(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetPriceUnit(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetProduct(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetProductZh(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetProject(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetProjectDisplayName(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetRealValue(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetRegion(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetRoundAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetSavingPlanDeductionDiscountAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetSavingPlanDeductionSpID(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetSavingPlanOriginalAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetSellerCustomerName(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetSellerID(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetSellerUserName(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetSettlePayableAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetSettlePosttaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetSettlePreTaxPayableAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetSettlePreTaxRealValue(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetSettlePretaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetSettleRealValue(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetSettleTaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetSplitItemID(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetSplitItemName(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetSubjectName(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetTag(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetTax(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetTaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetTaxRate(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetTradeTime(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetUnit(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetUseDuration(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetUseDurationUnit(v string) *ListForListAmortizedCostBillDetailOutput
- func (s *ListForListAmortizedCostBillDetailOutput) SetZone(v string) *ListForListAmortizedCostBillDetailOutput
- func (s ListForListAmortizedCostBillDetailOutput) String() string
- type ListForListAmortizedCostBillMonthlyOutput
- func (s ListForListAmortizedCostBillMonthlyOutput) GoString() string
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetAmortizedBeginTime(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetAmortizedDayNum(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetAmortizedEndTime(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetAmortizedMonth(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetAmortizedType(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedCouponAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedDiscountBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedOriginalBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPaidAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPosttaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPreTaxPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPreTaxRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPreferentialBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPretaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedRoundAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSavingPlanOriginalAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettlePayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettlePosttaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettlePreTaxPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettlePreTaxRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettlePretaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettleRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettleTaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedTaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBillCategory(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBillID(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBillPeriod(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBillingFunction(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBillingMethodCode(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBillingMode(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBusiPeriod(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetBusinessMode(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetConfigName(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetCount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetCountryRegion(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetCouponAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetCurrency(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetCurrencySettlement(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedCouponAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedDiscountBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedOriginalBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPaidAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPosttaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPreTaxPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPreTaxRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPreferentialBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPretaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedRoundAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSavingPlanOriginalAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettlePayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettlePosttaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettlePreTaxPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettlePreTaxRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettlePretaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettleRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettleTaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedTaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDeductionUseDuration(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDiscountBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDiscountBizBillingFunction(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDiscountBizMeasureInterval(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDiscountBizUnitPrice(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetDiscountBizUnitPriceInterval(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetEffectiveFactor(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetElement(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetExpandField(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetExpenseTime(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetFactor(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetInstanceName(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetInstanceNo(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetMainContractNumber(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetMarketPrice(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetMeasureInterval(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedCouponAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedDiscountBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedOriginalBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPaidAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPosttaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPreTaxPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPreTaxRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPreferentialBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPretaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedRoundAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSavingPlanOriginalAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettlePayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettlePosttaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettlePreTaxPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettlePreTaxRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettlePretaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettleRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettleTaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedTaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetOriginalBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetOriginalOrderNo(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetOwnerCustomerName(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetOwnerID(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetOwnerUserName(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetPaidAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetPayerCustomerName(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetPayerID(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetPayerUserName(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetPosttaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetPreTaxPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetPreTaxRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetPreferentialBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetPretaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetPrice(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetPriceInterval(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetPriceUnit(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetProduct(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetProductZh(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetProject(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetProjectDisplayName(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetRegion(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetRoundAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetSavingPlanOriginalAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetSellerCustomerName(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetSellerID(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetSellerUserName(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetSettlePayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetSettlePosttaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetSettlePreTaxPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetSettlePreTaxRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetSettlePretaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetSettleRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetSettleTaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetSplitItemID(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetSplitItemName(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetSubjectName(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetTag(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetTax(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetTaxRate(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnAmortizedSavingPlanOriginalAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedCouponAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedDiscountBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedOriginalBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPaidAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPosttaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPreTaxPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPreTaxRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPreferentialBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPretaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedRoundAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettlePayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettlePosttaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettlePreTaxPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettlePreTaxRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettlePretaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettleRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettleTaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedTaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnit(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUseDuration(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetUseDurationUnit(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s *ListForListAmortizedCostBillMonthlyOutput) SetZone(v string) *ListForListAmortizedCostBillMonthlyOutput
- func (s ListForListAmortizedCostBillMonthlyOutput) String() string
- type ListForListBillDetailOutput
- func (s ListForListBillDetailOutput) GoString() string
- func (s *ListForListBillDetailOutput) SetBillCategory(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetBillDetailId(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetBillID(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetBillPeriod(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetBillingFunction(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetBillingMethodCode(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetBillingMode(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetBusiPeriod(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetBusinessMode(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetConfigName(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetConfigurationCode(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetCount(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetCountryRegion(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetCouponAmount(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetCreditCarriedAmount(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetCurrency(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetCurrencySettlement(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetDeductionCount(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetDeductionUseDuration(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetDiscountBillAmount(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetDiscountBizBillingFunction(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetDiscountBizMeasureInterval(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetDiscountBizUnitPrice(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetDiscountBizUnitPriceInterval(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetDiscountInfo(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetEffectiveFactor(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetElement(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetElementCode(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetExchangeRate(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetExpandField(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetExpenseBeginTime(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetExpenseDate(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetExpenseEndTime(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetFactor(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetFactorCode(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetFormula(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetInstanceName(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetInstanceNo(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetMainContractNumber(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetMarketPrice(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetMeasureInterval(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetOriginalBillAmount(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetOriginalOrderNo(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetOwnerCustomerName(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetOwnerID(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetOwnerUserName(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetPaidAmount(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetPayableAmount(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetPayerCustomerName(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetPayerID(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetPayerUserName(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetPosttaxAmount(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetPreTaxPayableAmount(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetPreferentialBillAmount(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetPretaxAmount(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetPretaxRealValue(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetPrice(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetPriceInterval(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetPriceUnit(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetProduct(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetProductZh(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetProject(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetProjectDisplayName(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetRealValue(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetRegion(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetRegionCode(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetReservationInstance(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetRoundAmount(v float64) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetSavingPlanDeductionDiscountAmount(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetSavingPlanDeductionSpID(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetSavingPlanOriginalAmount(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetSellerCustomerName(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetSellerID(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetSellerUserName(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetSellingMode(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetSettlePayableAmount(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetSettlePosttaxAmount(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetSettlePreTaxPayableAmount(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetSettlePretaxAmount(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetSettlePretaxRealValue(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetSettleRealValue(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetSettleTax(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetSettlementType(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetSolutionZh(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetSubjectName(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetTag(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetTax(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetTaxRate(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetTradeTime(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetUnit(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetUnpaidAmount(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetUseDuration(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetUseDurationUnit(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetZone(v string) *ListForListBillDetailOutput
- func (s *ListForListBillDetailOutput) SetZoneCode(v string) *ListForListBillDetailOutput
- func (s ListForListBillDetailOutput) String() string
- type ListForListBillOutput
- func (s ListForListBillOutput) GoString() string
- func (s *ListForListBillOutput) SetBillCategoryParent(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetBillDetailNum(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetBillID(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetBillPeriod(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetBillingMode(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetBusiPeriod(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetBusinessMode(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetCountryRegion(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetCouponAmount(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetCreditCarriedAmount(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetCurrency(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetCurrencySettlement(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetDiscountBillAmount(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetExchangeRate(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetExpenseBeginTime(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetExpenseEndTime(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetOriginalBillAmount(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetOwnerCustomerName(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetOwnerID(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetOwnerUserName(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetPaidAmount(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetPayStatus(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetPayableAmount(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetPayerCustomerName(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetPayerID(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetPayerUserName(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetPosttaxAmount(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetPreTaxPayableAmount(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetPreferentialBillAmount(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetPretaxAmount(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetPretaxRealValue(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetProduct(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetProductZh(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetRealValue(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetRoundBillAmount(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetSavingPlanOriginalAmount(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetSellerCustomerName(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetSellerID(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetSellerUserName(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetSettlePayableAmount(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetSettlePosttaxAmount(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetSettlePreTaxPayableAmount(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetSettlePretaxAmount(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetSettlePretaxRealValue(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetSettleRealValue(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetSettleTax(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetSettlementType(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetSubjectName(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetTax(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetTaxRate(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetTradeTime(v string) *ListForListBillOutput
- func (s *ListForListBillOutput) SetUnpaidAmount(v string) *ListForListBillOutput
- func (s ListForListBillOutput) String() string
- type ListForListBillOverviewByCategoryOutput
- func (s ListForListBillOverviewByCategoryOutput) GoString() string
- func (s *ListForListBillOverviewByCategoryOutput) SetBillCategoryParent(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetBillPeriod(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetBusinessMode(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetCountryArea(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetCountryRegion(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetCouponAmount(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetCreditCarriedAmount(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetCurrency(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetCurrencySettlement(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetDiscountBillAmount(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetOriginalBillAmount(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetOwnerCustomerName(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetOwnerID(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetOwnerUserName(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetPaidAmount(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetPayableAmount(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetPayerCustomerName(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetPayerID(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetPayerUserName(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetPosttaxAmount(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetPreTaxPayableAmount(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetPretaxAmount(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetPretaxRealValue(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetRealValue(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetSavingPlanOriginalAmount(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetSellerCustomerName(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetSellerID(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetSellerUserName(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetSettlePayableAmount(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetSettlePosttaxAmount(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetSettlePreTaxPayableAmount(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetSettlePretaxAmount(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetSettlePretaxRealValue(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetSettleRealValue(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetSettleTax(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetSettlementType(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetSubjectName(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetSubjectNo(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetTax(v string) *ListForListBillOverviewByCategoryOutput
- func (s *ListForListBillOverviewByCategoryOutput) SetUnpaidAmount(v string) *ListForListBillOverviewByCategoryOutput
- func (s ListForListBillOverviewByCategoryOutput) String() string
- type ListForListBillOverviewByProdOutput
- func (s ListForListBillOverviewByProdOutput) GoString() string
- func (s *ListForListBillOverviewByProdOutput) SetBillCategoryParent(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetBillPeriod(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetBillingMode(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetBusinessMode(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetCountryRegion(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetCouponAmount(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetCreditCarriedAmount(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetCurrency(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetCurrencySettlement(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetDiscountBillAmount(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetOriginalBillAmount(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetOwnerCustomerName(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetOwnerID(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetOwnerUserName(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetPaidAmount(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetPayableAmount(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetPayerCustomerName(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetPayerID(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetPayerUserName(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetPosttaxAmount(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetPreTaxPayableAmount(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetPreferentialBillAmount(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetPretaxAmount(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetPretaxRealValue(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetProduct(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetProductZh(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetRealValue(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetRoundBillAmount(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetSavingPlanOriginalAmount(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetSellerCustomerName(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetSellerID(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetSellerUserName(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetSettlePayableAmount(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetSettlePosttaxAmount(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetSettlePreTaxPayableAmount(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetSettlePretaxAmount(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetSettlePretaxRealValue(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetSettleRealValue(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetSettleTax(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetSettlementType(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetSubjectName(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetTax(v string) *ListForListBillOverviewByProdOutput
- func (s *ListForListBillOverviewByProdOutput) SetUnpaidAmount(v string) *ListForListBillOverviewByProdOutput
- func (s ListForListBillOverviewByProdOutput) String() string
- type ListForListBudgetFilterOwnerIDOutput
- func (s ListForListBudgetFilterOwnerIDOutput) GoString() string
- func (s *ListForListBudgetFilterOwnerIDOutput) SetOwnerID(v int64) *ListForListBudgetFilterOwnerIDOutput
- func (s *ListForListBudgetFilterOwnerIDOutput) SetOwnerUserName(v string) *ListForListBudgetFilterOwnerIDOutput
- func (s ListForListBudgetFilterOwnerIDOutput) String() string
- type ListForListBudgetFilterPayerIDOutput
- func (s ListForListBudgetFilterPayerIDOutput) GoString() string
- func (s *ListForListBudgetFilterPayerIDOutput) SetPayerID(v int64) *ListForListBudgetFilterPayerIDOutput
- func (s *ListForListBudgetFilterPayerIDOutput) SetPayerUserName(v string) *ListForListBudgetFilterPayerIDOutput
- func (s ListForListBudgetFilterPayerIDOutput) String() string
- type ListForListBudgetFilterProductOutput
- func (s ListForListBudgetFilterProductOutput) GoString() string
- func (s *ListForListBudgetFilterProductOutput) SetProductCode(v string) *ListForListBudgetFilterProductOutput
- func (s *ListForListBudgetFilterProductOutput) SetProductName(v string) *ListForListBudgetFilterProductOutput
- func (s ListForListBudgetFilterProductOutput) String() string
- type ListForListCouponUsageRecordsOutput
- func (s ListForListCouponUsageRecordsOutput) GoString() string
- func (s *ListForListCouponUsageRecordsOutput) SetAccountID(v int64) *ListForListCouponUsageRecordsOutput
- func (s *ListForListCouponUsageRecordsOutput) SetBillingCycle(v string) *ListForListCouponUsageRecordsOutput
- func (s *ListForListCouponUsageRecordsOutput) SetChangeAmount(v float64) *ListForListCouponUsageRecordsOutput
- func (s *ListForListCouponUsageRecordsOutput) SetChangeType(v int32) *ListForListCouponUsageRecordsOutput
- func (s *ListForListCouponUsageRecordsOutput) SetCouponID(v string) *ListForListCouponUsageRecordsOutput
- func (s *ListForListCouponUsageRecordsOutput) SetCreatedTime(v string) *ListForListCouponUsageRecordsOutput
- func (s *ListForListCouponUsageRecordsOutput) SetPayType(v string) *ListForListCouponUsageRecordsOutput
- func (s *ListForListCouponUsageRecordsOutput) SetProductCode(v string) *ListForListCouponUsageRecordsOutput
- func (s *ListForListCouponUsageRecordsOutput) SetProductName(v string) *ListForListCouponUsageRecordsOutput
- func (s *ListForListCouponUsageRecordsOutput) SetSubBusinessID(v string) *ListForListCouponUsageRecordsOutput
- func (s *ListForListCouponUsageRecordsOutput) SetUserAccountID(v int64) *ListForListCouponUsageRecordsOutput
- func (s ListForListCouponUsageRecordsOutput) String() string
- type ListForListCouponsOutput
- func (s ListForListCouponsOutput) GoString() string
- func (s *ListForListCouponsOutput) SetAccountID(v int64) *ListForListCouponsOutput
- func (s *ListForListCouponsOutput) SetAcquireTime(v string) *ListForListCouponsOutput
- func (s *ListForListCouponsOutput) SetAmountLimit(v float64) *ListForListCouponsOutput
- func (s *ListForListCouponsOutput) SetAssignedOwnerIDList(v []*int64) *ListForListCouponsOutput
- func (s *ListForListCouponsOutput) SetBeginTime(v string) *ListForListCouponsOutput
- func (s *ListForListCouponsOutput) SetCouponID(v string) *ListForListCouponsOutput
- func (s *ListForListCouponsOutput) SetCouponName(v string) *ListForListCouponsOutput
- func (s *ListForListCouponsOutput) SetExpiredTime(v string) *ListForListCouponsOutput
- func (s *ListForListCouponsOutput) SetOrderTypeLimit(v string) *ListForListCouponsOutput
- func (s *ListForListCouponsOutput) SetPayTypeLimit(v string) *ListForListCouponsOutput
- func (s *ListForListCouponsOutput) SetProductLimitList(v []*ProductLimitListForListCouponsOutput) *ListForListCouponsOutput
- func (s *ListForListCouponsOutput) SetRemainingAmount(v float64) *ListForListCouponsOutput
- func (s *ListForListCouponsOutput) SetRemark(v string) *ListForListCouponsOutput
- func (s *ListForListCouponsOutput) SetStatus(v int32) *ListForListCouponsOutput
- func (s *ListForListCouponsOutput) SetTotalAmount(v float64) *ListForListCouponsOutput
- func (s *ListForListCouponsOutput) SetUsageLimit(v int32) *ListForListCouponsOutput
- func (s ListForListCouponsOutput) String() string
- type ListForListFinancialRelationOutput
- func (s ListForListFinancialRelationOutput) GoString() string
- func (s *ListForListFinancialRelationOutput) SetAccountAlias(v string) *ListForListFinancialRelationOutput
- func (s *ListForListFinancialRelationOutput) SetAuthInfo(v []*AuthInfoForListFinancialRelationOutput) *ListForListFinancialRelationOutput
- func (s *ListForListFinancialRelationOutput) SetFiliation(v int32) *ListForListFinancialRelationOutput
- func (s *ListForListFinancialRelationOutput) SetFiliationDesc(v string) *ListForListFinancialRelationOutput
- func (s *ListForListFinancialRelationOutput) SetMajorAccountID(v int64) *ListForListFinancialRelationOutput
- func (s *ListForListFinancialRelationOutput) SetMajorAccountName(v string) *ListForListFinancialRelationOutput
- func (s *ListForListFinancialRelationOutput) SetRelation(v int32) *ListForListFinancialRelationOutput
- func (s *ListForListFinancialRelationOutput) SetRelationDesc(v string) *ListForListFinancialRelationOutput
- func (s *ListForListFinancialRelationOutput) SetRelationID(v string) *ListForListFinancialRelationOutput
- func (s *ListForListFinancialRelationOutput) SetStatus(v int32) *ListForListFinancialRelationOutput
- func (s *ListForListFinancialRelationOutput) SetStatusDesc(v string) *ListForListFinancialRelationOutput
- func (s *ListForListFinancialRelationOutput) SetSubAccountID(v int64) *ListForListFinancialRelationOutput
- func (s *ListForListFinancialRelationOutput) SetSubAccountName(v string) *ListForListFinancialRelationOutput
- func (s *ListForListFinancialRelationOutput) SetUpdateTime(v string) *ListForListFinancialRelationOutput
- func (s ListForListFinancialRelationOutput) String() string
- type ListForListInvitationOutput
- func (s ListForListInvitationOutput) GoString() string
- func (s *ListForListInvitationOutput) SetAuth(v *AuthForListInvitationOutput) *ListForListInvitationOutput
- func (s *ListForListInvitationOutput) SetInvitationType(v int32) *ListForListInvitationOutput
- func (s *ListForListInvitationOutput) SetRelation(v *RelationForListInvitationOutput) *ListForListInvitationOutput
- func (s ListForListInvitationOutput) String() string
- type ListForListPackageUsageDetailsOutput
- func (s ListForListPackageUsageDetailsOutput) GoString() string
- func (s *ListForListPackageUsageDetailsOutput) SetAfterAmount(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetBeforeAmount(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetBeginTime(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetConfigurationCode(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetConfigurationName(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetDeductBillingFactor(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetDeductionAccountID(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetDeductionAmount(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetDeductionCalculateFactor(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetDeductionElementCode(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetDeductionInstanceNo(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetDeductionInstanceUnit(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetDeductionProduct(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetDeductionRatio(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetDeductionRegionCode(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetDeductionSpecification(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetDeductionSpecificationUnit(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetDeductionTime(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetDeductionUseAmount(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetDeductionUserName(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetEndTime(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetInstanceName(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetInstanceNo(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetOwnerID(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetPackageType(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetProduct(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetProductName(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetRegionCode(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetSpecCalculateFactor(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetSpecification(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetSpecificationUnit(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetSubjectNo(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetUnit(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetUserName(v string) *ListForListPackageUsageDetailsOutput
- func (s *ListForListPackageUsageDetailsOutput) SetZoneCode(v string) *ListForListPackageUsageDetailsOutput
- func (s ListForListPackageUsageDetailsOutput) String() string
- type ListForListResourcePackagesOutput
- func (s ListForListResourcePackagesOutput) GoString() string
- func (s *ListForListResourcePackagesOutput) SetAvailableAmount(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetBillTime(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetConfigurationCode(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetConfigurationName(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetEffectiveTime(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetExpiryTime(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetInstanceName(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetInstanceNo(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetOwnerID(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetPackageType(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetProduct(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetProductName(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetRegionCode(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetResetByNaturalMonth(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetResetPeriod(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetSpecCalculateFactor(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetSpecification(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetSpecificationUnit(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetStatus(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetSubjectNo(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetTotalAmount(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetUnit(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetUserName(v string) *ListForListResourcePackagesOutput
- func (s *ListForListResourcePackagesOutput) SetZoneCode(v string) *ListForListResourcePackagesOutput
- func (s ListForListResourcePackagesOutput) String() string
- type ListForListSplitBillDetailOutput
- func (s ListForListSplitBillDetailOutput) GoString() string
- func (s *ListForListSplitBillDetailOutput) SetBillCategory(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetBillDetailId(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetBillID(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetBillPeriod(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetBillingFunction(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetBillingMethodCode(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetBillingMode(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetBusiPeriod(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetBusinessMode(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetConfigName(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetConfigurationCode(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetCostUnit(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetCountryRegion(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetCouponDeductionAmount(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetCreditCarriedAmount(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetCurrency(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetCurrencySettlement(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetDeductionCount(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetDiscountBillAmount(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetDiscountBizBillingFunction(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetDiscountBizMeasureInterval(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetDiscountBizUnitPrice(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetDiscountBizUnitPriceInterval(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetDiscountInfo(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetEffectiveFactor(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetElement(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetElementCode(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetExchangeRate(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetExpandField(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetExpenseTime(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetFactor(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetFactorCode(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetInstanceName(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetInstanceNo(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetMainContractNumber(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetMarketPrice(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetMeasureInterval(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetOriginalBillAmount(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetOriginalOrderNo(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetOwnerCustomerName(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetOwnerID(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetOwnerUserName(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetPaidAmount(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetPayableAmount(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetPayerCustomerName(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetPayerID(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetPayerUserName(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetPosttaxAmount(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetPreTaxPayableAmount(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetPreferentialBillAmount(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetPretaxAmount(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetPretaxRealValue(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetPrice(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetPriceInterval(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetPriceUnit(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetProduct(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetProductZh(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetProject(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetProjectDisplayName(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetRealValue(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetRegion(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetRegionCode(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetReservationInstance(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetRoundAmount(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSavingPlanDeductionDiscountAmount(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSavingPlanDeductionSpID(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSavingPlanOriginalAmount(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSellerCustomerName(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSellerID(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSellerUserName(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSellingMode(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSettlePayableAmount(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSettlePosttaxAmount(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSettlePreTaxPayableAmount(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSettlePretaxAmount(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSettlePretaxRealValue(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSettleRealValue(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSettleTax(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSettlementType(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSolutionZh(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSplitBillDetailId(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSplitItemAmount(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSplitItemID(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSplitItemName(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSplitItemRatio(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetSubjectName(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetTag(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetTax(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetTaxRate(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetTradeTime(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetUnit(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetUnpaidAmount(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetUseDuration(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetUseDurationUnit(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetZone(v string) *ListForListSplitBillDetailOutput
- func (s *ListForListSplitBillDetailOutput) SetZoneCode(v string) *ListForListSplitBillDetailOutput
- func (s ListForListSplitBillDetailOutput) String() string
- type ListInvitationInput
- type ListInvitationOutput
- type ListOrderProductDetailsInput
- func (s ListOrderProductDetailsInput) GoString() string
- func (s *ListOrderProductDetailsInput) SetMaxResults(v int32) *ListOrderProductDetailsInput
- func (s *ListOrderProductDetailsInput) SetNextToken(v string) *ListOrderProductDetailsInput
- func (s *ListOrderProductDetailsInput) SetOrderID(v string) *ListOrderProductDetailsInput
- func (s ListOrderProductDetailsInput) String() string
- func (s *ListOrderProductDetailsInput) Validate() error
- type ListOrderProductDetailsOutput
- func (s ListOrderProductDetailsOutput) GoString() string
- func (s *ListOrderProductDetailsOutput) SetMaxResults(v int32) *ListOrderProductDetailsOutput
- func (s *ListOrderProductDetailsOutput) SetNextToken(v string) *ListOrderProductDetailsOutput
- func (s *ListOrderProductDetailsOutput) SetOrderProductInfos(v []*OrderProductInfoForListOrderProductDetailsOutput) *ListOrderProductDetailsOutput
- func (s ListOrderProductDetailsOutput) String() string
- type ListOrdersInput
- func (s ListOrdersInput) GoString() string
- func (s *ListOrdersInput) SetCreateTimeEnd(v string) *ListOrdersInput
- func (s *ListOrdersInput) SetCreateTimeStart(v string) *ListOrdersInput
- func (s *ListOrdersInput) SetMaxResults(v int32) *ListOrdersInput
- func (s *ListOrdersInput) SetNextToken(v string) *ListOrdersInput
- func (s *ListOrdersInput) SetOrderType(v string) *ListOrdersInput
- func (s *ListOrdersInput) SetStatus(v string) *ListOrdersInput
- func (s ListOrdersInput) String() string
- type ListOrdersOutput
- func (s ListOrdersOutput) GoString() string
- func (s *ListOrdersOutput) SetMaxResults(v int32) *ListOrdersOutput
- func (s *ListOrdersOutput) SetNextToken(v string) *ListOrdersOutput
- func (s *ListOrdersOutput) SetOrderInfos(v []*OrderInfoForListOrdersOutput) *ListOrdersOutput
- func (s ListOrdersOutput) String() string
- type ListPackageUsageDetailsInput
- func (s ListPackageUsageDetailsInput) GoString() string
- func (s *ListPackageUsageDetailsInput) SetDeductBeginTime(v string) *ListPackageUsageDetailsInput
- func (s *ListPackageUsageDetailsInput) SetDeductEndTime(v string) *ListPackageUsageDetailsInput
- func (s *ListPackageUsageDetailsInput) SetInstanceNo(v string) *ListPackageUsageDetailsInput
- func (s *ListPackageUsageDetailsInput) SetMaxResults(v string) *ListPackageUsageDetailsInput
- func (s *ListPackageUsageDetailsInput) SetNextToken(v string) *ListPackageUsageDetailsInput
- func (s *ListPackageUsageDetailsInput) SetResourceType(v string) *ListPackageUsageDetailsInput
- func (s ListPackageUsageDetailsInput) String() string
- func (s *ListPackageUsageDetailsInput) Validate() error
- type ListPackageUsageDetailsOutput
- func (s ListPackageUsageDetailsOutput) GoString() string
- func (s *ListPackageUsageDetailsOutput) SetList(v []*ListForListPackageUsageDetailsOutput) *ListPackageUsageDetailsOutput
- func (s *ListPackageUsageDetailsOutput) SetNextToken(v string) *ListPackageUsageDetailsOutput
- func (s ListPackageUsageDetailsOutput) String() string
- type ListRecipientInformationInput
- func (s ListRecipientInformationInput) GoString() string
- func (s *ListRecipientInformationInput) SetLimit(v int32) *ListRecipientInformationInput
- func (s *ListRecipientInformationInput) SetOffset(v int32) *ListRecipientInformationInput
- func (s ListRecipientInformationInput) String() string
- func (s *ListRecipientInformationInput) Validate() error
- type ListRecipientInformationOutput
- func (s ListRecipientInformationOutput) GoString() string
- func (s *ListRecipientInformationOutput) SetLimit(v int32) *ListRecipientInformationOutput
- func (s *ListRecipientInformationOutput) SetOffset(v int32) *ListRecipientInformationOutput
- func (s *ListRecipientInformationOutput) SetRecipientInformationList(v []*RecipientInformationListForListRecipientInformationOutput) *ListRecipientInformationOutput
- func (s *ListRecipientInformationOutput) SetTotal(v int32) *ListRecipientInformationOutput
- func (s ListRecipientInformationOutput) String() string
- type ListResourcePackagesInput
- func (s ListResourcePackagesInput) GoString() string
- func (s *ListResourcePackagesInput) SetEffectiveTimeBegin(v string) *ListResourcePackagesInput
- func (s *ListResourcePackagesInput) SetEffectiveTimeEnd(v string) *ListResourcePackagesInput
- func (s *ListResourcePackagesInput) SetMaxResults(v string) *ListResourcePackagesInput
- func (s *ListResourcePackagesInput) SetNextToken(v string) *ListResourcePackagesInput
- func (s *ListResourcePackagesInput) SetProduct(v string) *ListResourcePackagesInput
- func (s *ListResourcePackagesInput) SetResourceType(v string) *ListResourcePackagesInput
- func (s *ListResourcePackagesInput) SetStatus(v string) *ListResourcePackagesInput
- func (s ListResourcePackagesInput) String() string
- func (s *ListResourcePackagesInput) Validate() error
- type ListResourcePackagesOutput
- func (s ListResourcePackagesOutput) GoString() string
- func (s *ListResourcePackagesOutput) SetList(v []*ListForListResourcePackagesOutput) *ListResourcePackagesOutput
- func (s *ListResourcePackagesOutput) SetNextToken(v string) *ListResourcePackagesOutput
- func (s ListResourcePackagesOutput) String() string
- type ListSplitBillDetailInput
- func (s ListSplitBillDetailInput) GoString() string
- func (s *ListSplitBillDetailInput) SetBillCategory(v []*string) *ListSplitBillDetailInput
- func (s *ListSplitBillDetailInput) SetBillPeriod(v string) *ListSplitBillDetailInput
- func (s *ListSplitBillDetailInput) SetBillingMode(v []*string) *ListSplitBillDetailInput
- func (s *ListSplitBillDetailInput) SetExpenseDate(v string) *ListSplitBillDetailInput
- func (s *ListSplitBillDetailInput) SetGroupPeriod(v int32) *ListSplitBillDetailInput
- func (s *ListSplitBillDetailInput) SetIgnoreZero(v int32) *ListSplitBillDetailInput
- func (s *ListSplitBillDetailInput) SetInstanceNo(v string) *ListSplitBillDetailInput
- func (s *ListSplitBillDetailInput) SetLimit(v int32) *ListSplitBillDetailInput
- func (s *ListSplitBillDetailInput) SetNeedRecordNum(v int32) *ListSplitBillDetailInput
- func (s *ListSplitBillDetailInput) SetOffset(v int32) *ListSplitBillDetailInput
- func (s *ListSplitBillDetailInput) SetOwnerID(v []*int64) *ListSplitBillDetailInput
- func (s *ListSplitBillDetailInput) SetPayerID(v []*int64) *ListSplitBillDetailInput
- func (s *ListSplitBillDetailInput) SetProduct(v []*string) *ListSplitBillDetailInput
- func (s *ListSplitBillDetailInput) SetSplitDimension(v string) *ListSplitBillDetailInput
- func (s *ListSplitBillDetailInput) SetSplitItemID(v string) *ListSplitBillDetailInput
- func (s ListSplitBillDetailInput) String() string
- func (s *ListSplitBillDetailInput) Validate() error
- type ListSplitBillDetailOutput
- func (s ListSplitBillDetailOutput) GoString() string
- func (s *ListSplitBillDetailOutput) SetLimit(v int32) *ListSplitBillDetailOutput
- func (s *ListSplitBillDetailOutput) SetList(v []*ListForListSplitBillDetailOutput) *ListSplitBillDetailOutput
- func (s *ListSplitBillDetailOutput) SetOffset(v int32) *ListSplitBillDetailOutput
- func (s *ListSplitBillDetailOutput) SetTotal(v int32) *ListSplitBillDetailOutput
- func (s ListSplitBillDetailOutput) String() string
- type OrderFailRefundInfoForGetOrderOutput
- func (s OrderFailRefundInfoForGetOrderOutput) GoString() string
- func (s *OrderFailRefundInfoForGetOrderOutput) SetCouponAmount(v string) *OrderFailRefundInfoForGetOrderOutput
- func (s *OrderFailRefundInfoForGetOrderOutput) SetDiscountAmount(v string) *OrderFailRefundInfoForGetOrderOutput
- func (s *OrderFailRefundInfoForGetOrderOutput) SetOriginalAmount(v string) *OrderFailRefundInfoForGetOrderOutput
- func (s *OrderFailRefundInfoForGetOrderOutput) SetPaidAmount(v string) *OrderFailRefundInfoForGetOrderOutput
- func (s *OrderFailRefundInfoForGetOrderOutput) SetPayableAmount(v string) *OrderFailRefundInfoForGetOrderOutput
- func (s OrderFailRefundInfoForGetOrderOutput) String() string
- type OrderFailRefundInfoForListOrderProductDetailsOutput
- func (s OrderFailRefundInfoForListOrderProductDetailsOutput) GoString() string
- func (s *OrderFailRefundInfoForListOrderProductDetailsOutput) SetCouponAmount(v string) *OrderFailRefundInfoForListOrderProductDetailsOutput
- func (s *OrderFailRefundInfoForListOrderProductDetailsOutput) SetDiscountAmount(v string) *OrderFailRefundInfoForListOrderProductDetailsOutput
- func (s *OrderFailRefundInfoForListOrderProductDetailsOutput) SetOriginalAmount(v string) *OrderFailRefundInfoForListOrderProductDetailsOutput
- func (s *OrderFailRefundInfoForListOrderProductDetailsOutput) SetPaidAmount(v string) *OrderFailRefundInfoForListOrderProductDetailsOutput
- func (s *OrderFailRefundInfoForListOrderProductDetailsOutput) SetPayableAmount(v string) *OrderFailRefundInfoForListOrderProductDetailsOutput
- func (s OrderFailRefundInfoForListOrderProductDetailsOutput) String() string
- type OrderFailRefundInfoForListOrdersOutput
- func (s OrderFailRefundInfoForListOrdersOutput) GoString() string
- func (s *OrderFailRefundInfoForListOrdersOutput) SetCouponAmount(v string) *OrderFailRefundInfoForListOrdersOutput
- func (s *OrderFailRefundInfoForListOrdersOutput) SetDiscountAmount(v string) *OrderFailRefundInfoForListOrdersOutput
- func (s *OrderFailRefundInfoForListOrdersOutput) SetOriginalAmount(v string) *OrderFailRefundInfoForListOrdersOutput
- func (s *OrderFailRefundInfoForListOrdersOutput) SetPaidAmount(v string) *OrderFailRefundInfoForListOrdersOutput
- func (s *OrderFailRefundInfoForListOrdersOutput) SetPayableAmount(v string) *OrderFailRefundInfoForListOrdersOutput
- func (s OrderFailRefundInfoForListOrdersOutput) String() string
- type OrderInfoForCommonBuyOutput
- type OrderInfoForGetOrderOutput
- func (s OrderInfoForGetOrderOutput) GoString() string
- func (s *OrderInfoForGetOrderOutput) SetBuyerCustomerName(v string) *OrderInfoForGetOrderOutput
- func (s *OrderInfoForGetOrderOutput) SetBuyerID(v int32) *OrderInfoForGetOrderOutput
- func (s *OrderInfoForGetOrderOutput) SetCouponAmount(v string) *OrderInfoForGetOrderOutput
- func (s *OrderInfoForGetOrderOutput) SetCreateTime(v string) *OrderInfoForGetOrderOutput
- func (s *OrderInfoForGetOrderOutput) SetDiscountAmount(v string) *OrderInfoForGetOrderOutput
- func (s *OrderInfoForGetOrderOutput) SetOrderFailRefundInfo(v *OrderFailRefundInfoForGetOrderOutput) *OrderInfoForGetOrderOutput
- func (s *OrderInfoForGetOrderOutput) SetOrderID(v string) *OrderInfoForGetOrderOutput
- func (s *OrderInfoForGetOrderOutput) SetOrderType(v string) *OrderInfoForGetOrderOutput
- func (s *OrderInfoForGetOrderOutput) SetOriginalAmount(v string) *OrderInfoForGetOrderOutput
- func (s *OrderInfoForGetOrderOutput) SetPaidAmount(v string) *OrderInfoForGetOrderOutput
- func (s *OrderInfoForGetOrderOutput) SetPayableAmount(v string) *OrderInfoForGetOrderOutput
- func (s *OrderInfoForGetOrderOutput) SetPayerCustomerName(v string) *OrderInfoForGetOrderOutput
- func (s *OrderInfoForGetOrderOutput) SetPayerID(v int32) *OrderInfoForGetOrderOutput
- func (s *OrderInfoForGetOrderOutput) SetSellerCustomerName(v string) *OrderInfoForGetOrderOutput
- func (s *OrderInfoForGetOrderOutput) SetSellerID(v int32) *OrderInfoForGetOrderOutput
- func (s *OrderInfoForGetOrderOutput) SetStatus(v string) *OrderInfoForGetOrderOutput
- func (s *OrderInfoForGetOrderOutput) SetSubjectNo(v string) *OrderInfoForGetOrderOutput
- func (s OrderInfoForGetOrderOutput) String() string
- type OrderInfoForListOrdersOutput
- func (s OrderInfoForListOrdersOutput) GoString() string
- func (s *OrderInfoForListOrdersOutput) SetBuyerCustomerName(v string) *OrderInfoForListOrdersOutput
- func (s *OrderInfoForListOrdersOutput) SetBuyerID(v int32) *OrderInfoForListOrdersOutput
- func (s *OrderInfoForListOrdersOutput) SetCouponAmount(v string) *OrderInfoForListOrdersOutput
- func (s *OrderInfoForListOrdersOutput) SetCreateTime(v string) *OrderInfoForListOrdersOutput
- func (s *OrderInfoForListOrdersOutput) SetDiscountAmount(v string) *OrderInfoForListOrdersOutput
- func (s *OrderInfoForListOrdersOutput) SetOrderFailRefundInfo(v *OrderFailRefundInfoForListOrdersOutput) *OrderInfoForListOrdersOutput
- func (s *OrderInfoForListOrdersOutput) SetOrderID(v string) *OrderInfoForListOrdersOutput
- func (s *OrderInfoForListOrdersOutput) SetOrderType(v string) *OrderInfoForListOrdersOutput
- func (s *OrderInfoForListOrdersOutput) SetOriginalAmount(v string) *OrderInfoForListOrdersOutput
- func (s *OrderInfoForListOrdersOutput) SetPaidAmount(v string) *OrderInfoForListOrdersOutput
- func (s *OrderInfoForListOrdersOutput) SetPayableAmount(v string) *OrderInfoForListOrdersOutput
- func (s *OrderInfoForListOrdersOutput) SetPayerCustomerName(v string) *OrderInfoForListOrdersOutput
- func (s *OrderInfoForListOrdersOutput) SetPayerID(v int32) *OrderInfoForListOrdersOutput
- func (s *OrderInfoForListOrdersOutput) SetSellerCustomerName(v string) *OrderInfoForListOrdersOutput
- func (s *OrderInfoForListOrdersOutput) SetSellerID(v int32) *OrderInfoForListOrdersOutput
- func (s *OrderInfoForListOrdersOutput) SetStatus(v string) *OrderInfoForListOrdersOutput
- func (s *OrderInfoForListOrdersOutput) SetSubjectNo(v string) *OrderInfoForListOrdersOutput
- func (s OrderInfoForListOrdersOutput) String() string
- type OrderProductInfoForListOrderProductDetailsOutput
- func (s OrderProductInfoForListOrderProductDetailsOutput) GoString() string
- func (s *OrderProductInfoForListOrderProductDetailsOutput) SetBeginTime(v string) *OrderProductInfoForListOrderProductDetailsOutput
- func (s *OrderProductInfoForListOrderProductDetailsOutput) SetConfigurationCode(v string) *OrderProductInfoForListOrderProductDetailsOutput
- func (s *OrderProductInfoForListOrderProductDetailsOutput) SetCouponAmount(v string) *OrderProductInfoForListOrderProductDetailsOutput
- func (s *OrderProductInfoForListOrderProductDetailsOutput) SetDiscountAmount(v string) *OrderProductInfoForListOrderProductDetailsOutput
- func (s *OrderProductInfoForListOrderProductDetailsOutput) SetEndTime(v string) *OrderProductInfoForListOrderProductDetailsOutput
- func (s *OrderProductInfoForListOrderProductDetailsOutput) SetInstanceID(v string) *OrderProductInfoForListOrderProductDetailsOutput
- func (s *OrderProductInfoForListOrderProductDetailsOutput) SetOrderFailRefundInfo(v *OrderFailRefundInfoForListOrderProductDetailsOutput) *OrderProductInfoForListOrderProductDetailsOutput
- func (s *OrderProductInfoForListOrderProductDetailsOutput) SetOriginalAmount(v string) *OrderProductInfoForListOrderProductDetailsOutput
- func (s *OrderProductInfoForListOrderProductDetailsOutput) SetPaidAmount(v string) *OrderProductInfoForListOrderProductDetailsOutput
- func (s *OrderProductInfoForListOrderProductDetailsOutput) SetPayableAmount(v string) *OrderProductInfoForListOrderProductDetailsOutput
- func (s *OrderProductInfoForListOrderProductDetailsOutput) SetPayerCustomerName(v string) *OrderProductInfoForListOrderProductDetailsOutput
- func (s *OrderProductInfoForListOrderProductDetailsOutput) SetPayerID(v int32) *OrderProductInfoForListOrderProductDetailsOutput
- func (s *OrderProductInfoForListOrderProductDetailsOutput) SetPaymentMethod(v string) *OrderProductInfoForListOrderProductDetailsOutput
- func (s *OrderProductInfoForListOrderProductDetailsOutput) SetPeriod(v string) *OrderProductInfoForListOrderProductDetailsOutput
- func (s *OrderProductInfoForListOrderProductDetailsOutput) SetProduct(v string) *OrderProductInfoForListOrderProductDetailsOutput
- func (s *OrderProductInfoForListOrderProductDetailsOutput) SetStatus(v string) *OrderProductInfoForListOrderProductDetailsOutput
- func (s *OrderProductInfoForListOrderProductDetailsOutput) SetTimes(v string) *OrderProductInfoForListOrderProductDetailsOutput
- func (s OrderProductInfoForListOrderProductDetailsOutput) String() string
- type PayOrderInput
- type PayOrderOutput
- type ProductLimitListForListCouponsOutput
- func (s ProductLimitListForListCouponsOutput) GoString() string
- func (s *ProductLimitListForListCouponsOutput) SetBillingMethod(v string) *ProductLimitListForListCouponsOutput
- func (s *ProductLimitListForListCouponsOutput) SetChargeItemCode(v string) *ProductLimitListForListCouponsOutput
- func (s *ProductLimitListForListCouponsOutput) SetChargeItemType(v int32) *ProductLimitListForListCouponsOutput
- func (s *ProductLimitListForListCouponsOutput) SetConfigurationCode(v string) *ProductLimitListForListCouponsOutput
- func (s *ProductLimitListForListCouponsOutput) SetConfigurationName(v string) *ProductLimitListForListCouponsOutput
- func (s *ProductLimitListForListCouponsOutput) SetConfigurationType(v int32) *ProductLimitListForListCouponsOutput
- func (s *ProductLimitListForListCouponsOutput) SetProductCode(v string) *ProductLimitListForListCouponsOutput
- func (s *ProductLimitListForListCouponsOutput) SetProductName(v string) *ProductLimitListForListCouponsOutput
- func (s *ProductLimitListForListCouponsOutput) SetTimeLimitLower(v int32) *ProductLimitListForListCouponsOutput
- func (s *ProductLimitListForListCouponsOutput) SetTimeLimitUpper(v int32) *ProductLimitListForListCouponsOutput
- func (s ProductLimitListForListCouponsOutput) String() string
- type QueryBalanceAcctInput
- type QueryBalanceAcctOutput
- func (s QueryBalanceAcctOutput) GoString() string
- func (s *QueryBalanceAcctOutput) SetAccountID(v int32) *QueryBalanceAcctOutput
- func (s *QueryBalanceAcctOutput) SetArrearsBalance(v string) *QueryBalanceAcctOutput
- func (s *QueryBalanceAcctOutput) SetAvailableBalance(v string) *QueryBalanceAcctOutput
- func (s *QueryBalanceAcctOutput) SetCashBalance(v string) *QueryBalanceAcctOutput
- func (s *QueryBalanceAcctOutput) SetCreditLimit(v string) *QueryBalanceAcctOutput
- func (s *QueryBalanceAcctOutput) SetFreezeAmount(v string) *QueryBalanceAcctOutput
- func (s QueryBalanceAcctOutput) String() string
- type QueryBudgetDetailInput
- type QueryBudgetDetailOutput
- func (s QueryBudgetDetailOutput) GoString() string
- func (s *QueryBudgetDetailOutput) SetBudget(v *BudgetForQueryBudgetDetailOutput) *QueryBudgetDetailOutput
- func (s *QueryBudgetDetailOutput) SetBudgetAlertMessageDetailList(v []*BudgetAlertMessageDetailListForQueryBudgetDetailOutput) *QueryBudgetDetailOutput
- func (s *QueryBudgetDetailOutput) SetBudgetAlertRuleList(v []*BudgetAlertRuleListForQueryBudgetDetailOutput) *QueryBudgetDetailOutput
- func (s *QueryBudgetDetailOutput) SetBudgetRangeInfo(v *BudgetRangeInfoForQueryBudgetDetailOutput) *QueryBudgetDetailOutput
- func (s QueryBudgetDetailOutput) String() string
- type QueryPriceForPayAsYouGoInput
- func (s QueryPriceForPayAsYouGoInput) GoString() string
- func (s *QueryPriceForPayAsYouGoInput) SetConfigList(v []*ConfigListForQueryPriceForPayAsYouGoInput) *QueryPriceForPayAsYouGoInput
- func (s *QueryPriceForPayAsYouGoInput) SetProduct(v string) *QueryPriceForPayAsYouGoInput
- func (s QueryPriceForPayAsYouGoInput) String() string
- func (s *QueryPriceForPayAsYouGoInput) Validate() error
- type QueryPriceForPayAsYouGoOutput
- func (s QueryPriceForPayAsYouGoOutput) GoString() string
- func (s *QueryPriceForPayAsYouGoOutput) SetConfigList(v []*ConfigListForQueryPriceForPayAsYouGoOutput) *QueryPriceForPayAsYouGoOutput
- func (s *QueryPriceForPayAsYouGoOutput) SetCurrency(v string) *QueryPriceForPayAsYouGoOutput
- func (s *QueryPriceForPayAsYouGoOutput) SetTotalDiscountAmount(v string) *QueryPriceForPayAsYouGoOutput
- func (s *QueryPriceForPayAsYouGoOutput) SetTotalOriginalAmount(v string) *QueryPriceForPayAsYouGoOutput
- func (s QueryPriceForPayAsYouGoOutput) String() string
- type QueryPriceForRenewInput
- func (s QueryPriceForRenewInput) GoString() string
- func (s *QueryPriceForRenewInput) SetInstanceIDList(v []*string) *QueryPriceForRenewInput
- func (s *QueryPriceForRenewInput) SetProduct(v string) *QueryPriceForRenewInput
- func (s *QueryPriceForRenewInput) SetUseDuration(v int32) *QueryPriceForRenewInput
- func (s QueryPriceForRenewInput) String() string
- func (s *QueryPriceForRenewInput) Validate() error
- type QueryPriceForRenewOutput
- func (s QueryPriceForRenewOutput) GoString() string
- func (s *QueryPriceForRenewOutput) SetCurrency(v string) *QueryPriceForRenewOutput
- func (s *QueryPriceForRenewOutput) SetInstanceAmountList(v []*InstanceAmountListForQueryPriceForRenewOutput) *QueryPriceForRenewOutput
- func (s *QueryPriceForRenewOutput) SetTotalDiscountAmount(v string) *QueryPriceForRenewOutput
- func (s *QueryPriceForRenewOutput) SetTotalOriginalAmount(v string) *QueryPriceForRenewOutput
- func (s QueryPriceForRenewOutput) String() string
- type QueryPriceForSubscriptionInput
- func (s QueryPriceForSubscriptionInput) GoString() string
- func (s *QueryPriceForSubscriptionInput) SetConfigList(v []*ConfigListForQueryPriceForSubscriptionInput) *QueryPriceForSubscriptionInput
- func (s *QueryPriceForSubscriptionInput) SetProduct(v string) *QueryPriceForSubscriptionInput
- func (s QueryPriceForSubscriptionInput) String() string
- func (s *QueryPriceForSubscriptionInput) Validate() error
- type QueryPriceForSubscriptionOutput
- func (s QueryPriceForSubscriptionOutput) GoString() string
- func (s *QueryPriceForSubscriptionOutput) SetConfigList(v []*ConfigListForQueryPriceForSubscriptionOutput) *QueryPriceForSubscriptionOutput
- func (s *QueryPriceForSubscriptionOutput) SetCurrency(v string) *QueryPriceForSubscriptionOutput
- func (s *QueryPriceForSubscriptionOutput) SetTotalDiscountAmount(v string) *QueryPriceForSubscriptionOutput
- func (s *QueryPriceForSubscriptionOutput) SetTotalOriginalAmount(v string) *QueryPriceForSubscriptionOutput
- func (s QueryPriceForSubscriptionOutput) String() string
- type RecipientInformationListForListRecipientInformationOutput
- func (s RecipientInformationListForListRecipientInformationOutput) GoString() string
- func (s *RecipientInformationListForListRecipientInformationOutput) SetRecipientEmail(v string) *RecipientInformationListForListRecipientInformationOutput
- func (s *RecipientInformationListForListRecipientInformationOutput) SetRecipientID(v int64) *RecipientInformationListForListRecipientInformationOutput
- func (s *RecipientInformationListForListRecipientInformationOutput) SetRecipientMessage(v string) *RecipientInformationListForListRecipientInformationOutput
- func (s *RecipientInformationListForListRecipientInformationOutput) SetRecipientName(v string) *RecipientInformationListForListRecipientInformationOutput
- func (s RecipientInformationListForListRecipientInformationOutput) String() string
- type RegionInfoListForListBudgetFilterRegionCodeOutput
- func (s RegionInfoListForListBudgetFilterRegionCodeOutput) GoString() string
- func (s *RegionInfoListForListBudgetFilterRegionCodeOutput) SetRegionCode(v string) *RegionInfoListForListBudgetFilterRegionCodeOutput
- func (s *RegionInfoListForListBudgetFilterRegionCodeOutput) SetRegionName(v string) *RegionInfoListForListBudgetFilterRegionCodeOutput
- func (s RegionInfoListForListBudgetFilterRegionCodeOutput) String() string
- type RelationForListInvitationOutput
- func (s RelationForListInvitationOutput) GoString() string
- func (s *RelationForListInvitationOutput) SetAccountAlias(v string) *RelationForListInvitationOutput
- func (s *RelationForListInvitationOutput) SetAuthInfo(v []*AuthInfoForListInvitationOutput) *RelationForListInvitationOutput
- func (s *RelationForListInvitationOutput) SetFiliation(v int32) *RelationForListInvitationOutput
- func (s *RelationForListInvitationOutput) SetFiliationDesc(v string) *RelationForListInvitationOutput
- func (s *RelationForListInvitationOutput) SetMajorAccountID(v int64) *RelationForListInvitationOutput
- func (s *RelationForListInvitationOutput) SetMajorAccountName(v string) *RelationForListInvitationOutput
- func (s *RelationForListInvitationOutput) SetRelation(v int32) *RelationForListInvitationOutput
- func (s *RelationForListInvitationOutput) SetRelationDesc(v string) *RelationForListInvitationOutput
- func (s *RelationForListInvitationOutput) SetRelationID(v string) *RelationForListInvitationOutput
- func (s *RelationForListInvitationOutput) SetStatus(v int32) *RelationForListInvitationOutput
- func (s *RelationForListInvitationOutput) SetStatusDesc(v string) *RelationForListInvitationOutput
- func (s *RelationForListInvitationOutput) SetSubAccountID(v int64) *RelationForListInvitationOutput
- func (s *RelationForListInvitationOutput) SetSubAccountName(v string) *RelationForListInvitationOutput
- func (s *RelationForListInvitationOutput) SetUpdateTime(v string) *RelationForListInvitationOutput
- func (s RelationForListInvitationOutput) String() string
- type RenewInstanceInput
- func (s RenewInstanceInput) GoString() string
- func (s *RenewInstanceInput) SetClientToken(v string) *RenewInstanceInput
- func (s *RenewInstanceInput) SetInstanceID(v string) *RenewInstanceInput
- func (s *RenewInstanceInput) SetProduct(v string) *RenewInstanceInput
- func (s *RenewInstanceInput) SetRenewRelatedInstance(v bool) *RenewInstanceInput
- func (s *RenewInstanceInput) SetRenewalDuration(v int64) *RenewInstanceInput
- func (s *RenewInstanceInput) SetRenewalDurationUnit(v string) *RenewInstanceInput
- func (s *RenewInstanceInput) SetUnitedExpireDay(v string) *RenewInstanceInput
- func (s RenewInstanceInput) String() string
- func (s *RenewInstanceInput) Validate() error
- type RenewInstanceOutput
- type SetRenewalTypeInput
- func (s SetRenewalTypeInput) GoString() string
- func (s *SetRenewalTypeInput) SetClientToken(v string) *SetRenewalTypeInput
- func (s *SetRenewalTypeInput) SetInstanceID(v string) *SetRenewalTypeInput
- func (s *SetRenewalTypeInput) SetProduct(v string) *SetRenewalTypeInput
- func (s *SetRenewalTypeInput) SetRenewType(v string) *SetRenewalTypeInput
- func (s *SetRenewalTypeInput) SetRenewalDuration(v int64) *SetRenewalTypeInput
- func (s *SetRenewalTypeInput) SetRenewalDurationUnit(v string) *SetRenewalTypeInput
- func (s *SetRenewalTypeInput) SetRenewalTimes(v int64) *SetRenewalTypeInput
- func (s *SetRenewalTypeInput) SetSetRenewalRelatedInstance(v bool) *SetRenewalTypeInput
- func (s SetRenewalTypeInput) String() string
- func (s *SetRenewalTypeInput) Validate() error
- type SetRenewalTypeOutput
- type SubjectInfoListForListBudgetFilterSubjectInfoOutput
- func (s SubjectInfoListForListBudgetFilterSubjectInfoOutput) GoString() string
- func (s *SubjectInfoListForListBudgetFilterSubjectInfoOutput) SetSubjectName(v string) *SubjectInfoListForListBudgetFilterSubjectInfoOutput
- func (s *SubjectInfoListForListBudgetFilterSubjectInfoOutput) SetSubjectNo(v string) *SubjectInfoListForListBudgetFilterSubjectInfoOutput
- func (s SubjectInfoListForListBudgetFilterSubjectInfoOutput) String() string
- type SuccessInstanceInfoForUnsubscribeInstanceOutput
- func (s SuccessInstanceInfoForUnsubscribeInstanceOutput) GoString() string
- func (s *SuccessInstanceInfoForUnsubscribeInstanceOutput) SetInstanceID(v string) *SuccessInstanceInfoForUnsubscribeInstanceOutput
- func (s *SuccessInstanceInfoForUnsubscribeInstanceOutput) SetProduct(v string) *SuccessInstanceInfoForUnsubscribeInstanceOutput
- func (s SuccessInstanceInfoForUnsubscribeInstanceOutput) String() string
- type SuccessInstanceListForRenewInstanceOutput
- func (s SuccessInstanceListForRenewInstanceOutput) GoString() string
- func (s *SuccessInstanceListForRenewInstanceOutput) SetInstanceID(v string) *SuccessInstanceListForRenewInstanceOutput
- func (s *SuccessInstanceListForRenewInstanceOutput) SetProduct(v string) *SuccessInstanceListForRenewInstanceOutput
- func (s SuccessInstanceListForRenewInstanceOutput) String() string
- type SuccessInstanceListForSetRenewalTypeOutput
- func (s SuccessInstanceListForSetRenewalTypeOutput) GoString() string
- func (s *SuccessInstanceListForSetRenewalTypeOutput) SetInstanceID(v string) *SuccessInstanceListForSetRenewalTypeOutput
- func (s *SuccessInstanceListForSetRenewalTypeOutput) SetProduct(v string) *SuccessInstanceListForSetRenewalTypeOutput
- func (s SuccessInstanceListForSetRenewalTypeOutput) String() string
- type UnsubscribeInstanceInput
- func (s UnsubscribeInstanceInput) GoString() string
- func (s *UnsubscribeInstanceInput) SetClientToken(v string) *UnsubscribeInstanceInput
- func (s *UnsubscribeInstanceInput) SetInstanceID(v string) *UnsubscribeInstanceInput
- func (s *UnsubscribeInstanceInput) SetProduct(v string) *UnsubscribeInstanceInput
- func (s *UnsubscribeInstanceInput) SetUnsubscribeRelatedInstance(v bool) *UnsubscribeInstanceInput
- func (s UnsubscribeInstanceInput) String() string
- func (s *UnsubscribeInstanceInput) Validate() error
- type UnsubscribeInstanceOutput
- func (s UnsubscribeInstanceOutput) GoString() string
- func (s *UnsubscribeInstanceOutput) SetOrderID(v string) *UnsubscribeInstanceOutput
- func (s *UnsubscribeInstanceOutput) SetOrderIDList(v []*string) *UnsubscribeInstanceOutput
- func (s *UnsubscribeInstanceOutput) SetSuccessInstanceInfos(v []*SuccessInstanceInfoForUnsubscribeInstanceOutput) *UnsubscribeInstanceOutput
- func (s UnsubscribeInstanceOutput) String() string
- type UpdateAuthInput
- type UpdateAuthOutput
- type UpdateBudgetInput
- func (s UpdateBudgetInput) GoString() string
- func (s *UpdateBudgetInput) SetBudget(v *BudgetForUpdateBudgetInput) *UpdateBudgetInput
- func (s *UpdateBudgetInput) SetBudgetAlertMessage(v []*BudgetAlertMessageForUpdateBudgetInput) *UpdateBudgetInput
- func (s *UpdateBudgetInput) SetBudgetAlertRule(v []*BudgetAlertRuleForUpdateBudgetInput) *UpdateBudgetInput
- func (s *UpdateBudgetInput) SetBudgetAmount(v []*BudgetAmountForUpdateBudgetInput) *UpdateBudgetInput
- func (s *UpdateBudgetInput) SetBudgetID(v string) *UpdateBudgetInput
- func (s *UpdateBudgetInput) SetBudgetRange(v *BudgetRangeForUpdateBudgetInput) *UpdateBudgetInput
- func (s UpdateBudgetInput) String() string
- func (s *UpdateBudgetInput) Validate() error
- type UpdateBudgetOutput
- type ZoneInfoListForListBudgetFilterZoneCodeOutput
- func (s ZoneInfoListForListBudgetFilterZoneCodeOutput) GoString() string
- func (s *ZoneInfoListForListBudgetFilterZoneCodeOutput) SetRegionZoneCode(v string) *ZoneInfoListForListBudgetFilterZoneCodeOutput
- func (s *ZoneInfoListForListBudgetFilterZoneCodeOutput) SetRegionZoneName(v string) *ZoneInfoListForListBudgetFilterZoneCodeOutput
- func (s ZoneInfoListForListBudgetFilterZoneCodeOutput) String() string
Constants ¶
const ( // EnumOfBudgetAlertThresholdTypeForCreateBudgetInputAmount is a EnumOfBudgetAlertThresholdTypeForCreateBudgetInput enum value EnumOfBudgetAlertThresholdTypeForCreateBudgetInputAmount = "amount" // EnumOfBudgetAlertThresholdTypeForCreateBudgetInputRatio is a EnumOfBudgetAlertThresholdTypeForCreateBudgetInput enum value EnumOfBudgetAlertThresholdTypeForCreateBudgetInputRatio = "ratio" )
const ( // EnumOfBudgetPlanTypeForCreateBudgetInputFixedAmount is a EnumOfBudgetPlanTypeForCreateBudgetInput enum value EnumOfBudgetPlanTypeForCreateBudgetInputFixedAmount = "fixed_amount" // EnumOfBudgetPlanTypeForCreateBudgetInputPlanning is a EnumOfBudgetPlanTypeForCreateBudgetInput enum value EnumOfBudgetPlanTypeForCreateBudgetInputPlanning = "planning" )
const ( // EnumOfPeriodForCreateBudgetInputMonth is a EnumOfPeriodForCreateBudgetInput enum value EnumOfPeriodForCreateBudgetInputMonth = "month" // EnumOfPeriodForCreateBudgetInputQuarter is a EnumOfPeriodForCreateBudgetInput enum value EnumOfPeriodForCreateBudgetInputQuarter = "quarter" // EnumOfPeriodForCreateBudgetInputYear is a EnumOfPeriodForCreateBudgetInput enum value EnumOfPeriodForCreateBudgetInputYear = "year" )
const ( // EnumOfOrderTypeForListBudgetInputAsc is a EnumOfOrderTypeForListBudgetInput enum value EnumOfOrderTypeForListBudgetInputAsc = "asc" // EnumOfOrderTypeForListBudgetInputDesc is a EnumOfOrderTypeForListBudgetInput enum value EnumOfOrderTypeForListBudgetInputDesc = "desc" )
const ( // EnumOfPeriodForListBudgetOutputMonth is a EnumOfPeriodForListBudgetOutput enum value EnumOfPeriodForListBudgetOutputMonth = "month" // EnumOfPeriodForListBudgetOutputQuarter is a EnumOfPeriodForListBudgetOutput enum value EnumOfPeriodForListBudgetOutputQuarter = "quarter" // EnumOfPeriodForListBudgetOutputYear is a EnumOfPeriodForListBudgetOutput enum value EnumOfPeriodForListBudgetOutputYear = "year" )
const ( // EnumOfPackageTypeForListPackageUsageDetailsOutputPeriodic is a EnumOfPackageTypeForListPackageUsageDetailsOutput enum value EnumOfPackageTypeForListPackageUsageDetailsOutputPeriodic = "Periodic" // EnumOfPackageTypeForListPackageUsageDetailsOutputDiminishing is a EnumOfPackageTypeForListPackageUsageDetailsOutput enum value EnumOfPackageTypeForListPackageUsageDetailsOutputDiminishing = "Diminishing" // EnumOfPackageTypeForListPackageUsageDetailsOutputHybrid is a EnumOfPackageTypeForListPackageUsageDetailsOutput enum value EnumOfPackageTypeForListPackageUsageDetailsOutputHybrid = "Hybrid" )
const ( // EnumOfResourceTypeForListPackageUsageDetailsInputPackage is a EnumOfResourceTypeForListPackageUsageDetailsInput enum value EnumOfResourceTypeForListPackageUsageDetailsInputPackage = "Package" // EnumOfResourceTypeForListPackageUsageDetailsInputRi is a EnumOfResourceTypeForListPackageUsageDetailsInput enum value EnumOfResourceTypeForListPackageUsageDetailsInputRi = "RI" // EnumOfResourceTypeForListPackageUsageDetailsInputRsc is a EnumOfResourceTypeForListPackageUsageDetailsInput enum value EnumOfResourceTypeForListPackageUsageDetailsInputRsc = "RSC" )
const ( // EnumOfResourceTypeForListResourcePackagesInputPackage is a EnumOfResourceTypeForListResourcePackagesInput enum value EnumOfResourceTypeForListResourcePackagesInputPackage = "Package" // EnumOfResourceTypeForListResourcePackagesInputRi is a EnumOfResourceTypeForListResourcePackagesInput enum value EnumOfResourceTypeForListResourcePackagesInputRi = "RI" // EnumOfResourceTypeForListResourcePackagesInputRsc is a EnumOfResourceTypeForListResourcePackagesInput enum value EnumOfResourceTypeForListResourcePackagesInputRsc = "RSC" )
const ( // EnumOfStatusForListResourcePackagesInputEffective is a EnumOfStatusForListResourcePackagesInput enum value EnumOfStatusForListResourcePackagesInputEffective = "Effective" // EnumOfStatusForListResourcePackagesInputNotEffective is a EnumOfStatusForListResourcePackagesInput enum value EnumOfStatusForListResourcePackagesInputNotEffective = "NotEffective" // EnumOfStatusForListResourcePackagesInputFailedToCreate is a EnumOfStatusForListResourcePackagesInput enum value EnumOfStatusForListResourcePackagesInputFailedToCreate = "FailedToCreate" // EnumOfStatusForListResourcePackagesInputUsedUp is a EnumOfStatusForListResourcePackagesInput enum value EnumOfStatusForListResourcePackagesInputUsedUp = "UsedUp" // EnumOfStatusForListResourcePackagesInputExpired is a EnumOfStatusForListResourcePackagesInput enum value EnumOfStatusForListResourcePackagesInputExpired = "Expired" // EnumOfStatusForListResourcePackagesInputRefunded is a EnumOfStatusForListResourcePackagesInput enum value EnumOfStatusForListResourcePackagesInputRefunded = "Refunded" )
const ( // EnumOfStatusForListResourcePackagesOutputEffective is a EnumOfStatusForListResourcePackagesOutput enum value EnumOfStatusForListResourcePackagesOutputEffective = "Effective" // EnumOfStatusForListResourcePackagesOutputNotEffective is a EnumOfStatusForListResourcePackagesOutput enum value EnumOfStatusForListResourcePackagesOutputNotEffective = "NotEffective" // EnumOfStatusForListResourcePackagesOutputFailedToCreate is a EnumOfStatusForListResourcePackagesOutput enum value EnumOfStatusForListResourcePackagesOutputFailedToCreate = "FailedToCreate" // EnumOfStatusForListResourcePackagesOutputUsedUp is a EnumOfStatusForListResourcePackagesOutput enum value EnumOfStatusForListResourcePackagesOutputUsedUp = "UsedUp" // EnumOfStatusForListResourcePackagesOutputExpired is a EnumOfStatusForListResourcePackagesOutput enum value EnumOfStatusForListResourcePackagesOutputExpired = "Expired" // EnumOfStatusForListResourcePackagesOutputRefunded is a EnumOfStatusForListResourcePackagesOutput enum value EnumOfStatusForListResourcePackagesOutputRefunded = "Refunded" )
const ( // EnumOfBudgetAlertThresholdTypeForQueryBudgetDetailOutputAmount is a EnumOfBudgetAlertThresholdTypeForQueryBudgetDetailOutput enum value EnumOfBudgetAlertThresholdTypeForQueryBudgetDetailOutputAmount = "amount" // EnumOfBudgetAlertThresholdTypeForQueryBudgetDetailOutputRatio is a EnumOfBudgetAlertThresholdTypeForQueryBudgetDetailOutput enum value EnumOfBudgetAlertThresholdTypeForQueryBudgetDetailOutputRatio = "ratio" )
const ( // EnumOfBudgetPlanTypeForQueryBudgetDetailOutputFixedAmount is a EnumOfBudgetPlanTypeForQueryBudgetDetailOutput enum value EnumOfBudgetPlanTypeForQueryBudgetDetailOutputFixedAmount = "fixed_amount" // EnumOfBudgetPlanTypeForQueryBudgetDetailOutputPlanning is a EnumOfBudgetPlanTypeForQueryBudgetDetailOutput enum value EnumOfBudgetPlanTypeForQueryBudgetDetailOutputPlanning = "planning" )
const ( // EnumOfPeriodForQueryBudgetDetailOutputMonth is a EnumOfPeriodForQueryBudgetDetailOutput enum value EnumOfPeriodForQueryBudgetDetailOutputMonth = "month" // EnumOfPeriodForQueryBudgetDetailOutputQuarter is a EnumOfPeriodForQueryBudgetDetailOutput enum value EnumOfPeriodForQueryBudgetDetailOutputQuarter = "quarter" // EnumOfPeriodForQueryBudgetDetailOutputYear is a EnumOfPeriodForQueryBudgetDetailOutput enum value EnumOfPeriodForQueryBudgetDetailOutputYear = "year" )
const ( // EnumOfBudgetAlertThresholdTypeForUpdateBudgetInputAmount is a EnumOfBudgetAlertThresholdTypeForUpdateBudgetInput enum value EnumOfBudgetAlertThresholdTypeForUpdateBudgetInputAmount = "amount" // EnumOfBudgetAlertThresholdTypeForUpdateBudgetInputRatio is a EnumOfBudgetAlertThresholdTypeForUpdateBudgetInput enum value EnumOfBudgetAlertThresholdTypeForUpdateBudgetInputRatio = "ratio" )
const ( // EnumOfBudgetPlanTypeForUpdateBudgetInputFixedAmount is a EnumOfBudgetPlanTypeForUpdateBudgetInput enum value EnumOfBudgetPlanTypeForUpdateBudgetInputFixedAmount = "fixed_amount" // EnumOfBudgetPlanTypeForUpdateBudgetInputPlanning is a EnumOfBudgetPlanTypeForUpdateBudgetInput enum value EnumOfBudgetPlanTypeForUpdateBudgetInputPlanning = "planning" )
const ( // EnumOfPeriodForUpdateBudgetInputMonth is a EnumOfPeriodForUpdateBudgetInput enum value EnumOfPeriodForUpdateBudgetInputMonth = "month" // EnumOfPeriodForUpdateBudgetInputQuarter is a EnumOfPeriodForUpdateBudgetInput enum value EnumOfPeriodForUpdateBudgetInputQuarter = "quarter" // EnumOfPeriodForUpdateBudgetInputYear is a EnumOfPeriodForUpdateBudgetInput enum value EnumOfPeriodForUpdateBudgetInputYear = "year" )
const ( ServiceName = "billing" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "billing" // ServiceID is a unique identifer of a specific service. )
Service information constants
const (
// EnumOfBudgetAlertItemForCreateBudgetInputActualAmount is a EnumOfBudgetAlertItemForCreateBudgetInput enum value
EnumOfBudgetAlertItemForCreateBudgetInputActualAmount = "actual_amount"
)
const (
// EnumOfBudgetAlertItemForQueryBudgetDetailOutputActualAmount is a EnumOfBudgetAlertItemForQueryBudgetDetailOutput enum value
EnumOfBudgetAlertItemForQueryBudgetDetailOutputActualAmount = "actual_amount"
)
const (
// EnumOfBudgetAlertItemForUpdateBudgetInputActualAmount is a EnumOfBudgetAlertItemForUpdateBudgetInput enum value
EnumOfBudgetAlertItemForUpdateBudgetInputActualAmount = "actual_amount"
)
const (
// EnumOfBudgetTypeForCreateBudgetInputCostBudget is a EnumOfBudgetTypeForCreateBudgetInput enum value
EnumOfBudgetTypeForCreateBudgetInputCostBudget = "cost_budget"
)
const (
// EnumOfBudgetTypeForListBudgetInputCostBudget is a EnumOfBudgetTypeForListBudgetInput enum value
EnumOfBudgetTypeForListBudgetInputCostBudget = "cost_budget"
)
const (
// EnumOfBudgetTypeForListBudgetOutputCostBudget is a EnumOfBudgetTypeForListBudgetOutput enum value
EnumOfBudgetTypeForListBudgetOutputCostBudget = "cost_budget"
)
const (
// EnumOfBudgetTypeForQueryBudgetDetailOutputCostBudget is a EnumOfBudgetTypeForQueryBudgetDetailOutput enum value
EnumOfBudgetTypeForQueryBudgetDetailOutputCostBudget = "cost_budget"
)
const (
// EnumOfBudgetTypeForUpdateBudgetInputCostBudget is a EnumOfBudgetTypeForUpdateBudgetInput enum value
EnumOfBudgetTypeForUpdateBudgetInputCostBudget = "cost_budget"
)
const (
// EnumOfOrderByForListBudgetInputRatio is a EnumOfOrderByForListBudgetInput enum value
EnumOfOrderByForListBudgetInputRatio = "ratio"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthForListInvitationOutput ¶ added in v1.0.125
type AuthForListInvitationOutput struct {
AuthID *string `type:"string" json:",omitempty"`
AuthList []*int32 `type:"list" json:",omitempty"`
MajorAccountID *int32 `type:"int32" json:",omitempty"`
RelationID *string `type:"string" json:",omitempty"`
SubAccountID *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (AuthForListInvitationOutput) GoString ¶ added in v1.0.125
func (s AuthForListInvitationOutput) GoString() string
GoString returns the string representation
func (*AuthForListInvitationOutput) SetAuthID ¶ added in v1.0.125
func (s *AuthForListInvitationOutput) SetAuthID(v string) *AuthForListInvitationOutput
SetAuthID sets the AuthID field's value.
func (*AuthForListInvitationOutput) SetAuthList ¶ added in v1.0.125
func (s *AuthForListInvitationOutput) SetAuthList(v []*int32) *AuthForListInvitationOutput
SetAuthList sets the AuthList field's value.
func (*AuthForListInvitationOutput) SetMajorAccountID ¶ added in v1.0.125
func (s *AuthForListInvitationOutput) SetMajorAccountID(v int32) *AuthForListInvitationOutput
SetMajorAccountID sets the MajorAccountID field's value.
func (*AuthForListInvitationOutput) SetRelationID ¶ added in v1.0.125
func (s *AuthForListInvitationOutput) SetRelationID(v string) *AuthForListInvitationOutput
SetRelationID sets the RelationID field's value.
func (*AuthForListInvitationOutput) SetSubAccountID ¶ added in v1.0.125
func (s *AuthForListInvitationOutput) SetSubAccountID(v int32) *AuthForListInvitationOutput
SetSubAccountID sets the SubAccountID field's value.
func (AuthForListInvitationOutput) String ¶ added in v1.0.125
func (s AuthForListInvitationOutput) String() string
String returns the string representation
type AuthInfoForListFinancialRelationOutput ¶ added in v1.0.125
type AuthInfoForListFinancialRelationOutput struct {
AuthID *string `type:"string" json:",omitempty"`
AuthList []*int32 `type:"list" json:",omitempty"`
AuthStatus *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (AuthInfoForListFinancialRelationOutput) GoString ¶ added in v1.0.125
func (s AuthInfoForListFinancialRelationOutput) GoString() string
GoString returns the string representation
func (*AuthInfoForListFinancialRelationOutput) SetAuthID ¶ added in v1.0.125
func (s *AuthInfoForListFinancialRelationOutput) SetAuthID(v string) *AuthInfoForListFinancialRelationOutput
SetAuthID sets the AuthID field's value.
func (*AuthInfoForListFinancialRelationOutput) SetAuthList ¶ added in v1.0.125
func (s *AuthInfoForListFinancialRelationOutput) SetAuthList(v []*int32) *AuthInfoForListFinancialRelationOutput
SetAuthList sets the AuthList field's value.
func (*AuthInfoForListFinancialRelationOutput) SetAuthStatus ¶ added in v1.0.125
func (s *AuthInfoForListFinancialRelationOutput) SetAuthStatus(v int32) *AuthInfoForListFinancialRelationOutput
SetAuthStatus sets the AuthStatus field's value.
func (AuthInfoForListFinancialRelationOutput) String ¶ added in v1.0.125
func (s AuthInfoForListFinancialRelationOutput) String() string
String returns the string representation
type AuthInfoForListInvitationOutput ¶ added in v1.0.125
type AuthInfoForListInvitationOutput struct {
AuthID *string `type:"string" json:",omitempty"`
AuthList []*int32 `type:"list" json:",omitempty"`
AuthStatus *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (AuthInfoForListInvitationOutput) GoString ¶ added in v1.0.125
func (s AuthInfoForListInvitationOutput) GoString() string
GoString returns the string representation
func (*AuthInfoForListInvitationOutput) SetAuthID ¶ added in v1.0.125
func (s *AuthInfoForListInvitationOutput) SetAuthID(v string) *AuthInfoForListInvitationOutput
SetAuthID sets the AuthID field's value.
func (*AuthInfoForListInvitationOutput) SetAuthList ¶ added in v1.0.125
func (s *AuthInfoForListInvitationOutput) SetAuthList(v []*int32) *AuthInfoForListInvitationOutput
SetAuthList sets the AuthList field's value.
func (*AuthInfoForListInvitationOutput) SetAuthStatus ¶ added in v1.0.125
func (s *AuthInfoForListInvitationOutput) SetAuthStatus(v int32) *AuthInfoForListInvitationOutput
SetAuthStatus sets the AuthStatus field's value.
func (AuthInfoForListInvitationOutput) String ¶ added in v1.0.125
func (s AuthInfoForListInvitationOutput) String() string
String returns the string representation
type BILLING ¶
BILLING provides the API operation methods for making requests to BILLING. See this package's package overview docs for details on the service.
BILLING methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *BILLING
New create int can support ssl or region locate set
func (*BILLING) CancelInvitation ¶ added in v1.0.125
func (c *BILLING) CancelInvitation(input *CancelInvitationInput) (*CancelInvitationOutput, error)
CancelInvitation API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation CancelInvitation for usage and error information.
func (*BILLING) CancelInvitationCommon ¶ added in v1.0.125
func (c *BILLING) CancelInvitationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CancelInvitationCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation CancelInvitationCommon for usage and error information.
func (*BILLING) CancelInvitationCommonRequest ¶ added in v1.0.125
func (c *BILLING) CancelInvitationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CancelInvitationCommonRequest generates a "volcengine/request.Request" representing the client's request for the CancelInvitationCommon operation. The "output" return value will be populated with the CancelInvitationCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelInvitationCommon Request to send the API call to the service. the "output" return value is not valid until after CancelInvitationCommon Send returns without error.
See CancelInvitationCommon for more information on using the CancelInvitationCommon API call, and error handling.
// Example sending a request using the CancelInvitationCommonRequest method.
req, resp := client.CancelInvitationCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) CancelInvitationCommonWithContext ¶ added in v1.0.125
func (c *BILLING) CancelInvitationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CancelInvitationCommonWithContext is the same as CancelInvitationCommon with the addition of the ability to pass a context and additional request options.
See CancelInvitationCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) CancelInvitationRequest ¶ added in v1.0.125
func (c *BILLING) CancelInvitationRequest(input *CancelInvitationInput) (req *request.Request, output *CancelInvitationOutput)
CancelInvitationRequest generates a "volcengine/request.Request" representing the client's request for the CancelInvitation operation. The "output" return value will be populated with the CancelInvitationCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelInvitationCommon Request to send the API call to the service. the "output" return value is not valid until after CancelInvitationCommon Send returns without error.
See CancelInvitation for more information on using the CancelInvitation API call, and error handling.
// Example sending a request using the CancelInvitationRequest method.
req, resp := client.CancelInvitationRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) CancelInvitationWithContext ¶ added in v1.0.125
func (c *BILLING) CancelInvitationWithContext(ctx volcengine.Context, input *CancelInvitationInput, opts ...request.Option) (*CancelInvitationOutput, error)
CancelInvitationWithContext is the same as CancelInvitation with the addition of the ability to pass a context and additional request options.
See CancelInvitation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) CancelOrder ¶ added in v1.0.152
func (c *BILLING) CancelOrder(input *CancelOrderInput) (*CancelOrderOutput, error)
CancelOrder API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation CancelOrder for usage and error information.
func (*BILLING) CancelOrderCommon ¶ added in v1.0.152
CancelOrderCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation CancelOrderCommon for usage and error information.
func (*BILLING) CancelOrderCommonRequest ¶ added in v1.0.152
func (c *BILLING) CancelOrderCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CancelOrderCommonRequest generates a "volcengine/request.Request" representing the client's request for the CancelOrderCommon operation. The "output" return value will be populated with the CancelOrderCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelOrderCommon Request to send the API call to the service. the "output" return value is not valid until after CancelOrderCommon Send returns without error.
See CancelOrderCommon for more information on using the CancelOrderCommon API call, and error handling.
// Example sending a request using the CancelOrderCommonRequest method.
req, resp := client.CancelOrderCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) CancelOrderCommonWithContext ¶ added in v1.0.152
func (c *BILLING) CancelOrderCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CancelOrderCommonWithContext is the same as CancelOrderCommon with the addition of the ability to pass a context and additional request options.
See CancelOrderCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) CancelOrderRequest ¶ added in v1.0.152
func (c *BILLING) CancelOrderRequest(input *CancelOrderInput) (req *request.Request, output *CancelOrderOutput)
CancelOrderRequest generates a "volcengine/request.Request" representing the client's request for the CancelOrder operation. The "output" return value will be populated with the CancelOrderCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelOrderCommon Request to send the API call to the service. the "output" return value is not valid until after CancelOrderCommon Send returns without error.
See CancelOrder for more information on using the CancelOrder API call, and error handling.
// Example sending a request using the CancelOrderRequest method.
req, resp := client.CancelOrderRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) CancelOrderWithContext ¶ added in v1.0.152
func (c *BILLING) CancelOrderWithContext(ctx volcengine.Context, input *CancelOrderInput, opts ...request.Option) (*CancelOrderOutput, error)
CancelOrderWithContext is the same as CancelOrder with the addition of the ability to pass a context and additional request options.
See CancelOrder for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) CleanUpFinancialRelation ¶ added in v1.0.186
func (c *BILLING) CleanUpFinancialRelation(input *CleanUpFinancialRelationInput) (*CleanUpFinancialRelationOutput, error)
CleanUpFinancialRelation API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation CleanUpFinancialRelation for usage and error information.
func (*BILLING) CleanUpFinancialRelationCommon ¶ added in v1.0.186
func (c *BILLING) CleanUpFinancialRelationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CleanUpFinancialRelationCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation CleanUpFinancialRelationCommon for usage and error information.
func (*BILLING) CleanUpFinancialRelationCommonRequest ¶ added in v1.0.186
func (c *BILLING) CleanUpFinancialRelationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CleanUpFinancialRelationCommonRequest generates a "volcengine/request.Request" representing the client's request for the CleanUpFinancialRelationCommon operation. The "output" return value will be populated with the CleanUpFinancialRelationCommon request's response once the request completes successfully.
Use "Send" method on the returned CleanUpFinancialRelationCommon Request to send the API call to the service. the "output" return value is not valid until after CleanUpFinancialRelationCommon Send returns without error.
See CleanUpFinancialRelationCommon for more information on using the CleanUpFinancialRelationCommon API call, and error handling.
// Example sending a request using the CleanUpFinancialRelationCommonRequest method.
req, resp := client.CleanUpFinancialRelationCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) CleanUpFinancialRelationCommonWithContext ¶ added in v1.0.186
func (c *BILLING) CleanUpFinancialRelationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CleanUpFinancialRelationCommonWithContext is the same as CleanUpFinancialRelationCommon with the addition of the ability to pass a context and additional request options.
See CleanUpFinancialRelationCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) CleanUpFinancialRelationRequest ¶ added in v1.0.186
func (c *BILLING) CleanUpFinancialRelationRequest(input *CleanUpFinancialRelationInput) (req *request.Request, output *CleanUpFinancialRelationOutput)
CleanUpFinancialRelationRequest generates a "volcengine/request.Request" representing the client's request for the CleanUpFinancialRelation operation. The "output" return value will be populated with the CleanUpFinancialRelationCommon request's response once the request completes successfully.
Use "Send" method on the returned CleanUpFinancialRelationCommon Request to send the API call to the service. the "output" return value is not valid until after CleanUpFinancialRelationCommon Send returns without error.
See CleanUpFinancialRelation for more information on using the CleanUpFinancialRelation API call, and error handling.
// Example sending a request using the CleanUpFinancialRelationRequest method.
req, resp := client.CleanUpFinancialRelationRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) CleanUpFinancialRelationWithContext ¶ added in v1.0.186
func (c *BILLING) CleanUpFinancialRelationWithContext(ctx volcengine.Context, input *CleanUpFinancialRelationInput, opts ...request.Option) (*CleanUpFinancialRelationOutput, error)
CleanUpFinancialRelationWithContext is the same as CleanUpFinancialRelation with the addition of the ability to pass a context and additional request options.
See CleanUpFinancialRelation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) CommonBuy ¶ added in v1.2.3
func (c *BILLING) CommonBuy(input *CommonBuyInput) (*CommonBuyOutput, error)
CommonBuy API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation CommonBuy for usage and error information.
func (*BILLING) CommonBuyCommon ¶ added in v1.2.3
CommonBuyCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation CommonBuyCommon for usage and error information.
func (*BILLING) CommonBuyCommonRequest ¶ added in v1.2.3
func (c *BILLING) CommonBuyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CommonBuyCommonRequest generates a "volcengine/request.Request" representing the client's request for the CommonBuyCommon operation. The "output" return value will be populated with the CommonBuyCommon request's response once the request completes successfully.
Use "Send" method on the returned CommonBuyCommon Request to send the API call to the service. the "output" return value is not valid until after CommonBuyCommon Send returns without error.
See CommonBuyCommon for more information on using the CommonBuyCommon API call, and error handling.
// Example sending a request using the CommonBuyCommonRequest method.
req, resp := client.CommonBuyCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) CommonBuyCommonWithContext ¶ added in v1.2.3
func (c *BILLING) CommonBuyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CommonBuyCommonWithContext is the same as CommonBuyCommon with the addition of the ability to pass a context and additional request options.
See CommonBuyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) CommonBuyRequest ¶ added in v1.2.3
func (c *BILLING) CommonBuyRequest(input *CommonBuyInput) (req *request.Request, output *CommonBuyOutput)
CommonBuyRequest generates a "volcengine/request.Request" representing the client's request for the CommonBuy operation. The "output" return value will be populated with the CommonBuyCommon request's response once the request completes successfully.
Use "Send" method on the returned CommonBuyCommon Request to send the API call to the service. the "output" return value is not valid until after CommonBuyCommon Send returns without error.
See CommonBuy for more information on using the CommonBuy API call, and error handling.
// Example sending a request using the CommonBuyRequest method.
req, resp := client.CommonBuyRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) CommonBuyWithContext ¶ added in v1.2.3
func (c *BILLING) CommonBuyWithContext(ctx volcengine.Context, input *CommonBuyInput, opts ...request.Option) (*CommonBuyOutput, error)
CommonBuyWithContext is the same as CommonBuy with the addition of the ability to pass a context and additional request options.
See CommonBuy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) CreateBudget ¶ added in v1.1.41
func (c *BILLING) CreateBudget(input *CreateBudgetInput) (*CreateBudgetOutput, error)
CreateBudget API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation CreateBudget for usage and error information.
func (*BILLING) CreateBudgetCommon ¶ added in v1.1.41
func (c *BILLING) CreateBudgetCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateBudgetCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation CreateBudgetCommon for usage and error information.
func (*BILLING) CreateBudgetCommonRequest ¶ added in v1.1.41
func (c *BILLING) CreateBudgetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateBudgetCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateBudgetCommon operation. The "output" return value will be populated with the CreateBudgetCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateBudgetCommon Request to send the API call to the service. the "output" return value is not valid until after CreateBudgetCommon Send returns without error.
See CreateBudgetCommon for more information on using the CreateBudgetCommon API call, and error handling.
// Example sending a request using the CreateBudgetCommonRequest method.
req, resp := client.CreateBudgetCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) CreateBudgetCommonWithContext ¶ added in v1.1.41
func (c *BILLING) CreateBudgetCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateBudgetCommonWithContext is the same as CreateBudgetCommon with the addition of the ability to pass a context and additional request options.
See CreateBudgetCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) CreateBudgetRequest ¶ added in v1.1.41
func (c *BILLING) CreateBudgetRequest(input *CreateBudgetInput) (req *request.Request, output *CreateBudgetOutput)
CreateBudgetRequest generates a "volcengine/request.Request" representing the client's request for the CreateBudget operation. The "output" return value will be populated with the CreateBudgetCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateBudgetCommon Request to send the API call to the service. the "output" return value is not valid until after CreateBudgetCommon Send returns without error.
See CreateBudget for more information on using the CreateBudget API call, and error handling.
// Example sending a request using the CreateBudgetRequest method.
req, resp := client.CreateBudgetRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) CreateBudgetWithContext ¶ added in v1.1.41
func (c *BILLING) CreateBudgetWithContext(ctx volcengine.Context, input *CreateBudgetInput, opts ...request.Option) (*CreateBudgetOutput, error)
CreateBudgetWithContext is the same as CreateBudget with the addition of the ability to pass a context and additional request options.
See CreateBudget for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) CreateFinancialRelation ¶ added in v1.0.125
func (c *BILLING) CreateFinancialRelation(input *CreateFinancialRelationInput) (*CreateFinancialRelationOutput, error)
CreateFinancialRelation API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation CreateFinancialRelation for usage and error information.
func (*BILLING) CreateFinancialRelationCommon ¶ added in v1.0.125
func (c *BILLING) CreateFinancialRelationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateFinancialRelationCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation CreateFinancialRelationCommon for usage and error information.
func (*BILLING) CreateFinancialRelationCommonRequest ¶ added in v1.0.125
func (c *BILLING) CreateFinancialRelationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateFinancialRelationCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateFinancialRelationCommon operation. The "output" return value will be populated with the CreateFinancialRelationCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateFinancialRelationCommon Request to send the API call to the service. the "output" return value is not valid until after CreateFinancialRelationCommon Send returns without error.
See CreateFinancialRelationCommon for more information on using the CreateFinancialRelationCommon API call, and error handling.
// Example sending a request using the CreateFinancialRelationCommonRequest method.
req, resp := client.CreateFinancialRelationCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) CreateFinancialRelationCommonWithContext ¶ added in v1.0.125
func (c *BILLING) CreateFinancialRelationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateFinancialRelationCommonWithContext is the same as CreateFinancialRelationCommon with the addition of the ability to pass a context and additional request options.
See CreateFinancialRelationCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) CreateFinancialRelationRequest ¶ added in v1.0.125
func (c *BILLING) CreateFinancialRelationRequest(input *CreateFinancialRelationInput) (req *request.Request, output *CreateFinancialRelationOutput)
CreateFinancialRelationRequest generates a "volcengine/request.Request" representing the client's request for the CreateFinancialRelation operation. The "output" return value will be populated with the CreateFinancialRelationCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateFinancialRelationCommon Request to send the API call to the service. the "output" return value is not valid until after CreateFinancialRelationCommon Send returns without error.
See CreateFinancialRelation for more information on using the CreateFinancialRelation API call, and error handling.
// Example sending a request using the CreateFinancialRelationRequest method.
req, resp := client.CreateFinancialRelationRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) CreateFinancialRelationWithContext ¶ added in v1.0.125
func (c *BILLING) CreateFinancialRelationWithContext(ctx volcengine.Context, input *CreateFinancialRelationInput, opts ...request.Option) (*CreateFinancialRelationOutput, error)
CreateFinancialRelationWithContext is the same as CreateFinancialRelation with the addition of the ability to pass a context and additional request options.
See CreateFinancialRelation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) DeleteBudget ¶ added in v1.1.41
func (c *BILLING) DeleteBudget(input *DeleteBudgetInput) (*DeleteBudgetOutput, error)
DeleteBudget API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation DeleteBudget for usage and error information.
func (*BILLING) DeleteBudgetCommon ¶ added in v1.1.41
func (c *BILLING) DeleteBudgetCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteBudgetCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation DeleteBudgetCommon for usage and error information.
func (*BILLING) DeleteBudgetCommonRequest ¶ added in v1.1.41
func (c *BILLING) DeleteBudgetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteBudgetCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteBudgetCommon operation. The "output" return value will be populated with the DeleteBudgetCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteBudgetCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteBudgetCommon Send returns without error.
See DeleteBudgetCommon for more information on using the DeleteBudgetCommon API call, and error handling.
// Example sending a request using the DeleteBudgetCommonRequest method.
req, resp := client.DeleteBudgetCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) DeleteBudgetCommonWithContext ¶ added in v1.1.41
func (c *BILLING) DeleteBudgetCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteBudgetCommonWithContext is the same as DeleteBudgetCommon with the addition of the ability to pass a context and additional request options.
See DeleteBudgetCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) DeleteBudgetRequest ¶ added in v1.1.41
func (c *BILLING) DeleteBudgetRequest(input *DeleteBudgetInput) (req *request.Request, output *DeleteBudgetOutput)
DeleteBudgetRequest generates a "volcengine/request.Request" representing the client's request for the DeleteBudget operation. The "output" return value will be populated with the DeleteBudgetCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteBudgetCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteBudgetCommon Send returns without error.
See DeleteBudget for more information on using the DeleteBudget API call, and error handling.
// Example sending a request using the DeleteBudgetRequest method.
req, resp := client.DeleteBudgetRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) DeleteBudgetWithContext ¶ added in v1.1.41
func (c *BILLING) DeleteBudgetWithContext(ctx volcengine.Context, input *DeleteBudgetInput, opts ...request.Option) (*DeleteBudgetOutput, error)
DeleteBudgetWithContext is the same as DeleteBudget with the addition of the ability to pass a context and additional request options.
See DeleteBudget for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) DeleteFinancialRelation ¶ added in v1.0.125
func (c *BILLING) DeleteFinancialRelation(input *DeleteFinancialRelationInput) (*DeleteFinancialRelationOutput, error)
DeleteFinancialRelation API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation DeleteFinancialRelation for usage and error information.
func (*BILLING) DeleteFinancialRelationCommon ¶ added in v1.0.125
func (c *BILLING) DeleteFinancialRelationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteFinancialRelationCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation DeleteFinancialRelationCommon for usage and error information.
func (*BILLING) DeleteFinancialRelationCommonRequest ¶ added in v1.0.125
func (c *BILLING) DeleteFinancialRelationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteFinancialRelationCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteFinancialRelationCommon operation. The "output" return value will be populated with the DeleteFinancialRelationCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteFinancialRelationCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteFinancialRelationCommon Send returns without error.
See DeleteFinancialRelationCommon for more information on using the DeleteFinancialRelationCommon API call, and error handling.
// Example sending a request using the DeleteFinancialRelationCommonRequest method.
req, resp := client.DeleteFinancialRelationCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) DeleteFinancialRelationCommonWithContext ¶ added in v1.0.125
func (c *BILLING) DeleteFinancialRelationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteFinancialRelationCommonWithContext is the same as DeleteFinancialRelationCommon with the addition of the ability to pass a context and additional request options.
See DeleteFinancialRelationCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) DeleteFinancialRelationRequest ¶ added in v1.0.125
func (c *BILLING) DeleteFinancialRelationRequest(input *DeleteFinancialRelationInput) (req *request.Request, output *DeleteFinancialRelationOutput)
DeleteFinancialRelationRequest generates a "volcengine/request.Request" representing the client's request for the DeleteFinancialRelation operation. The "output" return value will be populated with the DeleteFinancialRelationCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteFinancialRelationCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteFinancialRelationCommon Send returns without error.
See DeleteFinancialRelation for more information on using the DeleteFinancialRelation API call, and error handling.
// Example sending a request using the DeleteFinancialRelationRequest method.
req, resp := client.DeleteFinancialRelationRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) DeleteFinancialRelationWithContext ¶ added in v1.0.125
func (c *BILLING) DeleteFinancialRelationWithContext(ctx volcengine.Context, input *DeleteFinancialRelationInput, opts ...request.Option) (*DeleteFinancialRelationOutput, error)
DeleteFinancialRelationWithContext is the same as DeleteFinancialRelation with the addition of the ability to pass a context and additional request options.
See DeleteFinancialRelation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) GetOrder ¶ added in v1.0.152
func (c *BILLING) GetOrder(input *GetOrderInput) (*GetOrderOutput, error)
GetOrder API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation GetOrder for usage and error information.
func (*BILLING) GetOrderCommon ¶ added in v1.0.152
GetOrderCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation GetOrderCommon for usage and error information.
func (*BILLING) GetOrderCommonRequest ¶ added in v1.0.152
func (c *BILLING) GetOrderCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetOrderCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetOrderCommon operation. The "output" return value will be populated with the GetOrderCommon request's response once the request completes successfully.
Use "Send" method on the returned GetOrderCommon Request to send the API call to the service. the "output" return value is not valid until after GetOrderCommon Send returns without error.
See GetOrderCommon for more information on using the GetOrderCommon API call, and error handling.
// Example sending a request using the GetOrderCommonRequest method.
req, resp := client.GetOrderCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) GetOrderCommonWithContext ¶ added in v1.0.152
func (c *BILLING) GetOrderCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetOrderCommonWithContext is the same as GetOrderCommon with the addition of the ability to pass a context and additional request options.
See GetOrderCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) GetOrderRequest ¶ added in v1.0.152
func (c *BILLING) GetOrderRequest(input *GetOrderInput) (req *request.Request, output *GetOrderOutput)
GetOrderRequest generates a "volcengine/request.Request" representing the client's request for the GetOrder operation. The "output" return value will be populated with the GetOrderCommon request's response once the request completes successfully.
Use "Send" method on the returned GetOrderCommon Request to send the API call to the service. the "output" return value is not valid until after GetOrderCommon Send returns without error.
See GetOrder for more information on using the GetOrder API call, and error handling.
// Example sending a request using the GetOrderRequest method.
req, resp := client.GetOrderRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) GetOrderWithContext ¶ added in v1.0.152
func (c *BILLING) GetOrderWithContext(ctx volcengine.Context, input *GetOrderInput, opts ...request.Option) (*GetOrderOutput, error)
GetOrderWithContext is the same as GetOrder with the addition of the ability to pass a context and additional request options.
See GetOrder for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) HandleInvitation ¶ added in v1.0.125
func (c *BILLING) HandleInvitation(input *HandleInvitationInput) (*HandleInvitationOutput, error)
HandleInvitation API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation HandleInvitation for usage and error information.
func (*BILLING) HandleInvitationCommon ¶ added in v1.0.125
func (c *BILLING) HandleInvitationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
HandleInvitationCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation HandleInvitationCommon for usage and error information.
func (*BILLING) HandleInvitationCommonRequest ¶ added in v1.0.125
func (c *BILLING) HandleInvitationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
HandleInvitationCommonRequest generates a "volcengine/request.Request" representing the client's request for the HandleInvitationCommon operation. The "output" return value will be populated with the HandleInvitationCommon request's response once the request completes successfully.
Use "Send" method on the returned HandleInvitationCommon Request to send the API call to the service. the "output" return value is not valid until after HandleInvitationCommon Send returns without error.
See HandleInvitationCommon for more information on using the HandleInvitationCommon API call, and error handling.
// Example sending a request using the HandleInvitationCommonRequest method.
req, resp := client.HandleInvitationCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) HandleInvitationCommonWithContext ¶ added in v1.0.125
func (c *BILLING) HandleInvitationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
HandleInvitationCommonWithContext is the same as HandleInvitationCommon with the addition of the ability to pass a context and additional request options.
See HandleInvitationCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) HandleInvitationRequest ¶ added in v1.0.125
func (c *BILLING) HandleInvitationRequest(input *HandleInvitationInput) (req *request.Request, output *HandleInvitationOutput)
HandleInvitationRequest generates a "volcengine/request.Request" representing the client's request for the HandleInvitation operation. The "output" return value will be populated with the HandleInvitationCommon request's response once the request completes successfully.
Use "Send" method on the returned HandleInvitationCommon Request to send the API call to the service. the "output" return value is not valid until after HandleInvitationCommon Send returns without error.
See HandleInvitation for more information on using the HandleInvitation API call, and error handling.
// Example sending a request using the HandleInvitationRequest method.
req, resp := client.HandleInvitationRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) HandleInvitationWithContext ¶ added in v1.0.125
func (c *BILLING) HandleInvitationWithContext(ctx volcengine.Context, input *HandleInvitationInput, opts ...request.Option) (*HandleInvitationOutput, error)
HandleInvitationWithContext is the same as HandleInvitation with the addition of the ability to pass a context and additional request options.
See HandleInvitation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListAmortizedCostBillDaily ¶ added in v1.0.121
func (c *BILLING) ListAmortizedCostBillDaily(input *ListAmortizedCostBillDailyInput) (*ListAmortizedCostBillDailyOutput, error)
ListAmortizedCostBillDaily API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListAmortizedCostBillDaily for usage and error information.
func (*BILLING) ListAmortizedCostBillDailyCommon ¶ added in v1.0.121
func (c *BILLING) ListAmortizedCostBillDailyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListAmortizedCostBillDailyCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListAmortizedCostBillDailyCommon for usage and error information.
func (*BILLING) ListAmortizedCostBillDailyCommonRequest ¶ added in v1.0.121
func (c *BILLING) ListAmortizedCostBillDailyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListAmortizedCostBillDailyCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListAmortizedCostBillDailyCommon operation. The "output" return value will be populated with the ListAmortizedCostBillDailyCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAmortizedCostBillDailyCommon Request to send the API call to the service. the "output" return value is not valid until after ListAmortizedCostBillDailyCommon Send returns without error.
See ListAmortizedCostBillDailyCommon for more information on using the ListAmortizedCostBillDailyCommon API call, and error handling.
// Example sending a request using the ListAmortizedCostBillDailyCommonRequest method.
req, resp := client.ListAmortizedCostBillDailyCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListAmortizedCostBillDailyCommonWithContext ¶ added in v1.0.121
func (c *BILLING) ListAmortizedCostBillDailyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListAmortizedCostBillDailyCommonWithContext is the same as ListAmortizedCostBillDailyCommon with the addition of the ability to pass a context and additional request options.
See ListAmortizedCostBillDailyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListAmortizedCostBillDailyRequest ¶ added in v1.0.121
func (c *BILLING) ListAmortizedCostBillDailyRequest(input *ListAmortizedCostBillDailyInput) (req *request.Request, output *ListAmortizedCostBillDailyOutput)
ListAmortizedCostBillDailyRequest generates a "volcengine/request.Request" representing the client's request for the ListAmortizedCostBillDaily operation. The "output" return value will be populated with the ListAmortizedCostBillDailyCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAmortizedCostBillDailyCommon Request to send the API call to the service. the "output" return value is not valid until after ListAmortizedCostBillDailyCommon Send returns without error.
See ListAmortizedCostBillDaily for more information on using the ListAmortizedCostBillDaily API call, and error handling.
// Example sending a request using the ListAmortizedCostBillDailyRequest method.
req, resp := client.ListAmortizedCostBillDailyRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListAmortizedCostBillDailyWithContext ¶ added in v1.0.121
func (c *BILLING) ListAmortizedCostBillDailyWithContext(ctx volcengine.Context, input *ListAmortizedCostBillDailyInput, opts ...request.Option) (*ListAmortizedCostBillDailyOutput, error)
ListAmortizedCostBillDailyWithContext is the same as ListAmortizedCostBillDaily with the addition of the ability to pass a context and additional request options.
See ListAmortizedCostBillDaily for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListAmortizedCostBillDetail ¶ added in v1.0.116
func (c *BILLING) ListAmortizedCostBillDetail(input *ListAmortizedCostBillDetailInput) (*ListAmortizedCostBillDetailOutput, error)
ListAmortizedCostBillDetail API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListAmortizedCostBillDetail for usage and error information.
func (*BILLING) ListAmortizedCostBillDetailCommon ¶ added in v1.0.116
func (c *BILLING) ListAmortizedCostBillDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListAmortizedCostBillDetailCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListAmortizedCostBillDetailCommon for usage and error information.
func (*BILLING) ListAmortizedCostBillDetailCommonRequest ¶ added in v1.0.116
func (c *BILLING) ListAmortizedCostBillDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListAmortizedCostBillDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListAmortizedCostBillDetailCommon operation. The "output" return value will be populated with the ListAmortizedCostBillDetailCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAmortizedCostBillDetailCommon Request to send the API call to the service. the "output" return value is not valid until after ListAmortizedCostBillDetailCommon Send returns without error.
See ListAmortizedCostBillDetailCommon for more information on using the ListAmortizedCostBillDetailCommon API call, and error handling.
// Example sending a request using the ListAmortizedCostBillDetailCommonRequest method.
req, resp := client.ListAmortizedCostBillDetailCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListAmortizedCostBillDetailCommonWithContext ¶ added in v1.0.116
func (c *BILLING) ListAmortizedCostBillDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListAmortizedCostBillDetailCommonWithContext is the same as ListAmortizedCostBillDetailCommon with the addition of the ability to pass a context and additional request options.
See ListAmortizedCostBillDetailCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListAmortizedCostBillDetailRequest ¶ added in v1.0.116
func (c *BILLING) ListAmortizedCostBillDetailRequest(input *ListAmortizedCostBillDetailInput) (req *request.Request, output *ListAmortizedCostBillDetailOutput)
ListAmortizedCostBillDetailRequest generates a "volcengine/request.Request" representing the client's request for the ListAmortizedCostBillDetail operation. The "output" return value will be populated with the ListAmortizedCostBillDetailCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAmortizedCostBillDetailCommon Request to send the API call to the service. the "output" return value is not valid until after ListAmortizedCostBillDetailCommon Send returns without error.
See ListAmortizedCostBillDetail for more information on using the ListAmortizedCostBillDetail API call, and error handling.
// Example sending a request using the ListAmortizedCostBillDetailRequest method.
req, resp := client.ListAmortizedCostBillDetailRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListAmortizedCostBillDetailWithContext ¶ added in v1.0.116
func (c *BILLING) ListAmortizedCostBillDetailWithContext(ctx volcengine.Context, input *ListAmortizedCostBillDetailInput, opts ...request.Option) (*ListAmortizedCostBillDetailOutput, error)
ListAmortizedCostBillDetailWithContext is the same as ListAmortizedCostBillDetail with the addition of the ability to pass a context and additional request options.
See ListAmortizedCostBillDetail for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListAmortizedCostBillMonthly ¶ added in v1.0.116
func (c *BILLING) ListAmortizedCostBillMonthly(input *ListAmortizedCostBillMonthlyInput) (*ListAmortizedCostBillMonthlyOutput, error)
ListAmortizedCostBillMonthly API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListAmortizedCostBillMonthly for usage and error information.
func (*BILLING) ListAmortizedCostBillMonthlyCommon ¶ added in v1.0.116
func (c *BILLING) ListAmortizedCostBillMonthlyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListAmortizedCostBillMonthlyCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListAmortizedCostBillMonthlyCommon for usage and error information.
func (*BILLING) ListAmortizedCostBillMonthlyCommonRequest ¶ added in v1.0.116
func (c *BILLING) ListAmortizedCostBillMonthlyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListAmortizedCostBillMonthlyCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListAmortizedCostBillMonthlyCommon operation. The "output" return value will be populated with the ListAmortizedCostBillMonthlyCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAmortizedCostBillMonthlyCommon Request to send the API call to the service. the "output" return value is not valid until after ListAmortizedCostBillMonthlyCommon Send returns without error.
See ListAmortizedCostBillMonthlyCommon for more information on using the ListAmortizedCostBillMonthlyCommon API call, and error handling.
// Example sending a request using the ListAmortizedCostBillMonthlyCommonRequest method.
req, resp := client.ListAmortizedCostBillMonthlyCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListAmortizedCostBillMonthlyCommonWithContext ¶ added in v1.0.116
func (c *BILLING) ListAmortizedCostBillMonthlyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListAmortizedCostBillMonthlyCommonWithContext is the same as ListAmortizedCostBillMonthlyCommon with the addition of the ability to pass a context and additional request options.
See ListAmortizedCostBillMonthlyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListAmortizedCostBillMonthlyRequest ¶ added in v1.0.116
func (c *BILLING) ListAmortizedCostBillMonthlyRequest(input *ListAmortizedCostBillMonthlyInput) (req *request.Request, output *ListAmortizedCostBillMonthlyOutput)
ListAmortizedCostBillMonthlyRequest generates a "volcengine/request.Request" representing the client's request for the ListAmortizedCostBillMonthly operation. The "output" return value will be populated with the ListAmortizedCostBillMonthlyCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAmortizedCostBillMonthlyCommon Request to send the API call to the service. the "output" return value is not valid until after ListAmortizedCostBillMonthlyCommon Send returns without error.
See ListAmortizedCostBillMonthly for more information on using the ListAmortizedCostBillMonthly API call, and error handling.
// Example sending a request using the ListAmortizedCostBillMonthlyRequest method.
req, resp := client.ListAmortizedCostBillMonthlyRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListAmortizedCostBillMonthlyWithContext ¶ added in v1.0.116
func (c *BILLING) ListAmortizedCostBillMonthlyWithContext(ctx volcengine.Context, input *ListAmortizedCostBillMonthlyInput, opts ...request.Option) (*ListAmortizedCostBillMonthlyOutput, error)
ListAmortizedCostBillMonthlyWithContext is the same as ListAmortizedCostBillMonthly with the addition of the ability to pass a context and additional request options.
See ListAmortizedCostBillMonthly for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListAvailableInstances ¶ added in v1.0.152
func (c *BILLING) ListAvailableInstances(input *ListAvailableInstancesInput) (*ListAvailableInstancesOutput, error)
ListAvailableInstances API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListAvailableInstances for usage and error information.
func (*BILLING) ListAvailableInstancesCommon ¶ added in v1.0.152
func (c *BILLING) ListAvailableInstancesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListAvailableInstancesCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListAvailableInstancesCommon for usage and error information.
func (*BILLING) ListAvailableInstancesCommonRequest ¶ added in v1.0.152
func (c *BILLING) ListAvailableInstancesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListAvailableInstancesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListAvailableInstancesCommon operation. The "output" return value will be populated with the ListAvailableInstancesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAvailableInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after ListAvailableInstancesCommon Send returns without error.
See ListAvailableInstancesCommon for more information on using the ListAvailableInstancesCommon API call, and error handling.
// Example sending a request using the ListAvailableInstancesCommonRequest method.
req, resp := client.ListAvailableInstancesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListAvailableInstancesCommonWithContext ¶ added in v1.0.152
func (c *BILLING) ListAvailableInstancesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListAvailableInstancesCommonWithContext is the same as ListAvailableInstancesCommon with the addition of the ability to pass a context and additional request options.
See ListAvailableInstancesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListAvailableInstancesRequest ¶ added in v1.0.152
func (c *BILLING) ListAvailableInstancesRequest(input *ListAvailableInstancesInput) (req *request.Request, output *ListAvailableInstancesOutput)
ListAvailableInstancesRequest generates a "volcengine/request.Request" representing the client's request for the ListAvailableInstances operation. The "output" return value will be populated with the ListAvailableInstancesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAvailableInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after ListAvailableInstancesCommon Send returns without error.
See ListAvailableInstances for more information on using the ListAvailableInstances API call, and error handling.
// Example sending a request using the ListAvailableInstancesRequest method.
req, resp := client.ListAvailableInstancesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListAvailableInstancesWithContext ¶ added in v1.0.152
func (c *BILLING) ListAvailableInstancesWithContext(ctx volcengine.Context, input *ListAvailableInstancesInput, opts ...request.Option) (*ListAvailableInstancesOutput, error)
ListAvailableInstancesWithContext is the same as ListAvailableInstances with the addition of the ability to pass a context and additional request options.
See ListAvailableInstances for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBill ¶ added in v1.0.116
func (c *BILLING) ListBill(input *ListBillInput) (*ListBillOutput, error)
ListBill API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBill for usage and error information.
func (*BILLING) ListBillCommon ¶ added in v1.0.116
ListBillCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBillCommon for usage and error information.
func (*BILLING) ListBillCommonRequest ¶ added in v1.0.116
func (c *BILLING) ListBillCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListBillCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListBillCommon operation. The "output" return value will be populated with the ListBillCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBillCommon Request to send the API call to the service. the "output" return value is not valid until after ListBillCommon Send returns without error.
See ListBillCommon for more information on using the ListBillCommon API call, and error handling.
// Example sending a request using the ListBillCommonRequest method.
req, resp := client.ListBillCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBillCommonWithContext ¶ added in v1.0.116
func (c *BILLING) ListBillCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListBillCommonWithContext is the same as ListBillCommon with the addition of the ability to pass a context and additional request options.
See ListBillCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBillDetail ¶ added in v1.0.116
func (c *BILLING) ListBillDetail(input *ListBillDetailInput) (*ListBillDetailOutput, error)
ListBillDetail API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBillDetail for usage and error information.
func (*BILLING) ListBillDetailCommon ¶ added in v1.0.116
func (c *BILLING) ListBillDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListBillDetailCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBillDetailCommon for usage and error information.
func (*BILLING) ListBillDetailCommonRequest ¶ added in v1.0.116
func (c *BILLING) ListBillDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListBillDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListBillDetailCommon operation. The "output" return value will be populated with the ListBillDetailCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBillDetailCommon Request to send the API call to the service. the "output" return value is not valid until after ListBillDetailCommon Send returns without error.
See ListBillDetailCommon for more information on using the ListBillDetailCommon API call, and error handling.
// Example sending a request using the ListBillDetailCommonRequest method.
req, resp := client.ListBillDetailCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBillDetailCommonWithContext ¶ added in v1.0.116
func (c *BILLING) ListBillDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListBillDetailCommonWithContext is the same as ListBillDetailCommon with the addition of the ability to pass a context and additional request options.
See ListBillDetailCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBillDetailRequest ¶ added in v1.0.116
func (c *BILLING) ListBillDetailRequest(input *ListBillDetailInput) (req *request.Request, output *ListBillDetailOutput)
ListBillDetailRequest generates a "volcengine/request.Request" representing the client's request for the ListBillDetail operation. The "output" return value will be populated with the ListBillDetailCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBillDetailCommon Request to send the API call to the service. the "output" return value is not valid until after ListBillDetailCommon Send returns without error.
See ListBillDetail for more information on using the ListBillDetail API call, and error handling.
// Example sending a request using the ListBillDetailRequest method.
req, resp := client.ListBillDetailRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBillDetailWithContext ¶ added in v1.0.116
func (c *BILLING) ListBillDetailWithContext(ctx volcengine.Context, input *ListBillDetailInput, opts ...request.Option) (*ListBillDetailOutput, error)
ListBillDetailWithContext is the same as ListBillDetail with the addition of the ability to pass a context and additional request options.
See ListBillDetail for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBillOverviewByCategory ¶ added in v1.0.116
func (c *BILLING) ListBillOverviewByCategory(input *ListBillOverviewByCategoryInput) (*ListBillOverviewByCategoryOutput, error)
ListBillOverviewByCategory API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBillOverviewByCategory for usage and error information.
func (*BILLING) ListBillOverviewByCategoryCommon ¶ added in v1.0.116
func (c *BILLING) ListBillOverviewByCategoryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListBillOverviewByCategoryCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBillOverviewByCategoryCommon for usage and error information.
func (*BILLING) ListBillOverviewByCategoryCommonRequest ¶ added in v1.0.116
func (c *BILLING) ListBillOverviewByCategoryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListBillOverviewByCategoryCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListBillOverviewByCategoryCommon operation. The "output" return value will be populated with the ListBillOverviewByCategoryCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBillOverviewByCategoryCommon Request to send the API call to the service. the "output" return value is not valid until after ListBillOverviewByCategoryCommon Send returns without error.
See ListBillOverviewByCategoryCommon for more information on using the ListBillOverviewByCategoryCommon API call, and error handling.
// Example sending a request using the ListBillOverviewByCategoryCommonRequest method.
req, resp := client.ListBillOverviewByCategoryCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBillOverviewByCategoryCommonWithContext ¶ added in v1.0.116
func (c *BILLING) ListBillOverviewByCategoryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListBillOverviewByCategoryCommonWithContext is the same as ListBillOverviewByCategoryCommon with the addition of the ability to pass a context and additional request options.
See ListBillOverviewByCategoryCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBillOverviewByCategoryRequest ¶ added in v1.0.116
func (c *BILLING) ListBillOverviewByCategoryRequest(input *ListBillOverviewByCategoryInput) (req *request.Request, output *ListBillOverviewByCategoryOutput)
ListBillOverviewByCategoryRequest generates a "volcengine/request.Request" representing the client's request for the ListBillOverviewByCategory operation. The "output" return value will be populated with the ListBillOverviewByCategoryCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBillOverviewByCategoryCommon Request to send the API call to the service. the "output" return value is not valid until after ListBillOverviewByCategoryCommon Send returns without error.
See ListBillOverviewByCategory for more information on using the ListBillOverviewByCategory API call, and error handling.
// Example sending a request using the ListBillOverviewByCategoryRequest method.
req, resp := client.ListBillOverviewByCategoryRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBillOverviewByCategoryWithContext ¶ added in v1.0.116
func (c *BILLING) ListBillOverviewByCategoryWithContext(ctx volcengine.Context, input *ListBillOverviewByCategoryInput, opts ...request.Option) (*ListBillOverviewByCategoryOutput, error)
ListBillOverviewByCategoryWithContext is the same as ListBillOverviewByCategory with the addition of the ability to pass a context and additional request options.
See ListBillOverviewByCategory for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBillOverviewByProd ¶ added in v1.0.116
func (c *BILLING) ListBillOverviewByProd(input *ListBillOverviewByProdInput) (*ListBillOverviewByProdOutput, error)
ListBillOverviewByProd API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBillOverviewByProd for usage and error information.
func (*BILLING) ListBillOverviewByProdCommon ¶ added in v1.0.116
func (c *BILLING) ListBillOverviewByProdCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListBillOverviewByProdCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBillOverviewByProdCommon for usage and error information.
func (*BILLING) ListBillOverviewByProdCommonRequest ¶ added in v1.0.116
func (c *BILLING) ListBillOverviewByProdCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListBillOverviewByProdCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListBillOverviewByProdCommon operation. The "output" return value will be populated with the ListBillOverviewByProdCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBillOverviewByProdCommon Request to send the API call to the service. the "output" return value is not valid until after ListBillOverviewByProdCommon Send returns without error.
See ListBillOverviewByProdCommon for more information on using the ListBillOverviewByProdCommon API call, and error handling.
// Example sending a request using the ListBillOverviewByProdCommonRequest method.
req, resp := client.ListBillOverviewByProdCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBillOverviewByProdCommonWithContext ¶ added in v1.0.116
func (c *BILLING) ListBillOverviewByProdCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListBillOverviewByProdCommonWithContext is the same as ListBillOverviewByProdCommon with the addition of the ability to pass a context and additional request options.
See ListBillOverviewByProdCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBillOverviewByProdRequest ¶ added in v1.0.116
func (c *BILLING) ListBillOverviewByProdRequest(input *ListBillOverviewByProdInput) (req *request.Request, output *ListBillOverviewByProdOutput)
ListBillOverviewByProdRequest generates a "volcengine/request.Request" representing the client's request for the ListBillOverviewByProd operation. The "output" return value will be populated with the ListBillOverviewByProdCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBillOverviewByProdCommon Request to send the API call to the service. the "output" return value is not valid until after ListBillOverviewByProdCommon Send returns without error.
See ListBillOverviewByProd for more information on using the ListBillOverviewByProd API call, and error handling.
// Example sending a request using the ListBillOverviewByProdRequest method.
req, resp := client.ListBillOverviewByProdRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBillOverviewByProdWithContext ¶ added in v1.0.116
func (c *BILLING) ListBillOverviewByProdWithContext(ctx volcengine.Context, input *ListBillOverviewByProdInput, opts ...request.Option) (*ListBillOverviewByProdOutput, error)
ListBillOverviewByProdWithContext is the same as ListBillOverviewByProd with the addition of the ability to pass a context and additional request options.
See ListBillOverviewByProd for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBillRequest ¶ added in v1.0.116
func (c *BILLING) ListBillRequest(input *ListBillInput) (req *request.Request, output *ListBillOutput)
ListBillRequest generates a "volcengine/request.Request" representing the client's request for the ListBill operation. The "output" return value will be populated with the ListBillCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBillCommon Request to send the API call to the service. the "output" return value is not valid until after ListBillCommon Send returns without error.
See ListBill for more information on using the ListBill API call, and error handling.
// Example sending a request using the ListBillRequest method.
req, resp := client.ListBillRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBillWithContext ¶ added in v1.0.116
func (c *BILLING) ListBillWithContext(ctx volcengine.Context, input *ListBillInput, opts ...request.Option) (*ListBillOutput, error)
ListBillWithContext is the same as ListBill with the addition of the ability to pass a context and additional request options.
See ListBill for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudget ¶ added in v1.1.41
func (c *BILLING) ListBudget(input *ListBudgetInput) (*ListBudgetOutput, error)
ListBudget API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudget for usage and error information.
func (*BILLING) ListBudgetAmountByBudgetID ¶ added in v1.1.41
func (c *BILLING) ListBudgetAmountByBudgetID(input *ListBudgetAmountByBudgetIDInput) (*ListBudgetAmountByBudgetIDOutput, error)
ListBudgetAmountByBudgetID API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetAmountByBudgetID for usage and error information.
func (*BILLING) ListBudgetAmountByBudgetIDCommon ¶ added in v1.1.41
func (c *BILLING) ListBudgetAmountByBudgetIDCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListBudgetAmountByBudgetIDCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetAmountByBudgetIDCommon for usage and error information.
func (*BILLING) ListBudgetAmountByBudgetIDCommonRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetAmountByBudgetIDCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListBudgetAmountByBudgetIDCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetAmountByBudgetIDCommon operation. The "output" return value will be populated with the ListBudgetAmountByBudgetIDCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetAmountByBudgetIDCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetAmountByBudgetIDCommon Send returns without error.
See ListBudgetAmountByBudgetIDCommon for more information on using the ListBudgetAmountByBudgetIDCommon API call, and error handling.
// Example sending a request using the ListBudgetAmountByBudgetIDCommonRequest method.
req, resp := client.ListBudgetAmountByBudgetIDCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetAmountByBudgetIDCommonWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetAmountByBudgetIDCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListBudgetAmountByBudgetIDCommonWithContext is the same as ListBudgetAmountByBudgetIDCommon with the addition of the ability to pass a context and additional request options.
See ListBudgetAmountByBudgetIDCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetAmountByBudgetIDRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetAmountByBudgetIDRequest(input *ListBudgetAmountByBudgetIDInput) (req *request.Request, output *ListBudgetAmountByBudgetIDOutput)
ListBudgetAmountByBudgetIDRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetAmountByBudgetID operation. The "output" return value will be populated with the ListBudgetAmountByBudgetIDCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetAmountByBudgetIDCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetAmountByBudgetIDCommon Send returns without error.
See ListBudgetAmountByBudgetID for more information on using the ListBudgetAmountByBudgetID API call, and error handling.
// Example sending a request using the ListBudgetAmountByBudgetIDRequest method.
req, resp := client.ListBudgetAmountByBudgetIDRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetAmountByBudgetIDWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetAmountByBudgetIDWithContext(ctx volcengine.Context, input *ListBudgetAmountByBudgetIDInput, opts ...request.Option) (*ListBudgetAmountByBudgetIDOutput, error)
ListBudgetAmountByBudgetIDWithContext is the same as ListBudgetAmountByBudgetID with the addition of the ability to pass a context and additional request options.
See ListBudgetAmountByBudgetID for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetCommon ¶ added in v1.1.41
ListBudgetCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetCommon for usage and error information.
func (*BILLING) ListBudgetCommonRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListBudgetCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetCommon operation. The "output" return value will be populated with the ListBudgetCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetCommon Send returns without error.
See ListBudgetCommon for more information on using the ListBudgetCommon API call, and error handling.
// Example sending a request using the ListBudgetCommonRequest method.
req, resp := client.ListBudgetCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetCommonWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListBudgetCommonWithContext is the same as ListBudgetCommon with the addition of the ability to pass a context and additional request options.
See ListBudgetCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetFilterBillingMode ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterBillingMode(input *ListBudgetFilterBillingModeInput) (*ListBudgetFilterBillingModeOutput, error)
ListBudgetFilterBillingMode API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetFilterBillingMode for usage and error information.
func (*BILLING) ListBudgetFilterBillingModeCommon ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterBillingModeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListBudgetFilterBillingModeCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetFilterBillingModeCommon for usage and error information.
func (*BILLING) ListBudgetFilterBillingModeCommonRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterBillingModeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListBudgetFilterBillingModeCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetFilterBillingModeCommon operation. The "output" return value will be populated with the ListBudgetFilterBillingModeCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetFilterBillingModeCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetFilterBillingModeCommon Send returns without error.
See ListBudgetFilterBillingModeCommon for more information on using the ListBudgetFilterBillingModeCommon API call, and error handling.
// Example sending a request using the ListBudgetFilterBillingModeCommonRequest method.
req, resp := client.ListBudgetFilterBillingModeCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetFilterBillingModeCommonWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterBillingModeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListBudgetFilterBillingModeCommonWithContext is the same as ListBudgetFilterBillingModeCommon with the addition of the ability to pass a context and additional request options.
See ListBudgetFilterBillingModeCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetFilterBillingModeRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterBillingModeRequest(input *ListBudgetFilterBillingModeInput) (req *request.Request, output *ListBudgetFilterBillingModeOutput)
ListBudgetFilterBillingModeRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetFilterBillingMode operation. The "output" return value will be populated with the ListBudgetFilterBillingModeCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetFilterBillingModeCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetFilterBillingModeCommon Send returns without error.
See ListBudgetFilterBillingMode for more information on using the ListBudgetFilterBillingMode API call, and error handling.
// Example sending a request using the ListBudgetFilterBillingModeRequest method.
req, resp := client.ListBudgetFilterBillingModeRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetFilterBillingModeWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterBillingModeWithContext(ctx volcengine.Context, input *ListBudgetFilterBillingModeInput, opts ...request.Option) (*ListBudgetFilterBillingModeOutput, error)
ListBudgetFilterBillingModeWithContext is the same as ListBudgetFilterBillingMode with the addition of the ability to pass a context and additional request options.
See ListBudgetFilterBillingMode for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetFilterOwnerID ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterOwnerID(input *ListBudgetFilterOwnerIDInput) (*ListBudgetFilterOwnerIDOutput, error)
ListBudgetFilterOwnerID API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetFilterOwnerID for usage and error information.
func (*BILLING) ListBudgetFilterOwnerIDCommon ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterOwnerIDCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListBudgetFilterOwnerIDCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetFilterOwnerIDCommon for usage and error information.
func (*BILLING) ListBudgetFilterOwnerIDCommonRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterOwnerIDCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListBudgetFilterOwnerIDCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetFilterOwnerIDCommon operation. The "output" return value will be populated with the ListBudgetFilterOwnerIDCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetFilterOwnerIDCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetFilterOwnerIDCommon Send returns without error.
See ListBudgetFilterOwnerIDCommon for more information on using the ListBudgetFilterOwnerIDCommon API call, and error handling.
// Example sending a request using the ListBudgetFilterOwnerIDCommonRequest method.
req, resp := client.ListBudgetFilterOwnerIDCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetFilterOwnerIDCommonWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterOwnerIDCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListBudgetFilterOwnerIDCommonWithContext is the same as ListBudgetFilterOwnerIDCommon with the addition of the ability to pass a context and additional request options.
See ListBudgetFilterOwnerIDCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetFilterOwnerIDRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterOwnerIDRequest(input *ListBudgetFilterOwnerIDInput) (req *request.Request, output *ListBudgetFilterOwnerIDOutput)
ListBudgetFilterOwnerIDRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetFilterOwnerID operation. The "output" return value will be populated with the ListBudgetFilterOwnerIDCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetFilterOwnerIDCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetFilterOwnerIDCommon Send returns without error.
See ListBudgetFilterOwnerID for more information on using the ListBudgetFilterOwnerID API call, and error handling.
// Example sending a request using the ListBudgetFilterOwnerIDRequest method.
req, resp := client.ListBudgetFilterOwnerIDRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetFilterOwnerIDWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterOwnerIDWithContext(ctx volcengine.Context, input *ListBudgetFilterOwnerIDInput, opts ...request.Option) (*ListBudgetFilterOwnerIDOutput, error)
ListBudgetFilterOwnerIDWithContext is the same as ListBudgetFilterOwnerID with the addition of the ability to pass a context and additional request options.
See ListBudgetFilterOwnerID for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetFilterPayerID ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterPayerID(input *ListBudgetFilterPayerIDInput) (*ListBudgetFilterPayerIDOutput, error)
ListBudgetFilterPayerID API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetFilterPayerID for usage and error information.
func (*BILLING) ListBudgetFilterPayerIDCommon ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterPayerIDCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListBudgetFilterPayerIDCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetFilterPayerIDCommon for usage and error information.
func (*BILLING) ListBudgetFilterPayerIDCommonRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterPayerIDCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListBudgetFilterPayerIDCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetFilterPayerIDCommon operation. The "output" return value will be populated with the ListBudgetFilterPayerIDCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetFilterPayerIDCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetFilterPayerIDCommon Send returns without error.
See ListBudgetFilterPayerIDCommon for more information on using the ListBudgetFilterPayerIDCommon API call, and error handling.
// Example sending a request using the ListBudgetFilterPayerIDCommonRequest method.
req, resp := client.ListBudgetFilterPayerIDCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetFilterPayerIDCommonWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterPayerIDCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListBudgetFilterPayerIDCommonWithContext is the same as ListBudgetFilterPayerIDCommon with the addition of the ability to pass a context and additional request options.
See ListBudgetFilterPayerIDCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetFilterPayerIDRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterPayerIDRequest(input *ListBudgetFilterPayerIDInput) (req *request.Request, output *ListBudgetFilterPayerIDOutput)
ListBudgetFilterPayerIDRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetFilterPayerID operation. The "output" return value will be populated with the ListBudgetFilterPayerIDCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetFilterPayerIDCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetFilterPayerIDCommon Send returns without error.
See ListBudgetFilterPayerID for more information on using the ListBudgetFilterPayerID API call, and error handling.
// Example sending a request using the ListBudgetFilterPayerIDRequest method.
req, resp := client.ListBudgetFilterPayerIDRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetFilterPayerIDWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterPayerIDWithContext(ctx volcengine.Context, input *ListBudgetFilterPayerIDInput, opts ...request.Option) (*ListBudgetFilterPayerIDOutput, error)
ListBudgetFilterPayerIDWithContext is the same as ListBudgetFilterPayerID with the addition of the ability to pass a context and additional request options.
See ListBudgetFilterPayerID for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetFilterProduct ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterProduct(input *ListBudgetFilterProductInput) (*ListBudgetFilterProductOutput, error)
ListBudgetFilterProduct API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetFilterProduct for usage and error information.
func (*BILLING) ListBudgetFilterProductCommon ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterProductCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListBudgetFilterProductCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetFilterProductCommon for usage and error information.
func (*BILLING) ListBudgetFilterProductCommonRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterProductCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListBudgetFilterProductCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetFilterProductCommon operation. The "output" return value will be populated with the ListBudgetFilterProductCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetFilterProductCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetFilterProductCommon Send returns without error.
See ListBudgetFilterProductCommon for more information on using the ListBudgetFilterProductCommon API call, and error handling.
// Example sending a request using the ListBudgetFilterProductCommonRequest method.
req, resp := client.ListBudgetFilterProductCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetFilterProductCommonWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterProductCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListBudgetFilterProductCommonWithContext is the same as ListBudgetFilterProductCommon with the addition of the ability to pass a context and additional request options.
See ListBudgetFilterProductCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetFilterProductRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterProductRequest(input *ListBudgetFilterProductInput) (req *request.Request, output *ListBudgetFilterProductOutput)
ListBudgetFilterProductRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetFilterProduct operation. The "output" return value will be populated with the ListBudgetFilterProductCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetFilterProductCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetFilterProductCommon Send returns without error.
See ListBudgetFilterProduct for more information on using the ListBudgetFilterProduct API call, and error handling.
// Example sending a request using the ListBudgetFilterProductRequest method.
req, resp := client.ListBudgetFilterProductRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetFilterProductWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterProductWithContext(ctx volcengine.Context, input *ListBudgetFilterProductInput, opts ...request.Option) (*ListBudgetFilterProductOutput, error)
ListBudgetFilterProductWithContext is the same as ListBudgetFilterProduct with the addition of the ability to pass a context and additional request options.
See ListBudgetFilterProduct for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetFilterProject ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterProject(input *ListBudgetFilterProjectInput) (*ListBudgetFilterProjectOutput, error)
ListBudgetFilterProject API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetFilterProject for usage and error information.
func (*BILLING) ListBudgetFilterProjectCommon ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListBudgetFilterProjectCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetFilterProjectCommon for usage and error information.
func (*BILLING) ListBudgetFilterProjectCommonRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterProjectCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListBudgetFilterProjectCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetFilterProjectCommon operation. The "output" return value will be populated with the ListBudgetFilterProjectCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetFilterProjectCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetFilterProjectCommon Send returns without error.
See ListBudgetFilterProjectCommon for more information on using the ListBudgetFilterProjectCommon API call, and error handling.
// Example sending a request using the ListBudgetFilterProjectCommonRequest method.
req, resp := client.ListBudgetFilterProjectCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetFilterProjectCommonWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterProjectCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListBudgetFilterProjectCommonWithContext is the same as ListBudgetFilterProjectCommon with the addition of the ability to pass a context and additional request options.
See ListBudgetFilterProjectCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetFilterProjectRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterProjectRequest(input *ListBudgetFilterProjectInput) (req *request.Request, output *ListBudgetFilterProjectOutput)
ListBudgetFilterProjectRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetFilterProject operation. The "output" return value will be populated with the ListBudgetFilterProjectCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetFilterProjectCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetFilterProjectCommon Send returns without error.
See ListBudgetFilterProject for more information on using the ListBudgetFilterProject API call, and error handling.
// Example sending a request using the ListBudgetFilterProjectRequest method.
req, resp := client.ListBudgetFilterProjectRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetFilterProjectWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterProjectWithContext(ctx volcengine.Context, input *ListBudgetFilterProjectInput, opts ...request.Option) (*ListBudgetFilterProjectOutput, error)
ListBudgetFilterProjectWithContext is the same as ListBudgetFilterProject with the addition of the ability to pass a context and additional request options.
See ListBudgetFilterProject for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetFilterRegionCode ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterRegionCode(input *ListBudgetFilterRegionCodeInput) (*ListBudgetFilterRegionCodeOutput, error)
ListBudgetFilterRegionCode API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetFilterRegionCode for usage and error information.
func (*BILLING) ListBudgetFilterRegionCodeCommon ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterRegionCodeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListBudgetFilterRegionCodeCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetFilterRegionCodeCommon for usage and error information.
func (*BILLING) ListBudgetFilterRegionCodeCommonRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterRegionCodeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListBudgetFilterRegionCodeCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetFilterRegionCodeCommon operation. The "output" return value will be populated with the ListBudgetFilterRegionCodeCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetFilterRegionCodeCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetFilterRegionCodeCommon Send returns without error.
See ListBudgetFilterRegionCodeCommon for more information on using the ListBudgetFilterRegionCodeCommon API call, and error handling.
// Example sending a request using the ListBudgetFilterRegionCodeCommonRequest method.
req, resp := client.ListBudgetFilterRegionCodeCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetFilterRegionCodeCommonWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterRegionCodeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListBudgetFilterRegionCodeCommonWithContext is the same as ListBudgetFilterRegionCodeCommon with the addition of the ability to pass a context and additional request options.
See ListBudgetFilterRegionCodeCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetFilterRegionCodeRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterRegionCodeRequest(input *ListBudgetFilterRegionCodeInput) (req *request.Request, output *ListBudgetFilterRegionCodeOutput)
ListBudgetFilterRegionCodeRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetFilterRegionCode operation. The "output" return value will be populated with the ListBudgetFilterRegionCodeCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetFilterRegionCodeCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetFilterRegionCodeCommon Send returns without error.
See ListBudgetFilterRegionCode for more information on using the ListBudgetFilterRegionCode API call, and error handling.
// Example sending a request using the ListBudgetFilterRegionCodeRequest method.
req, resp := client.ListBudgetFilterRegionCodeRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetFilterRegionCodeWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterRegionCodeWithContext(ctx volcengine.Context, input *ListBudgetFilterRegionCodeInput, opts ...request.Option) (*ListBudgetFilterRegionCodeOutput, error)
ListBudgetFilterRegionCodeWithContext is the same as ListBudgetFilterRegionCode with the addition of the ability to pass a context and additional request options.
See ListBudgetFilterRegionCode for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetFilterSubjectInfo ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterSubjectInfo(input *ListBudgetFilterSubjectInfoInput) (*ListBudgetFilterSubjectInfoOutput, error)
ListBudgetFilterSubjectInfo API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetFilterSubjectInfo for usage and error information.
func (*BILLING) ListBudgetFilterSubjectInfoCommon ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterSubjectInfoCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListBudgetFilterSubjectInfoCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetFilterSubjectInfoCommon for usage and error information.
func (*BILLING) ListBudgetFilterSubjectInfoCommonRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterSubjectInfoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListBudgetFilterSubjectInfoCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetFilterSubjectInfoCommon operation. The "output" return value will be populated with the ListBudgetFilterSubjectInfoCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetFilterSubjectInfoCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetFilterSubjectInfoCommon Send returns without error.
See ListBudgetFilterSubjectInfoCommon for more information on using the ListBudgetFilterSubjectInfoCommon API call, and error handling.
// Example sending a request using the ListBudgetFilterSubjectInfoCommonRequest method.
req, resp := client.ListBudgetFilterSubjectInfoCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetFilterSubjectInfoCommonWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterSubjectInfoCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListBudgetFilterSubjectInfoCommonWithContext is the same as ListBudgetFilterSubjectInfoCommon with the addition of the ability to pass a context and additional request options.
See ListBudgetFilterSubjectInfoCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetFilterSubjectInfoRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterSubjectInfoRequest(input *ListBudgetFilterSubjectInfoInput) (req *request.Request, output *ListBudgetFilterSubjectInfoOutput)
ListBudgetFilterSubjectInfoRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetFilterSubjectInfo operation. The "output" return value will be populated with the ListBudgetFilterSubjectInfoCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetFilterSubjectInfoCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetFilterSubjectInfoCommon Send returns without error.
See ListBudgetFilterSubjectInfo for more information on using the ListBudgetFilterSubjectInfo API call, and error handling.
// Example sending a request using the ListBudgetFilterSubjectInfoRequest method.
req, resp := client.ListBudgetFilterSubjectInfoRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetFilterSubjectInfoWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterSubjectInfoWithContext(ctx volcengine.Context, input *ListBudgetFilterSubjectInfoInput, opts ...request.Option) (*ListBudgetFilterSubjectInfoOutput, error)
ListBudgetFilterSubjectInfoWithContext is the same as ListBudgetFilterSubjectInfo with the addition of the ability to pass a context and additional request options.
See ListBudgetFilterSubjectInfo for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetFilterTagKey ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterTagKey(input *ListBudgetFilterTagKeyInput) (*ListBudgetFilterTagKeyOutput, error)
ListBudgetFilterTagKey API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetFilterTagKey for usage and error information.
func (*BILLING) ListBudgetFilterTagKeyCommon ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterTagKeyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListBudgetFilterTagKeyCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetFilterTagKeyCommon for usage and error information.
func (*BILLING) ListBudgetFilterTagKeyCommonRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterTagKeyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListBudgetFilterTagKeyCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetFilterTagKeyCommon operation. The "output" return value will be populated with the ListBudgetFilterTagKeyCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetFilterTagKeyCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetFilterTagKeyCommon Send returns without error.
See ListBudgetFilterTagKeyCommon for more information on using the ListBudgetFilterTagKeyCommon API call, and error handling.
// Example sending a request using the ListBudgetFilterTagKeyCommonRequest method.
req, resp := client.ListBudgetFilterTagKeyCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetFilterTagKeyCommonWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterTagKeyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListBudgetFilterTagKeyCommonWithContext is the same as ListBudgetFilterTagKeyCommon with the addition of the ability to pass a context and additional request options.
See ListBudgetFilterTagKeyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetFilterTagKeyRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterTagKeyRequest(input *ListBudgetFilterTagKeyInput) (req *request.Request, output *ListBudgetFilterTagKeyOutput)
ListBudgetFilterTagKeyRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetFilterTagKey operation. The "output" return value will be populated with the ListBudgetFilterTagKeyCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetFilterTagKeyCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetFilterTagKeyCommon Send returns without error.
See ListBudgetFilterTagKey for more information on using the ListBudgetFilterTagKey API call, and error handling.
// Example sending a request using the ListBudgetFilterTagKeyRequest method.
req, resp := client.ListBudgetFilterTagKeyRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetFilterTagKeyWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterTagKeyWithContext(ctx volcengine.Context, input *ListBudgetFilterTagKeyInput, opts ...request.Option) (*ListBudgetFilterTagKeyOutput, error)
ListBudgetFilterTagKeyWithContext is the same as ListBudgetFilterTagKey with the addition of the ability to pass a context and additional request options.
See ListBudgetFilterTagKey for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetFilterTagValue ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterTagValue(input *ListBudgetFilterTagValueInput) (*ListBudgetFilterTagValueOutput, error)
ListBudgetFilterTagValue API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetFilterTagValue for usage and error information.
func (*BILLING) ListBudgetFilterTagValueCommon ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterTagValueCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListBudgetFilterTagValueCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetFilterTagValueCommon for usage and error information.
func (*BILLING) ListBudgetFilterTagValueCommonRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterTagValueCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListBudgetFilterTagValueCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetFilterTagValueCommon operation. The "output" return value will be populated with the ListBudgetFilterTagValueCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetFilterTagValueCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetFilterTagValueCommon Send returns without error.
See ListBudgetFilterTagValueCommon for more information on using the ListBudgetFilterTagValueCommon API call, and error handling.
// Example sending a request using the ListBudgetFilterTagValueCommonRequest method.
req, resp := client.ListBudgetFilterTagValueCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetFilterTagValueCommonWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterTagValueCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListBudgetFilterTagValueCommonWithContext is the same as ListBudgetFilterTagValueCommon with the addition of the ability to pass a context and additional request options.
See ListBudgetFilterTagValueCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetFilterTagValueRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterTagValueRequest(input *ListBudgetFilterTagValueInput) (req *request.Request, output *ListBudgetFilterTagValueOutput)
ListBudgetFilterTagValueRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetFilterTagValue operation. The "output" return value will be populated with the ListBudgetFilterTagValueCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetFilterTagValueCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetFilterTagValueCommon Send returns without error.
See ListBudgetFilterTagValue for more information on using the ListBudgetFilterTagValue API call, and error handling.
// Example sending a request using the ListBudgetFilterTagValueRequest method.
req, resp := client.ListBudgetFilterTagValueRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetFilterTagValueWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterTagValueWithContext(ctx volcengine.Context, input *ListBudgetFilterTagValueInput, opts ...request.Option) (*ListBudgetFilterTagValueOutput, error)
ListBudgetFilterTagValueWithContext is the same as ListBudgetFilterTagValue with the addition of the ability to pass a context and additional request options.
See ListBudgetFilterTagValue for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetFilterZoneCode ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterZoneCode(input *ListBudgetFilterZoneCodeInput) (*ListBudgetFilterZoneCodeOutput, error)
ListBudgetFilterZoneCode API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetFilterZoneCode for usage and error information.
func (*BILLING) ListBudgetFilterZoneCodeCommon ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterZoneCodeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListBudgetFilterZoneCodeCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListBudgetFilterZoneCodeCommon for usage and error information.
func (*BILLING) ListBudgetFilterZoneCodeCommonRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterZoneCodeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListBudgetFilterZoneCodeCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetFilterZoneCodeCommon operation. The "output" return value will be populated with the ListBudgetFilterZoneCodeCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetFilterZoneCodeCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetFilterZoneCodeCommon Send returns without error.
See ListBudgetFilterZoneCodeCommon for more information on using the ListBudgetFilterZoneCodeCommon API call, and error handling.
// Example sending a request using the ListBudgetFilterZoneCodeCommonRequest method.
req, resp := client.ListBudgetFilterZoneCodeCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetFilterZoneCodeCommonWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterZoneCodeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListBudgetFilterZoneCodeCommonWithContext is the same as ListBudgetFilterZoneCodeCommon with the addition of the ability to pass a context and additional request options.
See ListBudgetFilterZoneCodeCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetFilterZoneCodeRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterZoneCodeRequest(input *ListBudgetFilterZoneCodeInput) (req *request.Request, output *ListBudgetFilterZoneCodeOutput)
ListBudgetFilterZoneCodeRequest generates a "volcengine/request.Request" representing the client's request for the ListBudgetFilterZoneCode operation. The "output" return value will be populated with the ListBudgetFilterZoneCodeCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetFilterZoneCodeCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetFilterZoneCodeCommon Send returns without error.
See ListBudgetFilterZoneCode for more information on using the ListBudgetFilterZoneCode API call, and error handling.
// Example sending a request using the ListBudgetFilterZoneCodeRequest method.
req, resp := client.ListBudgetFilterZoneCodeRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetFilterZoneCodeWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetFilterZoneCodeWithContext(ctx volcengine.Context, input *ListBudgetFilterZoneCodeInput, opts ...request.Option) (*ListBudgetFilterZoneCodeOutput, error)
ListBudgetFilterZoneCodeWithContext is the same as ListBudgetFilterZoneCode with the addition of the ability to pass a context and additional request options.
See ListBudgetFilterZoneCode for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListBudgetRequest ¶ added in v1.1.41
func (c *BILLING) ListBudgetRequest(input *ListBudgetInput) (req *request.Request, output *ListBudgetOutput)
ListBudgetRequest generates a "volcengine/request.Request" representing the client's request for the ListBudget operation. The "output" return value will be populated with the ListBudgetCommon request's response once the request completes successfully.
Use "Send" method on the returned ListBudgetCommon Request to send the API call to the service. the "output" return value is not valid until after ListBudgetCommon Send returns without error.
See ListBudget for more information on using the ListBudget API call, and error handling.
// Example sending a request using the ListBudgetRequest method.
req, resp := client.ListBudgetRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListBudgetWithContext ¶ added in v1.1.41
func (c *BILLING) ListBudgetWithContext(ctx volcengine.Context, input *ListBudgetInput, opts ...request.Option) (*ListBudgetOutput, error)
ListBudgetWithContext is the same as ListBudget with the addition of the ability to pass a context and additional request options.
See ListBudget for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListCouponUsageRecords ¶ added in v1.1.28
func (c *BILLING) ListCouponUsageRecords(input *ListCouponUsageRecordsInput) (*ListCouponUsageRecordsOutput, error)
ListCouponUsageRecords API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListCouponUsageRecords for usage and error information.
func (*BILLING) ListCouponUsageRecordsCommon ¶ added in v1.1.28
func (c *BILLING) ListCouponUsageRecordsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListCouponUsageRecordsCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListCouponUsageRecordsCommon for usage and error information.
func (*BILLING) ListCouponUsageRecordsCommonRequest ¶ added in v1.1.28
func (c *BILLING) ListCouponUsageRecordsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListCouponUsageRecordsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListCouponUsageRecordsCommon operation. The "output" return value will be populated with the ListCouponUsageRecordsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListCouponUsageRecordsCommon Request to send the API call to the service. the "output" return value is not valid until after ListCouponUsageRecordsCommon Send returns without error.
See ListCouponUsageRecordsCommon for more information on using the ListCouponUsageRecordsCommon API call, and error handling.
// Example sending a request using the ListCouponUsageRecordsCommonRequest method.
req, resp := client.ListCouponUsageRecordsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListCouponUsageRecordsCommonWithContext ¶ added in v1.1.28
func (c *BILLING) ListCouponUsageRecordsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListCouponUsageRecordsCommonWithContext is the same as ListCouponUsageRecordsCommon with the addition of the ability to pass a context and additional request options.
See ListCouponUsageRecordsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListCouponUsageRecordsRequest ¶ added in v1.1.28
func (c *BILLING) ListCouponUsageRecordsRequest(input *ListCouponUsageRecordsInput) (req *request.Request, output *ListCouponUsageRecordsOutput)
ListCouponUsageRecordsRequest generates a "volcengine/request.Request" representing the client's request for the ListCouponUsageRecords operation. The "output" return value will be populated with the ListCouponUsageRecordsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListCouponUsageRecordsCommon Request to send the API call to the service. the "output" return value is not valid until after ListCouponUsageRecordsCommon Send returns without error.
See ListCouponUsageRecords for more information on using the ListCouponUsageRecords API call, and error handling.
// Example sending a request using the ListCouponUsageRecordsRequest method.
req, resp := client.ListCouponUsageRecordsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListCouponUsageRecordsWithContext ¶ added in v1.1.28
func (c *BILLING) ListCouponUsageRecordsWithContext(ctx volcengine.Context, input *ListCouponUsageRecordsInput, opts ...request.Option) (*ListCouponUsageRecordsOutput, error)
ListCouponUsageRecordsWithContext is the same as ListCouponUsageRecords with the addition of the ability to pass a context and additional request options.
See ListCouponUsageRecords for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListCoupons ¶ added in v1.1.28
func (c *BILLING) ListCoupons(input *ListCouponsInput) (*ListCouponsOutput, error)
ListCoupons API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListCoupons for usage and error information.
func (*BILLING) ListCouponsCommon ¶ added in v1.1.28
ListCouponsCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListCouponsCommon for usage and error information.
func (*BILLING) ListCouponsCommonRequest ¶ added in v1.1.28
func (c *BILLING) ListCouponsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListCouponsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListCouponsCommon operation. The "output" return value will be populated with the ListCouponsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListCouponsCommon Request to send the API call to the service. the "output" return value is not valid until after ListCouponsCommon Send returns without error.
See ListCouponsCommon for more information on using the ListCouponsCommon API call, and error handling.
// Example sending a request using the ListCouponsCommonRequest method.
req, resp := client.ListCouponsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListCouponsCommonWithContext ¶ added in v1.1.28
func (c *BILLING) ListCouponsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListCouponsCommonWithContext is the same as ListCouponsCommon with the addition of the ability to pass a context and additional request options.
See ListCouponsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListCouponsRequest ¶ added in v1.1.28
func (c *BILLING) ListCouponsRequest(input *ListCouponsInput) (req *request.Request, output *ListCouponsOutput)
ListCouponsRequest generates a "volcengine/request.Request" representing the client's request for the ListCoupons operation. The "output" return value will be populated with the ListCouponsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListCouponsCommon Request to send the API call to the service. the "output" return value is not valid until after ListCouponsCommon Send returns without error.
See ListCoupons for more information on using the ListCoupons API call, and error handling.
// Example sending a request using the ListCouponsRequest method.
req, resp := client.ListCouponsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListCouponsWithContext ¶ added in v1.1.28
func (c *BILLING) ListCouponsWithContext(ctx volcengine.Context, input *ListCouponsInput, opts ...request.Option) (*ListCouponsOutput, error)
ListCouponsWithContext is the same as ListCoupons with the addition of the ability to pass a context and additional request options.
See ListCoupons for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListFinancialRelation ¶ added in v1.0.125
func (c *BILLING) ListFinancialRelation(input *ListFinancialRelationInput) (*ListFinancialRelationOutput, error)
ListFinancialRelation API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListFinancialRelation for usage and error information.
func (*BILLING) ListFinancialRelationCommon ¶ added in v1.0.125
func (c *BILLING) ListFinancialRelationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListFinancialRelationCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListFinancialRelationCommon for usage and error information.
func (*BILLING) ListFinancialRelationCommonRequest ¶ added in v1.0.125
func (c *BILLING) ListFinancialRelationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListFinancialRelationCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListFinancialRelationCommon operation. The "output" return value will be populated with the ListFinancialRelationCommon request's response once the request completes successfully.
Use "Send" method on the returned ListFinancialRelationCommon Request to send the API call to the service. the "output" return value is not valid until after ListFinancialRelationCommon Send returns without error.
See ListFinancialRelationCommon for more information on using the ListFinancialRelationCommon API call, and error handling.
// Example sending a request using the ListFinancialRelationCommonRequest method.
req, resp := client.ListFinancialRelationCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListFinancialRelationCommonWithContext ¶ added in v1.0.125
func (c *BILLING) ListFinancialRelationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListFinancialRelationCommonWithContext is the same as ListFinancialRelationCommon with the addition of the ability to pass a context and additional request options.
See ListFinancialRelationCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListFinancialRelationRequest ¶ added in v1.0.125
func (c *BILLING) ListFinancialRelationRequest(input *ListFinancialRelationInput) (req *request.Request, output *ListFinancialRelationOutput)
ListFinancialRelationRequest generates a "volcengine/request.Request" representing the client's request for the ListFinancialRelation operation. The "output" return value will be populated with the ListFinancialRelationCommon request's response once the request completes successfully.
Use "Send" method on the returned ListFinancialRelationCommon Request to send the API call to the service. the "output" return value is not valid until after ListFinancialRelationCommon Send returns without error.
See ListFinancialRelation for more information on using the ListFinancialRelation API call, and error handling.
// Example sending a request using the ListFinancialRelationRequest method.
req, resp := client.ListFinancialRelationRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListFinancialRelationWithContext ¶ added in v1.0.125
func (c *BILLING) ListFinancialRelationWithContext(ctx volcengine.Context, input *ListFinancialRelationInput, opts ...request.Option) (*ListFinancialRelationOutput, error)
ListFinancialRelationWithContext is the same as ListFinancialRelation with the addition of the ability to pass a context and additional request options.
See ListFinancialRelation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListInvitation ¶ added in v1.0.125
func (c *BILLING) ListInvitation(input *ListInvitationInput) (*ListInvitationOutput, error)
ListInvitation API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListInvitation for usage and error information.
func (*BILLING) ListInvitationCommon ¶ added in v1.0.125
func (c *BILLING) ListInvitationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListInvitationCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListInvitationCommon for usage and error information.
func (*BILLING) ListInvitationCommonRequest ¶ added in v1.0.125
func (c *BILLING) ListInvitationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListInvitationCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListInvitationCommon operation. The "output" return value will be populated with the ListInvitationCommon request's response once the request completes successfully.
Use "Send" method on the returned ListInvitationCommon Request to send the API call to the service. the "output" return value is not valid until after ListInvitationCommon Send returns without error.
See ListInvitationCommon for more information on using the ListInvitationCommon API call, and error handling.
// Example sending a request using the ListInvitationCommonRequest method.
req, resp := client.ListInvitationCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListInvitationCommonWithContext ¶ added in v1.0.125
func (c *BILLING) ListInvitationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListInvitationCommonWithContext is the same as ListInvitationCommon with the addition of the ability to pass a context and additional request options.
See ListInvitationCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListInvitationRequest ¶ added in v1.0.125
func (c *BILLING) ListInvitationRequest(input *ListInvitationInput) (req *request.Request, output *ListInvitationOutput)
ListInvitationRequest generates a "volcengine/request.Request" representing the client's request for the ListInvitation operation. The "output" return value will be populated with the ListInvitationCommon request's response once the request completes successfully.
Use "Send" method on the returned ListInvitationCommon Request to send the API call to the service. the "output" return value is not valid until after ListInvitationCommon Send returns without error.
See ListInvitation for more information on using the ListInvitation API call, and error handling.
// Example sending a request using the ListInvitationRequest method.
req, resp := client.ListInvitationRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListInvitationWithContext ¶ added in v1.0.125
func (c *BILLING) ListInvitationWithContext(ctx volcengine.Context, input *ListInvitationInput, opts ...request.Option) (*ListInvitationOutput, error)
ListInvitationWithContext is the same as ListInvitation with the addition of the ability to pass a context and additional request options.
See ListInvitation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListOrderProductDetails ¶ added in v1.0.152
func (c *BILLING) ListOrderProductDetails(input *ListOrderProductDetailsInput) (*ListOrderProductDetailsOutput, error)
ListOrderProductDetails API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListOrderProductDetails for usage and error information.
func (*BILLING) ListOrderProductDetailsCommon ¶ added in v1.0.152
func (c *BILLING) ListOrderProductDetailsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListOrderProductDetailsCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListOrderProductDetailsCommon for usage and error information.
func (*BILLING) ListOrderProductDetailsCommonRequest ¶ added in v1.0.152
func (c *BILLING) ListOrderProductDetailsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListOrderProductDetailsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListOrderProductDetailsCommon operation. The "output" return value will be populated with the ListOrderProductDetailsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListOrderProductDetailsCommon Request to send the API call to the service. the "output" return value is not valid until after ListOrderProductDetailsCommon Send returns without error.
See ListOrderProductDetailsCommon for more information on using the ListOrderProductDetailsCommon API call, and error handling.
// Example sending a request using the ListOrderProductDetailsCommonRequest method.
req, resp := client.ListOrderProductDetailsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListOrderProductDetailsCommonWithContext ¶ added in v1.0.152
func (c *BILLING) ListOrderProductDetailsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListOrderProductDetailsCommonWithContext is the same as ListOrderProductDetailsCommon with the addition of the ability to pass a context and additional request options.
See ListOrderProductDetailsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListOrderProductDetailsRequest ¶ added in v1.0.152
func (c *BILLING) ListOrderProductDetailsRequest(input *ListOrderProductDetailsInput) (req *request.Request, output *ListOrderProductDetailsOutput)
ListOrderProductDetailsRequest generates a "volcengine/request.Request" representing the client's request for the ListOrderProductDetails operation. The "output" return value will be populated with the ListOrderProductDetailsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListOrderProductDetailsCommon Request to send the API call to the service. the "output" return value is not valid until after ListOrderProductDetailsCommon Send returns without error.
See ListOrderProductDetails for more information on using the ListOrderProductDetails API call, and error handling.
// Example sending a request using the ListOrderProductDetailsRequest method.
req, resp := client.ListOrderProductDetailsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListOrderProductDetailsWithContext ¶ added in v1.0.152
func (c *BILLING) ListOrderProductDetailsWithContext(ctx volcengine.Context, input *ListOrderProductDetailsInput, opts ...request.Option) (*ListOrderProductDetailsOutput, error)
ListOrderProductDetailsWithContext is the same as ListOrderProductDetails with the addition of the ability to pass a context and additional request options.
See ListOrderProductDetails for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListOrders ¶ added in v1.0.152
func (c *BILLING) ListOrders(input *ListOrdersInput) (*ListOrdersOutput, error)
ListOrders API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListOrders for usage and error information.
func (*BILLING) ListOrdersCommon ¶ added in v1.0.152
ListOrdersCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListOrdersCommon for usage and error information.
func (*BILLING) ListOrdersCommonRequest ¶ added in v1.0.152
func (c *BILLING) ListOrdersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListOrdersCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListOrdersCommon operation. The "output" return value will be populated with the ListOrdersCommon request's response once the request completes successfully.
Use "Send" method on the returned ListOrdersCommon Request to send the API call to the service. the "output" return value is not valid until after ListOrdersCommon Send returns without error.
See ListOrdersCommon for more information on using the ListOrdersCommon API call, and error handling.
// Example sending a request using the ListOrdersCommonRequest method.
req, resp := client.ListOrdersCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListOrdersCommonWithContext ¶ added in v1.0.152
func (c *BILLING) ListOrdersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListOrdersCommonWithContext is the same as ListOrdersCommon with the addition of the ability to pass a context and additional request options.
See ListOrdersCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListOrdersRequest ¶ added in v1.0.152
func (c *BILLING) ListOrdersRequest(input *ListOrdersInput) (req *request.Request, output *ListOrdersOutput)
ListOrdersRequest generates a "volcengine/request.Request" representing the client's request for the ListOrders operation. The "output" return value will be populated with the ListOrdersCommon request's response once the request completes successfully.
Use "Send" method on the returned ListOrdersCommon Request to send the API call to the service. the "output" return value is not valid until after ListOrdersCommon Send returns without error.
See ListOrders for more information on using the ListOrders API call, and error handling.
// Example sending a request using the ListOrdersRequest method.
req, resp := client.ListOrdersRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListOrdersWithContext ¶ added in v1.0.152
func (c *BILLING) ListOrdersWithContext(ctx volcengine.Context, input *ListOrdersInput, opts ...request.Option) (*ListOrdersOutput, error)
ListOrdersWithContext is the same as ListOrders with the addition of the ability to pass a context and additional request options.
See ListOrders for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListPackageUsageDetails ¶ added in v1.0.157
func (c *BILLING) ListPackageUsageDetails(input *ListPackageUsageDetailsInput) (*ListPackageUsageDetailsOutput, error)
ListPackageUsageDetails API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListPackageUsageDetails for usage and error information.
func (*BILLING) ListPackageUsageDetailsCommon ¶ added in v1.0.157
func (c *BILLING) ListPackageUsageDetailsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListPackageUsageDetailsCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListPackageUsageDetailsCommon for usage and error information.
func (*BILLING) ListPackageUsageDetailsCommonRequest ¶ added in v1.0.157
func (c *BILLING) ListPackageUsageDetailsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListPackageUsageDetailsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListPackageUsageDetailsCommon operation. The "output" return value will be populated with the ListPackageUsageDetailsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListPackageUsageDetailsCommon Request to send the API call to the service. the "output" return value is not valid until after ListPackageUsageDetailsCommon Send returns without error.
See ListPackageUsageDetailsCommon for more information on using the ListPackageUsageDetailsCommon API call, and error handling.
// Example sending a request using the ListPackageUsageDetailsCommonRequest method.
req, resp := client.ListPackageUsageDetailsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListPackageUsageDetailsCommonWithContext ¶ added in v1.0.157
func (c *BILLING) ListPackageUsageDetailsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListPackageUsageDetailsCommonWithContext is the same as ListPackageUsageDetailsCommon with the addition of the ability to pass a context and additional request options.
See ListPackageUsageDetailsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListPackageUsageDetailsRequest ¶ added in v1.0.157
func (c *BILLING) ListPackageUsageDetailsRequest(input *ListPackageUsageDetailsInput) (req *request.Request, output *ListPackageUsageDetailsOutput)
ListPackageUsageDetailsRequest generates a "volcengine/request.Request" representing the client's request for the ListPackageUsageDetails operation. The "output" return value will be populated with the ListPackageUsageDetailsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListPackageUsageDetailsCommon Request to send the API call to the service. the "output" return value is not valid until after ListPackageUsageDetailsCommon Send returns without error.
See ListPackageUsageDetails for more information on using the ListPackageUsageDetails API call, and error handling.
// Example sending a request using the ListPackageUsageDetailsRequest method.
req, resp := client.ListPackageUsageDetailsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListPackageUsageDetailsWithContext ¶ added in v1.0.157
func (c *BILLING) ListPackageUsageDetailsWithContext(ctx volcengine.Context, input *ListPackageUsageDetailsInput, opts ...request.Option) (*ListPackageUsageDetailsOutput, error)
ListPackageUsageDetailsWithContext is the same as ListPackageUsageDetails with the addition of the ability to pass a context and additional request options.
See ListPackageUsageDetails for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListRecipientInformation ¶ added in v1.1.41
func (c *BILLING) ListRecipientInformation(input *ListRecipientInformationInput) (*ListRecipientInformationOutput, error)
ListRecipientInformation API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListRecipientInformation for usage and error information.
func (*BILLING) ListRecipientInformationCommon ¶ added in v1.1.41
func (c *BILLING) ListRecipientInformationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListRecipientInformationCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListRecipientInformationCommon for usage and error information.
func (*BILLING) ListRecipientInformationCommonRequest ¶ added in v1.1.41
func (c *BILLING) ListRecipientInformationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListRecipientInformationCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListRecipientInformationCommon operation. The "output" return value will be populated with the ListRecipientInformationCommon request's response once the request completes successfully.
Use "Send" method on the returned ListRecipientInformationCommon Request to send the API call to the service. the "output" return value is not valid until after ListRecipientInformationCommon Send returns without error.
See ListRecipientInformationCommon for more information on using the ListRecipientInformationCommon API call, and error handling.
// Example sending a request using the ListRecipientInformationCommonRequest method.
req, resp := client.ListRecipientInformationCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListRecipientInformationCommonWithContext ¶ added in v1.1.41
func (c *BILLING) ListRecipientInformationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListRecipientInformationCommonWithContext is the same as ListRecipientInformationCommon with the addition of the ability to pass a context and additional request options.
See ListRecipientInformationCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListRecipientInformationRequest ¶ added in v1.1.41
func (c *BILLING) ListRecipientInformationRequest(input *ListRecipientInformationInput) (req *request.Request, output *ListRecipientInformationOutput)
ListRecipientInformationRequest generates a "volcengine/request.Request" representing the client's request for the ListRecipientInformation operation. The "output" return value will be populated with the ListRecipientInformationCommon request's response once the request completes successfully.
Use "Send" method on the returned ListRecipientInformationCommon Request to send the API call to the service. the "output" return value is not valid until after ListRecipientInformationCommon Send returns without error.
See ListRecipientInformation for more information on using the ListRecipientInformation API call, and error handling.
// Example sending a request using the ListRecipientInformationRequest method.
req, resp := client.ListRecipientInformationRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListRecipientInformationWithContext ¶ added in v1.1.41
func (c *BILLING) ListRecipientInformationWithContext(ctx volcengine.Context, input *ListRecipientInformationInput, opts ...request.Option) (*ListRecipientInformationOutput, error)
ListRecipientInformationWithContext is the same as ListRecipientInformation with the addition of the ability to pass a context and additional request options.
See ListRecipientInformation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListResourcePackages ¶ added in v1.0.157
func (c *BILLING) ListResourcePackages(input *ListResourcePackagesInput) (*ListResourcePackagesOutput, error)
ListResourcePackages API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListResourcePackages for usage and error information.
func (*BILLING) ListResourcePackagesCommon ¶ added in v1.0.157
func (c *BILLING) ListResourcePackagesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListResourcePackagesCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListResourcePackagesCommon for usage and error information.
func (*BILLING) ListResourcePackagesCommonRequest ¶ added in v1.0.157
func (c *BILLING) ListResourcePackagesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListResourcePackagesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListResourcePackagesCommon operation. The "output" return value will be populated with the ListResourcePackagesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListResourcePackagesCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourcePackagesCommon Send returns without error.
See ListResourcePackagesCommon for more information on using the ListResourcePackagesCommon API call, and error handling.
// Example sending a request using the ListResourcePackagesCommonRequest method.
req, resp := client.ListResourcePackagesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListResourcePackagesCommonWithContext ¶ added in v1.0.157
func (c *BILLING) ListResourcePackagesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListResourcePackagesCommonWithContext is the same as ListResourcePackagesCommon with the addition of the ability to pass a context and additional request options.
See ListResourcePackagesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListResourcePackagesRequest ¶ added in v1.0.157
func (c *BILLING) ListResourcePackagesRequest(input *ListResourcePackagesInput) (req *request.Request, output *ListResourcePackagesOutput)
ListResourcePackagesRequest generates a "volcengine/request.Request" representing the client's request for the ListResourcePackages operation. The "output" return value will be populated with the ListResourcePackagesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListResourcePackagesCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourcePackagesCommon Send returns without error.
See ListResourcePackages for more information on using the ListResourcePackages API call, and error handling.
// Example sending a request using the ListResourcePackagesRequest method.
req, resp := client.ListResourcePackagesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListResourcePackagesWithContext ¶ added in v1.0.157
func (c *BILLING) ListResourcePackagesWithContext(ctx volcengine.Context, input *ListResourcePackagesInput, opts ...request.Option) (*ListResourcePackagesOutput, error)
ListResourcePackagesWithContext is the same as ListResourcePackages with the addition of the ability to pass a context and additional request options.
See ListResourcePackages for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListSplitBillDetail ¶ added in v1.0.116
func (c *BILLING) ListSplitBillDetail(input *ListSplitBillDetailInput) (*ListSplitBillDetailOutput, error)
ListSplitBillDetail API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListSplitBillDetail for usage and error information.
func (*BILLING) ListSplitBillDetailCommon ¶ added in v1.0.116
func (c *BILLING) ListSplitBillDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListSplitBillDetailCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation ListSplitBillDetailCommon for usage and error information.
func (*BILLING) ListSplitBillDetailCommonRequest ¶ added in v1.0.116
func (c *BILLING) ListSplitBillDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListSplitBillDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListSplitBillDetailCommon operation. The "output" return value will be populated with the ListSplitBillDetailCommon request's response once the request completes successfully.
Use "Send" method on the returned ListSplitBillDetailCommon Request to send the API call to the service. the "output" return value is not valid until after ListSplitBillDetailCommon Send returns without error.
See ListSplitBillDetailCommon for more information on using the ListSplitBillDetailCommon API call, and error handling.
// Example sending a request using the ListSplitBillDetailCommonRequest method.
req, resp := client.ListSplitBillDetailCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListSplitBillDetailCommonWithContext ¶ added in v1.0.116
func (c *BILLING) ListSplitBillDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListSplitBillDetailCommonWithContext is the same as ListSplitBillDetailCommon with the addition of the ability to pass a context and additional request options.
See ListSplitBillDetailCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) ListSplitBillDetailRequest ¶ added in v1.0.116
func (c *BILLING) ListSplitBillDetailRequest(input *ListSplitBillDetailInput) (req *request.Request, output *ListSplitBillDetailOutput)
ListSplitBillDetailRequest generates a "volcengine/request.Request" representing the client's request for the ListSplitBillDetail operation. The "output" return value will be populated with the ListSplitBillDetailCommon request's response once the request completes successfully.
Use "Send" method on the returned ListSplitBillDetailCommon Request to send the API call to the service. the "output" return value is not valid until after ListSplitBillDetailCommon Send returns without error.
See ListSplitBillDetail for more information on using the ListSplitBillDetail API call, and error handling.
// Example sending a request using the ListSplitBillDetailRequest method.
req, resp := client.ListSplitBillDetailRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) ListSplitBillDetailWithContext ¶ added in v1.0.116
func (c *BILLING) ListSplitBillDetailWithContext(ctx volcengine.Context, input *ListSplitBillDetailInput, opts ...request.Option) (*ListSplitBillDetailOutput, error)
ListSplitBillDetailWithContext is the same as ListSplitBillDetail with the addition of the ability to pass a context and additional request options.
See ListSplitBillDetail for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) PayOrder ¶ added in v1.0.152
func (c *BILLING) PayOrder(input *PayOrderInput) (*PayOrderOutput, error)
PayOrder API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation PayOrder for usage and error information.
func (*BILLING) PayOrderCommon ¶ added in v1.0.152
PayOrderCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation PayOrderCommon for usage and error information.
func (*BILLING) PayOrderCommonRequest ¶ added in v1.0.152
func (c *BILLING) PayOrderCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
PayOrderCommonRequest generates a "volcengine/request.Request" representing the client's request for the PayOrderCommon operation. The "output" return value will be populated with the PayOrderCommon request's response once the request completes successfully.
Use "Send" method on the returned PayOrderCommon Request to send the API call to the service. the "output" return value is not valid until after PayOrderCommon Send returns without error.
See PayOrderCommon for more information on using the PayOrderCommon API call, and error handling.
// Example sending a request using the PayOrderCommonRequest method.
req, resp := client.PayOrderCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) PayOrderCommonWithContext ¶ added in v1.0.152
func (c *BILLING) PayOrderCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
PayOrderCommonWithContext is the same as PayOrderCommon with the addition of the ability to pass a context and additional request options.
See PayOrderCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) PayOrderRequest ¶ added in v1.0.152
func (c *BILLING) PayOrderRequest(input *PayOrderInput) (req *request.Request, output *PayOrderOutput)
PayOrderRequest generates a "volcengine/request.Request" representing the client's request for the PayOrder operation. The "output" return value will be populated with the PayOrderCommon request's response once the request completes successfully.
Use "Send" method on the returned PayOrderCommon Request to send the API call to the service. the "output" return value is not valid until after PayOrderCommon Send returns without error.
See PayOrder for more information on using the PayOrder API call, and error handling.
// Example sending a request using the PayOrderRequest method.
req, resp := client.PayOrderRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) PayOrderWithContext ¶ added in v1.0.152
func (c *BILLING) PayOrderWithContext(ctx volcengine.Context, input *PayOrderInput, opts ...request.Option) (*PayOrderOutput, error)
PayOrderWithContext is the same as PayOrder with the addition of the ability to pass a context and additional request options.
See PayOrder for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) QueryBalanceAcct ¶ added in v1.0.100
func (c *BILLING) QueryBalanceAcct(input *QueryBalanceAcctInput) (*QueryBalanceAcctOutput, error)
QueryBalanceAcct API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation QueryBalanceAcct for usage and error information.
func (*BILLING) QueryBalanceAcctCommon ¶ added in v1.0.100
func (c *BILLING) QueryBalanceAcctCommon(input *map[string]interface{}) (*map[string]interface{}, error)
QueryBalanceAcctCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation QueryBalanceAcctCommon for usage and error information.
func (*BILLING) QueryBalanceAcctCommonRequest ¶ added in v1.0.100
func (c *BILLING) QueryBalanceAcctCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
QueryBalanceAcctCommonRequest generates a "volcengine/request.Request" representing the client's request for the QueryBalanceAcctCommon operation. The "output" return value will be populated with the QueryBalanceAcctCommon request's response once the request completes successfully.
Use "Send" method on the returned QueryBalanceAcctCommon Request to send the API call to the service. the "output" return value is not valid until after QueryBalanceAcctCommon Send returns without error.
See QueryBalanceAcctCommon for more information on using the QueryBalanceAcctCommon API call, and error handling.
// Example sending a request using the QueryBalanceAcctCommonRequest method.
req, resp := client.QueryBalanceAcctCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) QueryBalanceAcctCommonWithContext ¶ added in v1.0.100
func (c *BILLING) QueryBalanceAcctCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
QueryBalanceAcctCommonWithContext is the same as QueryBalanceAcctCommon with the addition of the ability to pass a context and additional request options.
See QueryBalanceAcctCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) QueryBalanceAcctRequest ¶ added in v1.0.100
func (c *BILLING) QueryBalanceAcctRequest(input *QueryBalanceAcctInput) (req *request.Request, output *QueryBalanceAcctOutput)
QueryBalanceAcctRequest generates a "volcengine/request.Request" representing the client's request for the QueryBalanceAcct operation. The "output" return value will be populated with the QueryBalanceAcctCommon request's response once the request completes successfully.
Use "Send" method on the returned QueryBalanceAcctCommon Request to send the API call to the service. the "output" return value is not valid until after QueryBalanceAcctCommon Send returns without error.
See QueryBalanceAcct for more information on using the QueryBalanceAcct API call, and error handling.
// Example sending a request using the QueryBalanceAcctRequest method.
req, resp := client.QueryBalanceAcctRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) QueryBalanceAcctWithContext ¶ added in v1.0.100
func (c *BILLING) QueryBalanceAcctWithContext(ctx volcengine.Context, input *QueryBalanceAcctInput, opts ...request.Option) (*QueryBalanceAcctOutput, error)
QueryBalanceAcctWithContext is the same as QueryBalanceAcct with the addition of the ability to pass a context and additional request options.
See QueryBalanceAcct for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) QueryBudgetDetail ¶ added in v1.1.41
func (c *BILLING) QueryBudgetDetail(input *QueryBudgetDetailInput) (*QueryBudgetDetailOutput, error)
QueryBudgetDetail API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation QueryBudgetDetail for usage and error information.
func (*BILLING) QueryBudgetDetailCommon ¶ added in v1.1.41
func (c *BILLING) QueryBudgetDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)
QueryBudgetDetailCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation QueryBudgetDetailCommon for usage and error information.
func (*BILLING) QueryBudgetDetailCommonRequest ¶ added in v1.1.41
func (c *BILLING) QueryBudgetDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
QueryBudgetDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the QueryBudgetDetailCommon operation. The "output" return value will be populated with the QueryBudgetDetailCommon request's response once the request completes successfully.
Use "Send" method on the returned QueryBudgetDetailCommon Request to send the API call to the service. the "output" return value is not valid until after QueryBudgetDetailCommon Send returns without error.
See QueryBudgetDetailCommon for more information on using the QueryBudgetDetailCommon API call, and error handling.
// Example sending a request using the QueryBudgetDetailCommonRequest method.
req, resp := client.QueryBudgetDetailCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) QueryBudgetDetailCommonWithContext ¶ added in v1.1.41
func (c *BILLING) QueryBudgetDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
QueryBudgetDetailCommonWithContext is the same as QueryBudgetDetailCommon with the addition of the ability to pass a context and additional request options.
See QueryBudgetDetailCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) QueryBudgetDetailRequest ¶ added in v1.1.41
func (c *BILLING) QueryBudgetDetailRequest(input *QueryBudgetDetailInput) (req *request.Request, output *QueryBudgetDetailOutput)
QueryBudgetDetailRequest generates a "volcengine/request.Request" representing the client's request for the QueryBudgetDetail operation. The "output" return value will be populated with the QueryBudgetDetailCommon request's response once the request completes successfully.
Use "Send" method on the returned QueryBudgetDetailCommon Request to send the API call to the service. the "output" return value is not valid until after QueryBudgetDetailCommon Send returns without error.
See QueryBudgetDetail for more information on using the QueryBudgetDetail API call, and error handling.
// Example sending a request using the QueryBudgetDetailRequest method.
req, resp := client.QueryBudgetDetailRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) QueryBudgetDetailWithContext ¶ added in v1.1.41
func (c *BILLING) QueryBudgetDetailWithContext(ctx volcengine.Context, input *QueryBudgetDetailInput, opts ...request.Option) (*QueryBudgetDetailOutput, error)
QueryBudgetDetailWithContext is the same as QueryBudgetDetail with the addition of the ability to pass a context and additional request options.
See QueryBudgetDetail for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) QueryPriceForPayAsYouGo ¶ added in v1.0.186
func (c *BILLING) QueryPriceForPayAsYouGo(input *QueryPriceForPayAsYouGoInput) (*QueryPriceForPayAsYouGoOutput, error)
QueryPriceForPayAsYouGo API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation QueryPriceForPayAsYouGo for usage and error information.
func (*BILLING) QueryPriceForPayAsYouGoCommon ¶ added in v1.0.186
func (c *BILLING) QueryPriceForPayAsYouGoCommon(input *map[string]interface{}) (*map[string]interface{}, error)
QueryPriceForPayAsYouGoCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation QueryPriceForPayAsYouGoCommon for usage and error information.
func (*BILLING) QueryPriceForPayAsYouGoCommonRequest ¶ added in v1.0.186
func (c *BILLING) QueryPriceForPayAsYouGoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
QueryPriceForPayAsYouGoCommonRequest generates a "volcengine/request.Request" representing the client's request for the QueryPriceForPayAsYouGoCommon operation. The "output" return value will be populated with the QueryPriceForPayAsYouGoCommon request's response once the request completes successfully.
Use "Send" method on the returned QueryPriceForPayAsYouGoCommon Request to send the API call to the service. the "output" return value is not valid until after QueryPriceForPayAsYouGoCommon Send returns without error.
See QueryPriceForPayAsYouGoCommon for more information on using the QueryPriceForPayAsYouGoCommon API call, and error handling.
// Example sending a request using the QueryPriceForPayAsYouGoCommonRequest method.
req, resp := client.QueryPriceForPayAsYouGoCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) QueryPriceForPayAsYouGoCommonWithContext ¶ added in v1.0.186
func (c *BILLING) QueryPriceForPayAsYouGoCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
QueryPriceForPayAsYouGoCommonWithContext is the same as QueryPriceForPayAsYouGoCommon with the addition of the ability to pass a context and additional request options.
See QueryPriceForPayAsYouGoCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) QueryPriceForPayAsYouGoRequest ¶ added in v1.0.186
func (c *BILLING) QueryPriceForPayAsYouGoRequest(input *QueryPriceForPayAsYouGoInput) (req *request.Request, output *QueryPriceForPayAsYouGoOutput)
QueryPriceForPayAsYouGoRequest generates a "volcengine/request.Request" representing the client's request for the QueryPriceForPayAsYouGo operation. The "output" return value will be populated with the QueryPriceForPayAsYouGoCommon request's response once the request completes successfully.
Use "Send" method on the returned QueryPriceForPayAsYouGoCommon Request to send the API call to the service. the "output" return value is not valid until after QueryPriceForPayAsYouGoCommon Send returns without error.
See QueryPriceForPayAsYouGo for more information on using the QueryPriceForPayAsYouGo API call, and error handling.
// Example sending a request using the QueryPriceForPayAsYouGoRequest method.
req, resp := client.QueryPriceForPayAsYouGoRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) QueryPriceForPayAsYouGoWithContext ¶ added in v1.0.186
func (c *BILLING) QueryPriceForPayAsYouGoWithContext(ctx volcengine.Context, input *QueryPriceForPayAsYouGoInput, opts ...request.Option) (*QueryPriceForPayAsYouGoOutput, error)
QueryPriceForPayAsYouGoWithContext is the same as QueryPriceForPayAsYouGo with the addition of the ability to pass a context and additional request options.
See QueryPriceForPayAsYouGo for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) QueryPriceForRenew ¶ added in v1.0.186
func (c *BILLING) QueryPriceForRenew(input *QueryPriceForRenewInput) (*QueryPriceForRenewOutput, error)
QueryPriceForRenew API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation QueryPriceForRenew for usage and error information.
func (*BILLING) QueryPriceForRenewCommon ¶ added in v1.0.186
func (c *BILLING) QueryPriceForRenewCommon(input *map[string]interface{}) (*map[string]interface{}, error)
QueryPriceForRenewCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation QueryPriceForRenewCommon for usage and error information.
func (*BILLING) QueryPriceForRenewCommonRequest ¶ added in v1.0.186
func (c *BILLING) QueryPriceForRenewCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
QueryPriceForRenewCommonRequest generates a "volcengine/request.Request" representing the client's request for the QueryPriceForRenewCommon operation. The "output" return value will be populated with the QueryPriceForRenewCommon request's response once the request completes successfully.
Use "Send" method on the returned QueryPriceForRenewCommon Request to send the API call to the service. the "output" return value is not valid until after QueryPriceForRenewCommon Send returns without error.
See QueryPriceForRenewCommon for more information on using the QueryPriceForRenewCommon API call, and error handling.
// Example sending a request using the QueryPriceForRenewCommonRequest method.
req, resp := client.QueryPriceForRenewCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) QueryPriceForRenewCommonWithContext ¶ added in v1.0.186
func (c *BILLING) QueryPriceForRenewCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
QueryPriceForRenewCommonWithContext is the same as QueryPriceForRenewCommon with the addition of the ability to pass a context and additional request options.
See QueryPriceForRenewCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) QueryPriceForRenewRequest ¶ added in v1.0.186
func (c *BILLING) QueryPriceForRenewRequest(input *QueryPriceForRenewInput) (req *request.Request, output *QueryPriceForRenewOutput)
QueryPriceForRenewRequest generates a "volcengine/request.Request" representing the client's request for the QueryPriceForRenew operation. The "output" return value will be populated with the QueryPriceForRenewCommon request's response once the request completes successfully.
Use "Send" method on the returned QueryPriceForRenewCommon Request to send the API call to the service. the "output" return value is not valid until after QueryPriceForRenewCommon Send returns without error.
See QueryPriceForRenew for more information on using the QueryPriceForRenew API call, and error handling.
// Example sending a request using the QueryPriceForRenewRequest method.
req, resp := client.QueryPriceForRenewRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) QueryPriceForRenewWithContext ¶ added in v1.0.186
func (c *BILLING) QueryPriceForRenewWithContext(ctx volcengine.Context, input *QueryPriceForRenewInput, opts ...request.Option) (*QueryPriceForRenewOutput, error)
QueryPriceForRenewWithContext is the same as QueryPriceForRenew with the addition of the ability to pass a context and additional request options.
See QueryPriceForRenew for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) QueryPriceForSubscription ¶ added in v1.0.186
func (c *BILLING) QueryPriceForSubscription(input *QueryPriceForSubscriptionInput) (*QueryPriceForSubscriptionOutput, error)
QueryPriceForSubscription API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation QueryPriceForSubscription for usage and error information.
func (*BILLING) QueryPriceForSubscriptionCommon ¶ added in v1.0.186
func (c *BILLING) QueryPriceForSubscriptionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
QueryPriceForSubscriptionCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation QueryPriceForSubscriptionCommon for usage and error information.
func (*BILLING) QueryPriceForSubscriptionCommonRequest ¶ added in v1.0.186
func (c *BILLING) QueryPriceForSubscriptionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
QueryPriceForSubscriptionCommonRequest generates a "volcengine/request.Request" representing the client's request for the QueryPriceForSubscriptionCommon operation. The "output" return value will be populated with the QueryPriceForSubscriptionCommon request's response once the request completes successfully.
Use "Send" method on the returned QueryPriceForSubscriptionCommon Request to send the API call to the service. the "output" return value is not valid until after QueryPriceForSubscriptionCommon Send returns without error.
See QueryPriceForSubscriptionCommon for more information on using the QueryPriceForSubscriptionCommon API call, and error handling.
// Example sending a request using the QueryPriceForSubscriptionCommonRequest method.
req, resp := client.QueryPriceForSubscriptionCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) QueryPriceForSubscriptionCommonWithContext ¶ added in v1.0.186
func (c *BILLING) QueryPriceForSubscriptionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
QueryPriceForSubscriptionCommonWithContext is the same as QueryPriceForSubscriptionCommon with the addition of the ability to pass a context and additional request options.
See QueryPriceForSubscriptionCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) QueryPriceForSubscriptionRequest ¶ added in v1.0.186
func (c *BILLING) QueryPriceForSubscriptionRequest(input *QueryPriceForSubscriptionInput) (req *request.Request, output *QueryPriceForSubscriptionOutput)
QueryPriceForSubscriptionRequest generates a "volcengine/request.Request" representing the client's request for the QueryPriceForSubscription operation. The "output" return value will be populated with the QueryPriceForSubscriptionCommon request's response once the request completes successfully.
Use "Send" method on the returned QueryPriceForSubscriptionCommon Request to send the API call to the service. the "output" return value is not valid until after QueryPriceForSubscriptionCommon Send returns without error.
See QueryPriceForSubscription for more information on using the QueryPriceForSubscription API call, and error handling.
// Example sending a request using the QueryPriceForSubscriptionRequest method.
req, resp := client.QueryPriceForSubscriptionRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) QueryPriceForSubscriptionWithContext ¶ added in v1.0.186
func (c *BILLING) QueryPriceForSubscriptionWithContext(ctx volcengine.Context, input *QueryPriceForSubscriptionInput, opts ...request.Option) (*QueryPriceForSubscriptionOutput, error)
QueryPriceForSubscriptionWithContext is the same as QueryPriceForSubscription with the addition of the ability to pass a context and additional request options.
See QueryPriceForSubscription for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) RenewInstance ¶ added in v1.0.186
func (c *BILLING) RenewInstance(input *RenewInstanceInput) (*RenewInstanceOutput, error)
RenewInstance API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation RenewInstance for usage and error information.
func (*BILLING) RenewInstanceCommon ¶ added in v1.0.186
func (c *BILLING) RenewInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
RenewInstanceCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation RenewInstanceCommon for usage and error information.
func (*BILLING) RenewInstanceCommonRequest ¶ added in v1.0.186
func (c *BILLING) RenewInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
RenewInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the RenewInstanceCommon operation. The "output" return value will be populated with the RenewInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned RenewInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RenewInstanceCommon Send returns without error.
See RenewInstanceCommon for more information on using the RenewInstanceCommon API call, and error handling.
// Example sending a request using the RenewInstanceCommonRequest method.
req, resp := client.RenewInstanceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) RenewInstanceCommonWithContext ¶ added in v1.0.186
func (c *BILLING) RenewInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
RenewInstanceCommonWithContext is the same as RenewInstanceCommon with the addition of the ability to pass a context and additional request options.
See RenewInstanceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) RenewInstanceRequest ¶ added in v1.0.186
func (c *BILLING) RenewInstanceRequest(input *RenewInstanceInput) (req *request.Request, output *RenewInstanceOutput)
RenewInstanceRequest generates a "volcengine/request.Request" representing the client's request for the RenewInstance operation. The "output" return value will be populated with the RenewInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned RenewInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RenewInstanceCommon Send returns without error.
See RenewInstance for more information on using the RenewInstance API call, and error handling.
// Example sending a request using the RenewInstanceRequest method.
req, resp := client.RenewInstanceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) RenewInstanceWithContext ¶ added in v1.0.186
func (c *BILLING) RenewInstanceWithContext(ctx volcengine.Context, input *RenewInstanceInput, opts ...request.Option) (*RenewInstanceOutput, error)
RenewInstanceWithContext is the same as RenewInstance with the addition of the ability to pass a context and additional request options.
See RenewInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) SetRenewalType ¶ added in v1.0.186
func (c *BILLING) SetRenewalType(input *SetRenewalTypeInput) (*SetRenewalTypeOutput, error)
SetRenewalType API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation SetRenewalType for usage and error information.
func (*BILLING) SetRenewalTypeCommon ¶ added in v1.0.186
func (c *BILLING) SetRenewalTypeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
SetRenewalTypeCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation SetRenewalTypeCommon for usage and error information.
func (*BILLING) SetRenewalTypeCommonRequest ¶ added in v1.0.186
func (c *BILLING) SetRenewalTypeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
SetRenewalTypeCommonRequest generates a "volcengine/request.Request" representing the client's request for the SetRenewalTypeCommon operation. The "output" return value will be populated with the SetRenewalTypeCommon request's response once the request completes successfully.
Use "Send" method on the returned SetRenewalTypeCommon Request to send the API call to the service. the "output" return value is not valid until after SetRenewalTypeCommon Send returns without error.
See SetRenewalTypeCommon for more information on using the SetRenewalTypeCommon API call, and error handling.
// Example sending a request using the SetRenewalTypeCommonRequest method.
req, resp := client.SetRenewalTypeCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) SetRenewalTypeCommonWithContext ¶ added in v1.0.186
func (c *BILLING) SetRenewalTypeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
SetRenewalTypeCommonWithContext is the same as SetRenewalTypeCommon with the addition of the ability to pass a context and additional request options.
See SetRenewalTypeCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) SetRenewalTypeRequest ¶ added in v1.0.186
func (c *BILLING) SetRenewalTypeRequest(input *SetRenewalTypeInput) (req *request.Request, output *SetRenewalTypeOutput)
SetRenewalTypeRequest generates a "volcengine/request.Request" representing the client's request for the SetRenewalType operation. The "output" return value will be populated with the SetRenewalTypeCommon request's response once the request completes successfully.
Use "Send" method on the returned SetRenewalTypeCommon Request to send the API call to the service. the "output" return value is not valid until after SetRenewalTypeCommon Send returns without error.
See SetRenewalType for more information on using the SetRenewalType API call, and error handling.
// Example sending a request using the SetRenewalTypeRequest method.
req, resp := client.SetRenewalTypeRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) SetRenewalTypeWithContext ¶ added in v1.0.186
func (c *BILLING) SetRenewalTypeWithContext(ctx volcengine.Context, input *SetRenewalTypeInput, opts ...request.Option) (*SetRenewalTypeOutput, error)
SetRenewalTypeWithContext is the same as SetRenewalType with the addition of the ability to pass a context and additional request options.
See SetRenewalType for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) UnsubscribeInstance ¶
func (c *BILLING) UnsubscribeInstance(input *UnsubscribeInstanceInput) (*UnsubscribeInstanceOutput, error)
UnsubscribeInstance API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation UnsubscribeInstance for usage and error information.
func (*BILLING) UnsubscribeInstanceCommon ¶
func (c *BILLING) UnsubscribeInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UnsubscribeInstanceCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation UnsubscribeInstanceCommon for usage and error information.
func (*BILLING) UnsubscribeInstanceCommonRequest ¶
func (c *BILLING) UnsubscribeInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UnsubscribeInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the UnsubscribeInstanceCommon operation. The "output" return value will be populated with the UnsubscribeInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned UnsubscribeInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after UnsubscribeInstanceCommon Send returns without error.
See UnsubscribeInstanceCommon for more information on using the UnsubscribeInstanceCommon API call, and error handling.
// Example sending a request using the UnsubscribeInstanceCommonRequest method.
req, resp := client.UnsubscribeInstanceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) UnsubscribeInstanceCommonWithContext ¶
func (c *BILLING) UnsubscribeInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UnsubscribeInstanceCommonWithContext is the same as UnsubscribeInstanceCommon with the addition of the ability to pass a context and additional request options.
See UnsubscribeInstanceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) UnsubscribeInstanceRequest ¶
func (c *BILLING) UnsubscribeInstanceRequest(input *UnsubscribeInstanceInput) (req *request.Request, output *UnsubscribeInstanceOutput)
UnsubscribeInstanceRequest generates a "volcengine/request.Request" representing the client's request for the UnsubscribeInstance operation. The "output" return value will be populated with the UnsubscribeInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned UnsubscribeInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after UnsubscribeInstanceCommon Send returns without error.
See UnsubscribeInstance for more information on using the UnsubscribeInstance API call, and error handling.
// Example sending a request using the UnsubscribeInstanceRequest method.
req, resp := client.UnsubscribeInstanceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) UnsubscribeInstanceWithContext ¶
func (c *BILLING) UnsubscribeInstanceWithContext(ctx volcengine.Context, input *UnsubscribeInstanceInput, opts ...request.Option) (*UnsubscribeInstanceOutput, error)
UnsubscribeInstanceWithContext is the same as UnsubscribeInstance with the addition of the ability to pass a context and additional request options.
See UnsubscribeInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) UpdateAuth ¶ added in v1.0.125
func (c *BILLING) UpdateAuth(input *UpdateAuthInput) (*UpdateAuthOutput, error)
UpdateAuth API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation UpdateAuth for usage and error information.
func (*BILLING) UpdateAuthCommon ¶ added in v1.0.125
UpdateAuthCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation UpdateAuthCommon for usage and error information.
func (*BILLING) UpdateAuthCommonRequest ¶ added in v1.0.125
func (c *BILLING) UpdateAuthCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateAuthCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAuthCommon operation. The "output" return value will be populated with the UpdateAuthCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateAuthCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAuthCommon Send returns without error.
See UpdateAuthCommon for more information on using the UpdateAuthCommon API call, and error handling.
// Example sending a request using the UpdateAuthCommonRequest method.
req, resp := client.UpdateAuthCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) UpdateAuthCommonWithContext ¶ added in v1.0.125
func (c *BILLING) UpdateAuthCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateAuthCommonWithContext is the same as UpdateAuthCommon with the addition of the ability to pass a context and additional request options.
See UpdateAuthCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) UpdateAuthRequest ¶ added in v1.0.125
func (c *BILLING) UpdateAuthRequest(input *UpdateAuthInput) (req *request.Request, output *UpdateAuthOutput)
UpdateAuthRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAuth operation. The "output" return value will be populated with the UpdateAuthCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateAuthCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAuthCommon Send returns without error.
See UpdateAuth for more information on using the UpdateAuth API call, and error handling.
// Example sending a request using the UpdateAuthRequest method.
req, resp := client.UpdateAuthRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) UpdateAuthWithContext ¶ added in v1.0.125
func (c *BILLING) UpdateAuthWithContext(ctx volcengine.Context, input *UpdateAuthInput, opts ...request.Option) (*UpdateAuthOutput, error)
UpdateAuthWithContext is the same as UpdateAuth with the addition of the ability to pass a context and additional request options.
See UpdateAuth for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) UpdateBudget ¶ added in v1.1.41
func (c *BILLING) UpdateBudget(input *UpdateBudgetInput) (*UpdateBudgetOutput, error)
UpdateBudget API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation UpdateBudget for usage and error information.
func (*BILLING) UpdateBudgetCommon ¶ added in v1.1.41
func (c *BILLING) UpdateBudgetCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateBudgetCommon API operation for BILLING.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for BILLING's API operation UpdateBudgetCommon for usage and error information.
func (*BILLING) UpdateBudgetCommonRequest ¶ added in v1.1.41
func (c *BILLING) UpdateBudgetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateBudgetCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateBudgetCommon operation. The "output" return value will be populated with the UpdateBudgetCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateBudgetCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateBudgetCommon Send returns without error.
See UpdateBudgetCommon for more information on using the UpdateBudgetCommon API call, and error handling.
// Example sending a request using the UpdateBudgetCommonRequest method.
req, resp := client.UpdateBudgetCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) UpdateBudgetCommonWithContext ¶ added in v1.1.41
func (c *BILLING) UpdateBudgetCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateBudgetCommonWithContext is the same as UpdateBudgetCommon with the addition of the ability to pass a context and additional request options.
See UpdateBudgetCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*BILLING) UpdateBudgetRequest ¶ added in v1.1.41
func (c *BILLING) UpdateBudgetRequest(input *UpdateBudgetInput) (req *request.Request, output *UpdateBudgetOutput)
UpdateBudgetRequest generates a "volcengine/request.Request" representing the client's request for the UpdateBudget operation. The "output" return value will be populated with the UpdateBudgetCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateBudgetCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateBudgetCommon Send returns without error.
See UpdateBudget for more information on using the UpdateBudget API call, and error handling.
// Example sending a request using the UpdateBudgetRequest method.
req, resp := client.UpdateBudgetRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*BILLING) UpdateBudgetWithContext ¶ added in v1.1.41
func (c *BILLING) UpdateBudgetWithContext(ctx volcengine.Context, input *UpdateBudgetInput, opts ...request.Option) (*UpdateBudgetOutput, error)
UpdateBudgetWithContext is the same as UpdateBudget with the addition of the ability to pass a context and additional request options.
See UpdateBudget for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type BILLINGAPI ¶
type BILLINGAPI interface {
CancelInvitationCommon(*map[string]interface{}) (*map[string]interface{}, error)
CancelInvitationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CancelInvitationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CancelInvitation(*CancelInvitationInput) (*CancelInvitationOutput, error)
CancelInvitationWithContext(volcengine.Context, *CancelInvitationInput, ...request.Option) (*CancelInvitationOutput, error)
CancelInvitationRequest(*CancelInvitationInput) (*request.Request, *CancelInvitationOutput)
CancelOrderCommon(*map[string]interface{}) (*map[string]interface{}, error)
CancelOrderCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CancelOrderCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CancelOrder(*CancelOrderInput) (*CancelOrderOutput, error)
CancelOrderWithContext(volcengine.Context, *CancelOrderInput, ...request.Option) (*CancelOrderOutput, error)
CancelOrderRequest(*CancelOrderInput) (*request.Request, *CancelOrderOutput)
CleanUpFinancialRelationCommon(*map[string]interface{}) (*map[string]interface{}, error)
CleanUpFinancialRelationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CleanUpFinancialRelationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CleanUpFinancialRelation(*CleanUpFinancialRelationInput) (*CleanUpFinancialRelationOutput, error)
CleanUpFinancialRelationWithContext(volcengine.Context, *CleanUpFinancialRelationInput, ...request.Option) (*CleanUpFinancialRelationOutput, error)
CleanUpFinancialRelationRequest(*CleanUpFinancialRelationInput) (*request.Request, *CleanUpFinancialRelationOutput)
CommonBuyCommon(*map[string]interface{}) (*map[string]interface{}, error)
CommonBuyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CommonBuyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CommonBuy(*CommonBuyInput) (*CommonBuyOutput, error)
CommonBuyWithContext(volcengine.Context, *CommonBuyInput, ...request.Option) (*CommonBuyOutput, error)
CommonBuyRequest(*CommonBuyInput) (*request.Request, *CommonBuyOutput)
CreateBudgetCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateBudgetCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateBudgetCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateBudget(*CreateBudgetInput) (*CreateBudgetOutput, error)
CreateBudgetWithContext(volcengine.Context, *CreateBudgetInput, ...request.Option) (*CreateBudgetOutput, error)
CreateBudgetRequest(*CreateBudgetInput) (*request.Request, *CreateBudgetOutput)
CreateFinancialRelationCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateFinancialRelationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateFinancialRelationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateFinancialRelation(*CreateFinancialRelationInput) (*CreateFinancialRelationOutput, error)
CreateFinancialRelationWithContext(volcengine.Context, *CreateFinancialRelationInput, ...request.Option) (*CreateFinancialRelationOutput, error)
CreateFinancialRelationRequest(*CreateFinancialRelationInput) (*request.Request, *CreateFinancialRelationOutput)
DeleteBudgetCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteBudgetCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteBudgetCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteBudget(*DeleteBudgetInput) (*DeleteBudgetOutput, error)
DeleteBudgetWithContext(volcengine.Context, *DeleteBudgetInput, ...request.Option) (*DeleteBudgetOutput, error)
DeleteBudgetRequest(*DeleteBudgetInput) (*request.Request, *DeleteBudgetOutput)
DeleteFinancialRelationCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteFinancialRelationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteFinancialRelationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteFinancialRelation(*DeleteFinancialRelationInput) (*DeleteFinancialRelationOutput, error)
DeleteFinancialRelationWithContext(volcengine.Context, *DeleteFinancialRelationInput, ...request.Option) (*DeleteFinancialRelationOutput, error)
DeleteFinancialRelationRequest(*DeleteFinancialRelationInput) (*request.Request, *DeleteFinancialRelationOutput)
GetOrderCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetOrderCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetOrderCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetOrder(*GetOrderInput) (*GetOrderOutput, error)
GetOrderWithContext(volcengine.Context, *GetOrderInput, ...request.Option) (*GetOrderOutput, error)
GetOrderRequest(*GetOrderInput) (*request.Request, *GetOrderOutput)
HandleInvitationCommon(*map[string]interface{}) (*map[string]interface{}, error)
HandleInvitationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
HandleInvitationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
HandleInvitation(*HandleInvitationInput) (*HandleInvitationOutput, error)
HandleInvitationWithContext(volcengine.Context, *HandleInvitationInput, ...request.Option) (*HandleInvitationOutput, error)
HandleInvitationRequest(*HandleInvitationInput) (*request.Request, *HandleInvitationOutput)
ListAmortizedCostBillDailyCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListAmortizedCostBillDailyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListAmortizedCostBillDailyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListAmortizedCostBillDaily(*ListAmortizedCostBillDailyInput) (*ListAmortizedCostBillDailyOutput, error)
ListAmortizedCostBillDailyWithContext(volcengine.Context, *ListAmortizedCostBillDailyInput, ...request.Option) (*ListAmortizedCostBillDailyOutput, error)
ListAmortizedCostBillDailyRequest(*ListAmortizedCostBillDailyInput) (*request.Request, *ListAmortizedCostBillDailyOutput)
ListAmortizedCostBillDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListAmortizedCostBillDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListAmortizedCostBillDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListAmortizedCostBillDetail(*ListAmortizedCostBillDetailInput) (*ListAmortizedCostBillDetailOutput, error)
ListAmortizedCostBillDetailWithContext(volcengine.Context, *ListAmortizedCostBillDetailInput, ...request.Option) (*ListAmortizedCostBillDetailOutput, error)
ListAmortizedCostBillDetailRequest(*ListAmortizedCostBillDetailInput) (*request.Request, *ListAmortizedCostBillDetailOutput)
ListAmortizedCostBillMonthlyCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListAmortizedCostBillMonthlyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListAmortizedCostBillMonthlyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListAmortizedCostBillMonthly(*ListAmortizedCostBillMonthlyInput) (*ListAmortizedCostBillMonthlyOutput, error)
ListAmortizedCostBillMonthlyWithContext(volcengine.Context, *ListAmortizedCostBillMonthlyInput, ...request.Option) (*ListAmortizedCostBillMonthlyOutput, error)
ListAmortizedCostBillMonthlyRequest(*ListAmortizedCostBillMonthlyInput) (*request.Request, *ListAmortizedCostBillMonthlyOutput)
ListAvailableInstancesCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListAvailableInstancesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListAvailableInstancesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListAvailableInstances(*ListAvailableInstancesInput) (*ListAvailableInstancesOutput, error)
ListAvailableInstancesWithContext(volcengine.Context, *ListAvailableInstancesInput, ...request.Option) (*ListAvailableInstancesOutput, error)
ListAvailableInstancesRequest(*ListAvailableInstancesInput) (*request.Request, *ListAvailableInstancesOutput)
ListBillCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListBillCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListBillCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListBill(*ListBillInput) (*ListBillOutput, error)
ListBillWithContext(volcengine.Context, *ListBillInput, ...request.Option) (*ListBillOutput, error)
ListBillRequest(*ListBillInput) (*request.Request, *ListBillOutput)
ListBillDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListBillDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListBillDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListBillDetail(*ListBillDetailInput) (*ListBillDetailOutput, error)
ListBillDetailWithContext(volcengine.Context, *ListBillDetailInput, ...request.Option) (*ListBillDetailOutput, error)
ListBillDetailRequest(*ListBillDetailInput) (*request.Request, *ListBillDetailOutput)
ListBillOverviewByCategoryCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListBillOverviewByCategoryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListBillOverviewByCategoryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListBillOverviewByCategory(*ListBillOverviewByCategoryInput) (*ListBillOverviewByCategoryOutput, error)
ListBillOverviewByCategoryWithContext(volcengine.Context, *ListBillOverviewByCategoryInput, ...request.Option) (*ListBillOverviewByCategoryOutput, error)
ListBillOverviewByCategoryRequest(*ListBillOverviewByCategoryInput) (*request.Request, *ListBillOverviewByCategoryOutput)
ListBillOverviewByProdCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListBillOverviewByProdCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListBillOverviewByProdCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListBillOverviewByProd(*ListBillOverviewByProdInput) (*ListBillOverviewByProdOutput, error)
ListBillOverviewByProdWithContext(volcengine.Context, *ListBillOverviewByProdInput, ...request.Option) (*ListBillOverviewByProdOutput, error)
ListBillOverviewByProdRequest(*ListBillOverviewByProdInput) (*request.Request, *ListBillOverviewByProdOutput)
ListBudgetCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListBudgetCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListBudgetCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListBudget(*ListBudgetInput) (*ListBudgetOutput, error)
ListBudgetWithContext(volcengine.Context, *ListBudgetInput, ...request.Option) (*ListBudgetOutput, error)
ListBudgetRequest(*ListBudgetInput) (*request.Request, *ListBudgetOutput)
ListBudgetAmountByBudgetIDCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListBudgetAmountByBudgetIDCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListBudgetAmountByBudgetIDCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListBudgetAmountByBudgetID(*ListBudgetAmountByBudgetIDInput) (*ListBudgetAmountByBudgetIDOutput, error)
ListBudgetAmountByBudgetIDWithContext(volcengine.Context, *ListBudgetAmountByBudgetIDInput, ...request.Option) (*ListBudgetAmountByBudgetIDOutput, error)
ListBudgetAmountByBudgetIDRequest(*ListBudgetAmountByBudgetIDInput) (*request.Request, *ListBudgetAmountByBudgetIDOutput)
ListBudgetFilterBillingModeCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListBudgetFilterBillingModeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListBudgetFilterBillingModeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListBudgetFilterBillingMode(*ListBudgetFilterBillingModeInput) (*ListBudgetFilterBillingModeOutput, error)
ListBudgetFilterBillingModeWithContext(volcengine.Context, *ListBudgetFilterBillingModeInput, ...request.Option) (*ListBudgetFilterBillingModeOutput, error)
ListBudgetFilterBillingModeRequest(*ListBudgetFilterBillingModeInput) (*request.Request, *ListBudgetFilterBillingModeOutput)
ListBudgetFilterOwnerIDCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListBudgetFilterOwnerIDCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListBudgetFilterOwnerIDCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListBudgetFilterOwnerID(*ListBudgetFilterOwnerIDInput) (*ListBudgetFilterOwnerIDOutput, error)
ListBudgetFilterOwnerIDWithContext(volcengine.Context, *ListBudgetFilterOwnerIDInput, ...request.Option) (*ListBudgetFilterOwnerIDOutput, error)
ListBudgetFilterOwnerIDRequest(*ListBudgetFilterOwnerIDInput) (*request.Request, *ListBudgetFilterOwnerIDOutput)
ListBudgetFilterPayerIDCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListBudgetFilterPayerIDCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListBudgetFilterPayerIDCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListBudgetFilterPayerID(*ListBudgetFilterPayerIDInput) (*ListBudgetFilterPayerIDOutput, error)
ListBudgetFilterPayerIDWithContext(volcengine.Context, *ListBudgetFilterPayerIDInput, ...request.Option) (*ListBudgetFilterPayerIDOutput, error)
ListBudgetFilterPayerIDRequest(*ListBudgetFilterPayerIDInput) (*request.Request, *ListBudgetFilterPayerIDOutput)
ListBudgetFilterProductCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListBudgetFilterProductCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListBudgetFilterProductCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListBudgetFilterProduct(*ListBudgetFilterProductInput) (*ListBudgetFilterProductOutput, error)
ListBudgetFilterProductWithContext(volcengine.Context, *ListBudgetFilterProductInput, ...request.Option) (*ListBudgetFilterProductOutput, error)
ListBudgetFilterProductRequest(*ListBudgetFilterProductInput) (*request.Request, *ListBudgetFilterProductOutput)
ListBudgetFilterProjectCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListBudgetFilterProjectCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListBudgetFilterProjectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListBudgetFilterProject(*ListBudgetFilterProjectInput) (*ListBudgetFilterProjectOutput, error)
ListBudgetFilterProjectWithContext(volcengine.Context, *ListBudgetFilterProjectInput, ...request.Option) (*ListBudgetFilterProjectOutput, error)
ListBudgetFilterProjectRequest(*ListBudgetFilterProjectInput) (*request.Request, *ListBudgetFilterProjectOutput)
ListBudgetFilterRegionCodeCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListBudgetFilterRegionCodeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListBudgetFilterRegionCodeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListBudgetFilterRegionCode(*ListBudgetFilterRegionCodeInput) (*ListBudgetFilterRegionCodeOutput, error)
ListBudgetFilterRegionCodeWithContext(volcengine.Context, *ListBudgetFilterRegionCodeInput, ...request.Option) (*ListBudgetFilterRegionCodeOutput, error)
ListBudgetFilterRegionCodeRequest(*ListBudgetFilterRegionCodeInput) (*request.Request, *ListBudgetFilterRegionCodeOutput)
ListBudgetFilterSubjectInfoCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListBudgetFilterSubjectInfoCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListBudgetFilterSubjectInfoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListBudgetFilterSubjectInfo(*ListBudgetFilterSubjectInfoInput) (*ListBudgetFilterSubjectInfoOutput, error)
ListBudgetFilterSubjectInfoWithContext(volcengine.Context, *ListBudgetFilterSubjectInfoInput, ...request.Option) (*ListBudgetFilterSubjectInfoOutput, error)
ListBudgetFilterSubjectInfoRequest(*ListBudgetFilterSubjectInfoInput) (*request.Request, *ListBudgetFilterSubjectInfoOutput)
ListBudgetFilterTagKeyCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListBudgetFilterTagKeyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListBudgetFilterTagKeyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListBudgetFilterTagKey(*ListBudgetFilterTagKeyInput) (*ListBudgetFilterTagKeyOutput, error)
ListBudgetFilterTagKeyWithContext(volcengine.Context, *ListBudgetFilterTagKeyInput, ...request.Option) (*ListBudgetFilterTagKeyOutput, error)
ListBudgetFilterTagKeyRequest(*ListBudgetFilterTagKeyInput) (*request.Request, *ListBudgetFilterTagKeyOutput)
ListBudgetFilterTagValueCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListBudgetFilterTagValueCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListBudgetFilterTagValueCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListBudgetFilterTagValue(*ListBudgetFilterTagValueInput) (*ListBudgetFilterTagValueOutput, error)
ListBudgetFilterTagValueWithContext(volcengine.Context, *ListBudgetFilterTagValueInput, ...request.Option) (*ListBudgetFilterTagValueOutput, error)
ListBudgetFilterTagValueRequest(*ListBudgetFilterTagValueInput) (*request.Request, *ListBudgetFilterTagValueOutput)
ListBudgetFilterZoneCodeCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListBudgetFilterZoneCodeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListBudgetFilterZoneCodeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListBudgetFilterZoneCode(*ListBudgetFilterZoneCodeInput) (*ListBudgetFilterZoneCodeOutput, error)
ListBudgetFilterZoneCodeWithContext(volcengine.Context, *ListBudgetFilterZoneCodeInput, ...request.Option) (*ListBudgetFilterZoneCodeOutput, error)
ListBudgetFilterZoneCodeRequest(*ListBudgetFilterZoneCodeInput) (*request.Request, *ListBudgetFilterZoneCodeOutput)
ListCouponUsageRecordsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListCouponUsageRecordsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListCouponUsageRecordsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListCouponUsageRecords(*ListCouponUsageRecordsInput) (*ListCouponUsageRecordsOutput, error)
ListCouponUsageRecordsWithContext(volcengine.Context, *ListCouponUsageRecordsInput, ...request.Option) (*ListCouponUsageRecordsOutput, error)
ListCouponUsageRecordsRequest(*ListCouponUsageRecordsInput) (*request.Request, *ListCouponUsageRecordsOutput)
ListCouponsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListCouponsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListCouponsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListCoupons(*ListCouponsInput) (*ListCouponsOutput, error)
ListCouponsWithContext(volcengine.Context, *ListCouponsInput, ...request.Option) (*ListCouponsOutput, error)
ListCouponsRequest(*ListCouponsInput) (*request.Request, *ListCouponsOutput)
ListFinancialRelationCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListFinancialRelationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListFinancialRelationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListFinancialRelation(*ListFinancialRelationInput) (*ListFinancialRelationOutput, error)
ListFinancialRelationWithContext(volcengine.Context, *ListFinancialRelationInput, ...request.Option) (*ListFinancialRelationOutput, error)
ListFinancialRelationRequest(*ListFinancialRelationInput) (*request.Request, *ListFinancialRelationOutput)
ListInvitationCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListInvitationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListInvitationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListInvitation(*ListInvitationInput) (*ListInvitationOutput, error)
ListInvitationWithContext(volcengine.Context, *ListInvitationInput, ...request.Option) (*ListInvitationOutput, error)
ListInvitationRequest(*ListInvitationInput) (*request.Request, *ListInvitationOutput)
ListOrderProductDetailsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListOrderProductDetailsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListOrderProductDetailsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListOrderProductDetails(*ListOrderProductDetailsInput) (*ListOrderProductDetailsOutput, error)
ListOrderProductDetailsWithContext(volcengine.Context, *ListOrderProductDetailsInput, ...request.Option) (*ListOrderProductDetailsOutput, error)
ListOrderProductDetailsRequest(*ListOrderProductDetailsInput) (*request.Request, *ListOrderProductDetailsOutput)
ListOrdersCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListOrdersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListOrdersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListOrders(*ListOrdersInput) (*ListOrdersOutput, error)
ListOrdersWithContext(volcengine.Context, *ListOrdersInput, ...request.Option) (*ListOrdersOutput, error)
ListOrdersRequest(*ListOrdersInput) (*request.Request, *ListOrdersOutput)
ListPackageUsageDetailsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListPackageUsageDetailsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListPackageUsageDetailsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListPackageUsageDetails(*ListPackageUsageDetailsInput) (*ListPackageUsageDetailsOutput, error)
ListPackageUsageDetailsWithContext(volcengine.Context, *ListPackageUsageDetailsInput, ...request.Option) (*ListPackageUsageDetailsOutput, error)
ListPackageUsageDetailsRequest(*ListPackageUsageDetailsInput) (*request.Request, *ListPackageUsageDetailsOutput)
ListRecipientInformationCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListRecipientInformationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListRecipientInformationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListRecipientInformation(*ListRecipientInformationInput) (*ListRecipientInformationOutput, error)
ListRecipientInformationWithContext(volcengine.Context, *ListRecipientInformationInput, ...request.Option) (*ListRecipientInformationOutput, error)
ListRecipientInformationRequest(*ListRecipientInformationInput) (*request.Request, *ListRecipientInformationOutput)
ListResourcePackagesCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListResourcePackagesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListResourcePackagesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListResourcePackages(*ListResourcePackagesInput) (*ListResourcePackagesOutput, error)
ListResourcePackagesWithContext(volcengine.Context, *ListResourcePackagesInput, ...request.Option) (*ListResourcePackagesOutput, error)
ListResourcePackagesRequest(*ListResourcePackagesInput) (*request.Request, *ListResourcePackagesOutput)
ListSplitBillDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListSplitBillDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListSplitBillDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListSplitBillDetail(*ListSplitBillDetailInput) (*ListSplitBillDetailOutput, error)
ListSplitBillDetailWithContext(volcengine.Context, *ListSplitBillDetailInput, ...request.Option) (*ListSplitBillDetailOutput, error)
ListSplitBillDetailRequest(*ListSplitBillDetailInput) (*request.Request, *ListSplitBillDetailOutput)
PayOrderCommon(*map[string]interface{}) (*map[string]interface{}, error)
PayOrderCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
PayOrderCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
PayOrder(*PayOrderInput) (*PayOrderOutput, error)
PayOrderWithContext(volcengine.Context, *PayOrderInput, ...request.Option) (*PayOrderOutput, error)
PayOrderRequest(*PayOrderInput) (*request.Request, *PayOrderOutput)
QueryBalanceAcctCommon(*map[string]interface{}) (*map[string]interface{}, error)
QueryBalanceAcctCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
QueryBalanceAcctCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
QueryBalanceAcct(*QueryBalanceAcctInput) (*QueryBalanceAcctOutput, error)
QueryBalanceAcctWithContext(volcengine.Context, *QueryBalanceAcctInput, ...request.Option) (*QueryBalanceAcctOutput, error)
QueryBalanceAcctRequest(*QueryBalanceAcctInput) (*request.Request, *QueryBalanceAcctOutput)
QueryBudgetDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
QueryBudgetDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
QueryBudgetDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
QueryBudgetDetail(*QueryBudgetDetailInput) (*QueryBudgetDetailOutput, error)
QueryBudgetDetailWithContext(volcengine.Context, *QueryBudgetDetailInput, ...request.Option) (*QueryBudgetDetailOutput, error)
QueryBudgetDetailRequest(*QueryBudgetDetailInput) (*request.Request, *QueryBudgetDetailOutput)
QueryPriceForPayAsYouGoCommon(*map[string]interface{}) (*map[string]interface{}, error)
QueryPriceForPayAsYouGoCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
QueryPriceForPayAsYouGoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
QueryPriceForPayAsYouGo(*QueryPriceForPayAsYouGoInput) (*QueryPriceForPayAsYouGoOutput, error)
QueryPriceForPayAsYouGoWithContext(volcengine.Context, *QueryPriceForPayAsYouGoInput, ...request.Option) (*QueryPriceForPayAsYouGoOutput, error)
QueryPriceForPayAsYouGoRequest(*QueryPriceForPayAsYouGoInput) (*request.Request, *QueryPriceForPayAsYouGoOutput)
QueryPriceForRenewCommon(*map[string]interface{}) (*map[string]interface{}, error)
QueryPriceForRenewCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
QueryPriceForRenewCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
QueryPriceForRenew(*QueryPriceForRenewInput) (*QueryPriceForRenewOutput, error)
QueryPriceForRenewWithContext(volcengine.Context, *QueryPriceForRenewInput, ...request.Option) (*QueryPriceForRenewOutput, error)
QueryPriceForRenewRequest(*QueryPriceForRenewInput) (*request.Request, *QueryPriceForRenewOutput)
QueryPriceForSubscriptionCommon(*map[string]interface{}) (*map[string]interface{}, error)
QueryPriceForSubscriptionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
QueryPriceForSubscriptionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
QueryPriceForSubscription(*QueryPriceForSubscriptionInput) (*QueryPriceForSubscriptionOutput, error)
QueryPriceForSubscriptionWithContext(volcengine.Context, *QueryPriceForSubscriptionInput, ...request.Option) (*QueryPriceForSubscriptionOutput, error)
QueryPriceForSubscriptionRequest(*QueryPriceForSubscriptionInput) (*request.Request, *QueryPriceForSubscriptionOutput)
RenewInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
RenewInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
RenewInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
RenewInstance(*RenewInstanceInput) (*RenewInstanceOutput, error)
RenewInstanceWithContext(volcengine.Context, *RenewInstanceInput, ...request.Option) (*RenewInstanceOutput, error)
RenewInstanceRequest(*RenewInstanceInput) (*request.Request, *RenewInstanceOutput)
SetRenewalTypeCommon(*map[string]interface{}) (*map[string]interface{}, error)
SetRenewalTypeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
SetRenewalTypeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
SetRenewalType(*SetRenewalTypeInput) (*SetRenewalTypeOutput, error)
SetRenewalTypeWithContext(volcengine.Context, *SetRenewalTypeInput, ...request.Option) (*SetRenewalTypeOutput, error)
SetRenewalTypeRequest(*SetRenewalTypeInput) (*request.Request, *SetRenewalTypeOutput)
UnsubscribeInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
UnsubscribeInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UnsubscribeInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UnsubscribeInstance(*UnsubscribeInstanceInput) (*UnsubscribeInstanceOutput, error)
UnsubscribeInstanceWithContext(volcengine.Context, *UnsubscribeInstanceInput, ...request.Option) (*UnsubscribeInstanceOutput, error)
UnsubscribeInstanceRequest(*UnsubscribeInstanceInput) (*request.Request, *UnsubscribeInstanceOutput)
UpdateAuthCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateAuthCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateAuthCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateAuth(*UpdateAuthInput) (*UpdateAuthOutput, error)
UpdateAuthWithContext(volcengine.Context, *UpdateAuthInput, ...request.Option) (*UpdateAuthOutput, error)
UpdateAuthRequest(*UpdateAuthInput) (*request.Request, *UpdateAuthOutput)
UpdateBudgetCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateBudgetCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateBudgetCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateBudget(*UpdateBudgetInput) (*UpdateBudgetOutput, error)
UpdateBudgetWithContext(volcengine.Context, *UpdateBudgetInput, ...request.Option) (*UpdateBudgetOutput, error)
UpdateBudgetRequest(*UpdateBudgetInput) (*request.Request, *UpdateBudgetOutput)
}
BILLINGAPI provides an interface to enable mocking the billing.BILLING service client's API operation,
// volcengine sdk func uses an SDK service client to make a request to
// BILLING.
func myFunc(svc BILLINGAPI) bool {
// Make svc.CancelInvitation request
}
func main() {
sess := session.New()
svc := billing.New(sess)
myFunc(svc)
}
type BillingModeInfoListForListBudgetFilterBillingModeOutput ¶ added in v1.1.41
type BillingModeInfoListForListBudgetFilterBillingModeOutput struct {
BillingModeCode *string `type:"string" json:",omitempty"`
BillingModeName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (BillingModeInfoListForListBudgetFilterBillingModeOutput) GoString ¶ added in v1.1.41
func (s BillingModeInfoListForListBudgetFilterBillingModeOutput) GoString() string
GoString returns the string representation
func (*BillingModeInfoListForListBudgetFilterBillingModeOutput) SetBillingModeCode ¶ added in v1.1.41
func (s *BillingModeInfoListForListBudgetFilterBillingModeOutput) SetBillingModeCode(v string) *BillingModeInfoListForListBudgetFilterBillingModeOutput
SetBillingModeCode sets the BillingModeCode field's value.
func (*BillingModeInfoListForListBudgetFilterBillingModeOutput) SetBillingModeName ¶ added in v1.1.41
func (s *BillingModeInfoListForListBudgetFilterBillingModeOutput) SetBillingModeName(v string) *BillingModeInfoListForListBudgetFilterBillingModeOutput
SetBillingModeName sets the BillingModeName field's value.
func (BillingModeInfoListForListBudgetFilterBillingModeOutput) String ¶ added in v1.1.41
func (s BillingModeInfoListForListBudgetFilterBillingModeOutput) String() string
String returns the string representation
type BudgetAlertMessageDetailListForQueryBudgetDetailOutput ¶ added in v1.1.41
type BudgetAlertMessageDetailListForQueryBudgetDetailOutput struct {
EmailSendSwitch *int32 `type:"int32" json:",omitempty"`
InternalSendSwitch *int32 `type:"int32" json:",omitempty"`
MessageSendSwitch *int32 `type:"int32" json:",omitempty"`
RecipientEmail *string `type:"string" json:",omitempty"`
RecipientID *int64 `type:"int64" json:",omitempty"`
RecipientMessage *string `type:"string" json:",omitempty"`
RecipientName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (BudgetAlertMessageDetailListForQueryBudgetDetailOutput) GoString ¶ added in v1.1.41
func (s BudgetAlertMessageDetailListForQueryBudgetDetailOutput) GoString() string
GoString returns the string representation
func (*BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetEmailSendSwitch ¶ added in v1.1.41
func (s *BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetEmailSendSwitch(v int32) *BudgetAlertMessageDetailListForQueryBudgetDetailOutput
SetEmailSendSwitch sets the EmailSendSwitch field's value.
func (*BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetInternalSendSwitch ¶ added in v1.1.41
func (s *BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetInternalSendSwitch(v int32) *BudgetAlertMessageDetailListForQueryBudgetDetailOutput
SetInternalSendSwitch sets the InternalSendSwitch field's value.
func (*BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetMessageSendSwitch ¶ added in v1.1.41
func (s *BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetMessageSendSwitch(v int32) *BudgetAlertMessageDetailListForQueryBudgetDetailOutput
SetMessageSendSwitch sets the MessageSendSwitch field's value.
func (*BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetRecipientEmail ¶ added in v1.1.41
func (s *BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetRecipientEmail(v string) *BudgetAlertMessageDetailListForQueryBudgetDetailOutput
SetRecipientEmail sets the RecipientEmail field's value.
func (*BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetRecipientID ¶ added in v1.1.41
func (s *BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetRecipientID(v int64) *BudgetAlertMessageDetailListForQueryBudgetDetailOutput
SetRecipientID sets the RecipientID field's value.
func (*BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetRecipientMessage ¶ added in v1.1.41
func (s *BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetRecipientMessage(v string) *BudgetAlertMessageDetailListForQueryBudgetDetailOutput
SetRecipientMessage sets the RecipientMessage field's value.
func (*BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetRecipientName ¶ added in v1.1.41
func (s *BudgetAlertMessageDetailListForQueryBudgetDetailOutput) SetRecipientName(v string) *BudgetAlertMessageDetailListForQueryBudgetDetailOutput
SetRecipientName sets the RecipientName field's value.
func (BudgetAlertMessageDetailListForQueryBudgetDetailOutput) String ¶ added in v1.1.41
func (s BudgetAlertMessageDetailListForQueryBudgetDetailOutput) String() string
String returns the string representation
type BudgetAlertMessageForCreateBudgetInput ¶ added in v1.1.41
type BudgetAlertMessageForCreateBudgetInput struct {
EmailSendSwitch *int32 `type:"int32" json:",omitempty"`
InternalSendSwitch *int32 `type:"int32" json:",omitempty"`
MessageSendSwitch *int32 `type:"int32" json:",omitempty"`
RecipientID *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (BudgetAlertMessageForCreateBudgetInput) GoString ¶ added in v1.1.41
func (s BudgetAlertMessageForCreateBudgetInput) GoString() string
GoString returns the string representation
func (*BudgetAlertMessageForCreateBudgetInput) SetEmailSendSwitch ¶ added in v1.1.41
func (s *BudgetAlertMessageForCreateBudgetInput) SetEmailSendSwitch(v int32) *BudgetAlertMessageForCreateBudgetInput
SetEmailSendSwitch sets the EmailSendSwitch field's value.
func (*BudgetAlertMessageForCreateBudgetInput) SetInternalSendSwitch ¶ added in v1.1.41
func (s *BudgetAlertMessageForCreateBudgetInput) SetInternalSendSwitch(v int32) *BudgetAlertMessageForCreateBudgetInput
SetInternalSendSwitch sets the InternalSendSwitch field's value.
func (*BudgetAlertMessageForCreateBudgetInput) SetMessageSendSwitch ¶ added in v1.1.41
func (s *BudgetAlertMessageForCreateBudgetInput) SetMessageSendSwitch(v int32) *BudgetAlertMessageForCreateBudgetInput
SetMessageSendSwitch sets the MessageSendSwitch field's value.
func (*BudgetAlertMessageForCreateBudgetInput) SetRecipientID ¶ added in v1.1.41
func (s *BudgetAlertMessageForCreateBudgetInput) SetRecipientID(v int64) *BudgetAlertMessageForCreateBudgetInput
SetRecipientID sets the RecipientID field's value.
func (BudgetAlertMessageForCreateBudgetInput) String ¶ added in v1.1.41
func (s BudgetAlertMessageForCreateBudgetInput) String() string
String returns the string representation
type BudgetAlertMessageForUpdateBudgetInput ¶ added in v1.1.41
type BudgetAlertMessageForUpdateBudgetInput struct {
EmailSendSwitch *int32 `type:"int32" json:",omitempty"`
InternalSendSwitch *int32 `type:"int32" json:",omitempty"`
MessageSendSwitch *int32 `type:"int32" json:",omitempty"`
RecipientID *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (BudgetAlertMessageForUpdateBudgetInput) GoString ¶ added in v1.1.41
func (s BudgetAlertMessageForUpdateBudgetInput) GoString() string
GoString returns the string representation
func (*BudgetAlertMessageForUpdateBudgetInput) SetEmailSendSwitch ¶ added in v1.1.41
func (s *BudgetAlertMessageForUpdateBudgetInput) SetEmailSendSwitch(v int32) *BudgetAlertMessageForUpdateBudgetInput
SetEmailSendSwitch sets the EmailSendSwitch field's value.
func (*BudgetAlertMessageForUpdateBudgetInput) SetInternalSendSwitch ¶ added in v1.1.41
func (s *BudgetAlertMessageForUpdateBudgetInput) SetInternalSendSwitch(v int32) *BudgetAlertMessageForUpdateBudgetInput
SetInternalSendSwitch sets the InternalSendSwitch field's value.
func (*BudgetAlertMessageForUpdateBudgetInput) SetMessageSendSwitch ¶ added in v1.1.41
func (s *BudgetAlertMessageForUpdateBudgetInput) SetMessageSendSwitch(v int32) *BudgetAlertMessageForUpdateBudgetInput
SetMessageSendSwitch sets the MessageSendSwitch field's value.
func (*BudgetAlertMessageForUpdateBudgetInput) SetRecipientID ¶ added in v1.1.41
func (s *BudgetAlertMessageForUpdateBudgetInput) SetRecipientID(v int64) *BudgetAlertMessageForUpdateBudgetInput
SetRecipientID sets the RecipientID field's value.
func (BudgetAlertMessageForUpdateBudgetInput) String ¶ added in v1.1.41
func (s BudgetAlertMessageForUpdateBudgetInput) String() string
String returns the string representation
type BudgetAlertRuleForCreateBudgetInput ¶ added in v1.1.41
type BudgetAlertRuleForCreateBudgetInput struct {
BudgetAlertItem *string `type:"string" json:",omitempty" enum:"EnumOfBudgetAlertItemForCreateBudgetInput"`
BudgetAlertRuleID *string `type:"string" json:",omitempty"`
BudgetAlertThreshold *string `type:"string" json:",omitempty"`
BudgetAlertThresholdType *string `type:"string" json:",omitempty" enum:"EnumOfBudgetAlertThresholdTypeForCreateBudgetInput"`
// contains filtered or unexported fields
}
func (BudgetAlertRuleForCreateBudgetInput) GoString ¶ added in v1.1.41
func (s BudgetAlertRuleForCreateBudgetInput) GoString() string
GoString returns the string representation
func (*BudgetAlertRuleForCreateBudgetInput) SetBudgetAlertItem ¶ added in v1.1.41
func (s *BudgetAlertRuleForCreateBudgetInput) SetBudgetAlertItem(v string) *BudgetAlertRuleForCreateBudgetInput
SetBudgetAlertItem sets the BudgetAlertItem field's value.
func (*BudgetAlertRuleForCreateBudgetInput) SetBudgetAlertRuleID ¶ added in v1.1.41
func (s *BudgetAlertRuleForCreateBudgetInput) SetBudgetAlertRuleID(v string) *BudgetAlertRuleForCreateBudgetInput
SetBudgetAlertRuleID sets the BudgetAlertRuleID field's value.
func (*BudgetAlertRuleForCreateBudgetInput) SetBudgetAlertThreshold ¶ added in v1.1.41
func (s *BudgetAlertRuleForCreateBudgetInput) SetBudgetAlertThreshold(v string) *BudgetAlertRuleForCreateBudgetInput
SetBudgetAlertThreshold sets the BudgetAlertThreshold field's value.
func (*BudgetAlertRuleForCreateBudgetInput) SetBudgetAlertThresholdType ¶ added in v1.1.41
func (s *BudgetAlertRuleForCreateBudgetInput) SetBudgetAlertThresholdType(v string) *BudgetAlertRuleForCreateBudgetInput
SetBudgetAlertThresholdType sets the BudgetAlertThresholdType field's value.
func (BudgetAlertRuleForCreateBudgetInput) String ¶ added in v1.1.41
func (s BudgetAlertRuleForCreateBudgetInput) String() string
String returns the string representation
type BudgetAlertRuleForUpdateBudgetInput ¶ added in v1.1.41
type BudgetAlertRuleForUpdateBudgetInput struct {
BudgetAlertItem *string `type:"string" json:",omitempty" enum:"EnumOfBudgetAlertItemForUpdateBudgetInput"`
BudgetAlertRuleID *string `type:"string" json:",omitempty"`
BudgetAlertThreshold *string `type:"string" json:",omitempty"`
BudgetAlertThresholdType *string `type:"string" json:",omitempty" enum:"EnumOfBudgetAlertThresholdTypeForUpdateBudgetInput"`
// contains filtered or unexported fields
}
func (BudgetAlertRuleForUpdateBudgetInput) GoString ¶ added in v1.1.41
func (s BudgetAlertRuleForUpdateBudgetInput) GoString() string
GoString returns the string representation
func (*BudgetAlertRuleForUpdateBudgetInput) SetBudgetAlertItem ¶ added in v1.1.41
func (s *BudgetAlertRuleForUpdateBudgetInput) SetBudgetAlertItem(v string) *BudgetAlertRuleForUpdateBudgetInput
SetBudgetAlertItem sets the BudgetAlertItem field's value.
func (*BudgetAlertRuleForUpdateBudgetInput) SetBudgetAlertRuleID ¶ added in v1.1.41
func (s *BudgetAlertRuleForUpdateBudgetInput) SetBudgetAlertRuleID(v string) *BudgetAlertRuleForUpdateBudgetInput
SetBudgetAlertRuleID sets the BudgetAlertRuleID field's value.
func (*BudgetAlertRuleForUpdateBudgetInput) SetBudgetAlertThreshold ¶ added in v1.1.41
func (s *BudgetAlertRuleForUpdateBudgetInput) SetBudgetAlertThreshold(v string) *BudgetAlertRuleForUpdateBudgetInput
SetBudgetAlertThreshold sets the BudgetAlertThreshold field's value.
func (*BudgetAlertRuleForUpdateBudgetInput) SetBudgetAlertThresholdType ¶ added in v1.1.41
func (s *BudgetAlertRuleForUpdateBudgetInput) SetBudgetAlertThresholdType(v string) *BudgetAlertRuleForUpdateBudgetInput
SetBudgetAlertThresholdType sets the BudgetAlertThresholdType field's value.
func (BudgetAlertRuleForUpdateBudgetInput) String ¶ added in v1.1.41
func (s BudgetAlertRuleForUpdateBudgetInput) String() string
String returns the string representation
type BudgetAlertRuleListForQueryBudgetDetailOutput ¶ added in v1.1.41
type BudgetAlertRuleListForQueryBudgetDetailOutput struct {
BudgetAlertItem *string `type:"string" json:",omitempty" enum:"EnumOfBudgetAlertItemForQueryBudgetDetailOutput"`
BudgetAlertRuleID *string `type:"string" json:",omitempty"`
BudgetAlertThreshold *string `type:"string" json:",omitempty"`
BudgetAlertThresholdType *string `type:"string" json:",omitempty" enum:"EnumOfBudgetAlertThresholdTypeForQueryBudgetDetailOutput"`
// contains filtered or unexported fields
}
func (BudgetAlertRuleListForQueryBudgetDetailOutput) GoString ¶ added in v1.1.41
func (s BudgetAlertRuleListForQueryBudgetDetailOutput) GoString() string
GoString returns the string representation
func (*BudgetAlertRuleListForQueryBudgetDetailOutput) SetBudgetAlertItem ¶ added in v1.1.41
func (s *BudgetAlertRuleListForQueryBudgetDetailOutput) SetBudgetAlertItem(v string) *BudgetAlertRuleListForQueryBudgetDetailOutput
SetBudgetAlertItem sets the BudgetAlertItem field's value.
func (*BudgetAlertRuleListForQueryBudgetDetailOutput) SetBudgetAlertRuleID ¶ added in v1.1.41
func (s *BudgetAlertRuleListForQueryBudgetDetailOutput) SetBudgetAlertRuleID(v string) *BudgetAlertRuleListForQueryBudgetDetailOutput
SetBudgetAlertRuleID sets the BudgetAlertRuleID field's value.
func (*BudgetAlertRuleListForQueryBudgetDetailOutput) SetBudgetAlertThreshold ¶ added in v1.1.41
func (s *BudgetAlertRuleListForQueryBudgetDetailOutput) SetBudgetAlertThreshold(v string) *BudgetAlertRuleListForQueryBudgetDetailOutput
SetBudgetAlertThreshold sets the BudgetAlertThreshold field's value.
func (*BudgetAlertRuleListForQueryBudgetDetailOutput) SetBudgetAlertThresholdType ¶ added in v1.1.41
func (s *BudgetAlertRuleListForQueryBudgetDetailOutput) SetBudgetAlertThresholdType(v string) *BudgetAlertRuleListForQueryBudgetDetailOutput
SetBudgetAlertThresholdType sets the BudgetAlertThresholdType field's value.
func (BudgetAlertRuleListForQueryBudgetDetailOutput) String ¶ added in v1.1.41
func (s BudgetAlertRuleListForQueryBudgetDetailOutput) String() string
String returns the string representation
type BudgetAmountForCreateBudgetInput ¶ added in v1.1.41
type BudgetAmountForCreateBudgetInput struct {
BudgetAmount *string `type:"string" json:",omitempty"`
BudgetAmountID *string `type:"string" json:",omitempty"`
BudgetPeriod *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (BudgetAmountForCreateBudgetInput) GoString ¶ added in v1.1.41
func (s BudgetAmountForCreateBudgetInput) GoString() string
GoString returns the string representation
func (*BudgetAmountForCreateBudgetInput) SetBudgetAmount ¶ added in v1.1.41
func (s *BudgetAmountForCreateBudgetInput) SetBudgetAmount(v string) *BudgetAmountForCreateBudgetInput
SetBudgetAmount sets the BudgetAmount field's value.
func (*BudgetAmountForCreateBudgetInput) SetBudgetAmountID ¶ added in v1.1.41
func (s *BudgetAmountForCreateBudgetInput) SetBudgetAmountID(v string) *BudgetAmountForCreateBudgetInput
SetBudgetAmountID sets the BudgetAmountID field's value.
func (*BudgetAmountForCreateBudgetInput) SetBudgetPeriod ¶ added in v1.1.41
func (s *BudgetAmountForCreateBudgetInput) SetBudgetPeriod(v string) *BudgetAmountForCreateBudgetInput
SetBudgetPeriod sets the BudgetPeriod field's value.
func (BudgetAmountForCreateBudgetInput) String ¶ added in v1.1.41
func (s BudgetAmountForCreateBudgetInput) String() string
String returns the string representation
type BudgetAmountForUpdateBudgetInput ¶ added in v1.1.41
type BudgetAmountForUpdateBudgetInput struct {
BudgetAmount *string `type:"string" json:",omitempty"`
BudgetAmountID *string `type:"string" json:",omitempty"`
BudgetPeriod *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (BudgetAmountForUpdateBudgetInput) GoString ¶ added in v1.1.41
func (s BudgetAmountForUpdateBudgetInput) GoString() string
GoString returns the string representation
func (*BudgetAmountForUpdateBudgetInput) SetBudgetAmount ¶ added in v1.1.41
func (s *BudgetAmountForUpdateBudgetInput) SetBudgetAmount(v string) *BudgetAmountForUpdateBudgetInput
SetBudgetAmount sets the BudgetAmount field's value.
func (*BudgetAmountForUpdateBudgetInput) SetBudgetAmountID ¶ added in v1.1.41
func (s *BudgetAmountForUpdateBudgetInput) SetBudgetAmountID(v string) *BudgetAmountForUpdateBudgetInput
SetBudgetAmountID sets the BudgetAmountID field's value.
func (*BudgetAmountForUpdateBudgetInput) SetBudgetPeriod ¶ added in v1.1.41
func (s *BudgetAmountForUpdateBudgetInput) SetBudgetPeriod(v string) *BudgetAmountForUpdateBudgetInput
SetBudgetPeriod sets the BudgetPeriod field's value.
func (BudgetAmountForUpdateBudgetInput) String ¶ added in v1.1.41
func (s BudgetAmountForUpdateBudgetInput) String() string
String returns the string representation
type BudgetAmountListForListBudgetAmountByBudgetIDOutput ¶ added in v1.1.41
type BudgetAmountListForListBudgetAmountByBudgetIDOutput struct {
ActualAmount *string `type:"string" json:",omitempty"`
BudgetAmount *string `type:"string" json:",omitempty"`
BudgetAmountID *string `type:"string" json:",omitempty"`
BudgetPeriod *string `type:"string" json:",omitempty"`
Difference *string `type:"string" json:",omitempty"`
Ratio *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (BudgetAmountListForListBudgetAmountByBudgetIDOutput) GoString ¶ added in v1.1.41
func (s BudgetAmountListForListBudgetAmountByBudgetIDOutput) GoString() string
GoString returns the string representation
func (*BudgetAmountListForListBudgetAmountByBudgetIDOutput) SetActualAmount ¶ added in v1.1.41
func (s *BudgetAmountListForListBudgetAmountByBudgetIDOutput) SetActualAmount(v string) *BudgetAmountListForListBudgetAmountByBudgetIDOutput
SetActualAmount sets the ActualAmount field's value.
func (*BudgetAmountListForListBudgetAmountByBudgetIDOutput) SetBudgetAmount ¶ added in v1.1.41
func (s *BudgetAmountListForListBudgetAmountByBudgetIDOutput) SetBudgetAmount(v string) *BudgetAmountListForListBudgetAmountByBudgetIDOutput
SetBudgetAmount sets the BudgetAmount field's value.
func (*BudgetAmountListForListBudgetAmountByBudgetIDOutput) SetBudgetAmountID ¶ added in v1.1.41
func (s *BudgetAmountListForListBudgetAmountByBudgetIDOutput) SetBudgetAmountID(v string) *BudgetAmountListForListBudgetAmountByBudgetIDOutput
SetBudgetAmountID sets the BudgetAmountID field's value.
func (*BudgetAmountListForListBudgetAmountByBudgetIDOutput) SetBudgetPeriod ¶ added in v1.1.41
func (s *BudgetAmountListForListBudgetAmountByBudgetIDOutput) SetBudgetPeriod(v string) *BudgetAmountListForListBudgetAmountByBudgetIDOutput
SetBudgetPeriod sets the BudgetPeriod field's value.
func (*BudgetAmountListForListBudgetAmountByBudgetIDOutput) SetDifference ¶ added in v1.1.41
func (s *BudgetAmountListForListBudgetAmountByBudgetIDOutput) SetDifference(v string) *BudgetAmountListForListBudgetAmountByBudgetIDOutput
SetDifference sets the Difference field's value.
func (*BudgetAmountListForListBudgetAmountByBudgetIDOutput) SetRatio ¶ added in v1.1.41
func (s *BudgetAmountListForListBudgetAmountByBudgetIDOutput) SetRatio(v string) *BudgetAmountListForListBudgetAmountByBudgetIDOutput
SetRatio sets the Ratio field's value.
func (BudgetAmountListForListBudgetAmountByBudgetIDOutput) String ¶ added in v1.1.41
func (s BudgetAmountListForListBudgetAmountByBudgetIDOutput) String() string
String returns the string representation
type BudgetForCreateBudgetInput ¶ added in v1.1.41
type BudgetForCreateBudgetInput struct {
BudgetEndTime *string `type:"string" json:",omitempty"`
BudgetName *string `type:"string" json:",omitempty"`
BudgetPlanType *string `type:"string" json:",omitempty" enum:"EnumOfBudgetPlanTypeForCreateBudgetInput"`
BudgetStartTime *string `type:"string" json:",omitempty"`
BudgetType *string `type:"string" json:",omitempty" enum:"EnumOfBudgetTypeForCreateBudgetInput"`
Period *string `type:"string" json:",omitempty" enum:"EnumOfPeriodForCreateBudgetInput"`
// contains filtered or unexported fields
}
func (BudgetForCreateBudgetInput) GoString ¶ added in v1.1.41
func (s BudgetForCreateBudgetInput) GoString() string
GoString returns the string representation
func (*BudgetForCreateBudgetInput) SetBudgetEndTime ¶ added in v1.1.41
func (s *BudgetForCreateBudgetInput) SetBudgetEndTime(v string) *BudgetForCreateBudgetInput
SetBudgetEndTime sets the BudgetEndTime field's value.
func (*BudgetForCreateBudgetInput) SetBudgetName ¶ added in v1.1.41
func (s *BudgetForCreateBudgetInput) SetBudgetName(v string) *BudgetForCreateBudgetInput
SetBudgetName sets the BudgetName field's value.
func (*BudgetForCreateBudgetInput) SetBudgetPlanType ¶ added in v1.1.41
func (s *BudgetForCreateBudgetInput) SetBudgetPlanType(v string) *BudgetForCreateBudgetInput
SetBudgetPlanType sets the BudgetPlanType field's value.
func (*BudgetForCreateBudgetInput) SetBudgetStartTime ¶ added in v1.1.41
func (s *BudgetForCreateBudgetInput) SetBudgetStartTime(v string) *BudgetForCreateBudgetInput
SetBudgetStartTime sets the BudgetStartTime field's value.
func (*BudgetForCreateBudgetInput) SetBudgetType ¶ added in v1.1.41
func (s *BudgetForCreateBudgetInput) SetBudgetType(v string) *BudgetForCreateBudgetInput
SetBudgetType sets the BudgetType field's value.
func (*BudgetForCreateBudgetInput) SetPeriod ¶ added in v1.1.41
func (s *BudgetForCreateBudgetInput) SetPeriod(v string) *BudgetForCreateBudgetInput
SetPeriod sets the Period field's value.
func (BudgetForCreateBudgetInput) String ¶ added in v1.1.41
func (s BudgetForCreateBudgetInput) String() string
String returns the string representation
type BudgetForQueryBudgetDetailOutput ¶ added in v1.1.41
type BudgetForQueryBudgetDetailOutput struct {
BudgetEndTime *string `type:"string" json:",omitempty"`
BudgetName *string `type:"string" json:",omitempty"`
BudgetPlanType *string `type:"string" json:",omitempty" enum:"EnumOfBudgetPlanTypeForQueryBudgetDetailOutput"`
BudgetStartTime *string `type:"string" json:",omitempty"`
BudgetType *string `type:"string" json:",omitempty" enum:"EnumOfBudgetTypeForQueryBudgetDetailOutput"`
Period *string `type:"string" json:",omitempty" enum:"EnumOfPeriodForQueryBudgetDetailOutput"`
// contains filtered or unexported fields
}
func (BudgetForQueryBudgetDetailOutput) GoString ¶ added in v1.1.41
func (s BudgetForQueryBudgetDetailOutput) GoString() string
GoString returns the string representation
func (*BudgetForQueryBudgetDetailOutput) SetBudgetEndTime ¶ added in v1.1.41
func (s *BudgetForQueryBudgetDetailOutput) SetBudgetEndTime(v string) *BudgetForQueryBudgetDetailOutput
SetBudgetEndTime sets the BudgetEndTime field's value.
func (*BudgetForQueryBudgetDetailOutput) SetBudgetName ¶ added in v1.1.41
func (s *BudgetForQueryBudgetDetailOutput) SetBudgetName(v string) *BudgetForQueryBudgetDetailOutput
SetBudgetName sets the BudgetName field's value.
func (*BudgetForQueryBudgetDetailOutput) SetBudgetPlanType ¶ added in v1.1.41
func (s *BudgetForQueryBudgetDetailOutput) SetBudgetPlanType(v string) *BudgetForQueryBudgetDetailOutput
SetBudgetPlanType sets the BudgetPlanType field's value.
func (*BudgetForQueryBudgetDetailOutput) SetBudgetStartTime ¶ added in v1.1.41
func (s *BudgetForQueryBudgetDetailOutput) SetBudgetStartTime(v string) *BudgetForQueryBudgetDetailOutput
SetBudgetStartTime sets the BudgetStartTime field's value.
func (*BudgetForQueryBudgetDetailOutput) SetBudgetType ¶ added in v1.1.41
func (s *BudgetForQueryBudgetDetailOutput) SetBudgetType(v string) *BudgetForQueryBudgetDetailOutput
SetBudgetType sets the BudgetType field's value.
func (*BudgetForQueryBudgetDetailOutput) SetPeriod ¶ added in v1.1.41
func (s *BudgetForQueryBudgetDetailOutput) SetPeriod(v string) *BudgetForQueryBudgetDetailOutput
SetPeriod sets the Period field's value.
func (BudgetForQueryBudgetDetailOutput) String ¶ added in v1.1.41
func (s BudgetForQueryBudgetDetailOutput) String() string
String returns the string representation
type BudgetForUpdateBudgetInput ¶ added in v1.1.41
type BudgetForUpdateBudgetInput struct {
BudgetEndTime *string `type:"string" json:",omitempty"`
BudgetName *string `type:"string" json:",omitempty"`
BudgetPlanType *string `type:"string" json:",omitempty" enum:"EnumOfBudgetPlanTypeForUpdateBudgetInput"`
BudgetStartTime *string `type:"string" json:",omitempty"`
BudgetType *string `type:"string" json:",omitempty" enum:"EnumOfBudgetTypeForUpdateBudgetInput"`
Period *string `type:"string" json:",omitempty" enum:"EnumOfPeriodForUpdateBudgetInput"`
// contains filtered or unexported fields
}
func (BudgetForUpdateBudgetInput) GoString ¶ added in v1.1.41
func (s BudgetForUpdateBudgetInput) GoString() string
GoString returns the string representation
func (*BudgetForUpdateBudgetInput) SetBudgetEndTime ¶ added in v1.1.41
func (s *BudgetForUpdateBudgetInput) SetBudgetEndTime(v string) *BudgetForUpdateBudgetInput
SetBudgetEndTime sets the BudgetEndTime field's value.
func (*BudgetForUpdateBudgetInput) SetBudgetName ¶ added in v1.1.41
func (s *BudgetForUpdateBudgetInput) SetBudgetName(v string) *BudgetForUpdateBudgetInput
SetBudgetName sets the BudgetName field's value.
func (*BudgetForUpdateBudgetInput) SetBudgetPlanType ¶ added in v1.1.41
func (s *BudgetForUpdateBudgetInput) SetBudgetPlanType(v string) *BudgetForUpdateBudgetInput
SetBudgetPlanType sets the BudgetPlanType field's value.
func (*BudgetForUpdateBudgetInput) SetBudgetStartTime ¶ added in v1.1.41
func (s *BudgetForUpdateBudgetInput) SetBudgetStartTime(v string) *BudgetForUpdateBudgetInput
SetBudgetStartTime sets the BudgetStartTime field's value.
func (*BudgetForUpdateBudgetInput) SetBudgetType ¶ added in v1.1.41
func (s *BudgetForUpdateBudgetInput) SetBudgetType(v string) *BudgetForUpdateBudgetInput
SetBudgetType sets the BudgetType field's value.
func (*BudgetForUpdateBudgetInput) SetPeriod ¶ added in v1.1.41
func (s *BudgetForUpdateBudgetInput) SetPeriod(v string) *BudgetForUpdateBudgetInput
SetPeriod sets the Period field's value.
func (BudgetForUpdateBudgetInput) String ¶ added in v1.1.41
func (s BudgetForUpdateBudgetInput) String() string
String returns the string representation
type BudgetListForListBudgetOutput ¶ added in v1.1.41
type BudgetListForListBudgetOutput struct {
ActualAmount *string `type:"string" json:",omitempty"`
BudgetAmount *string `type:"string" json:",omitempty"`
BudgetEndTime *string `type:"string" json:",omitempty"`
BudgetID *string `type:"string" json:",omitempty"`
BudgetName *string `type:"string" json:",omitempty"`
BudgetStartTime *string `type:"string" json:",omitempty"`
BudgetType *string `type:"string" json:",omitempty" enum:"EnumOfBudgetTypeForListBudgetOutput"`
Period *string `type:"string" json:",omitempty" enum:"EnumOfPeriodForListBudgetOutput"`
Ratio *string `type:"string" json:",omitempty"`
Status *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (BudgetListForListBudgetOutput) GoString ¶ added in v1.1.41
func (s BudgetListForListBudgetOutput) GoString() string
GoString returns the string representation
func (*BudgetListForListBudgetOutput) SetActualAmount ¶ added in v1.1.41
func (s *BudgetListForListBudgetOutput) SetActualAmount(v string) *BudgetListForListBudgetOutput
SetActualAmount sets the ActualAmount field's value.
func (*BudgetListForListBudgetOutput) SetBudgetAmount ¶ added in v1.1.41
func (s *BudgetListForListBudgetOutput) SetBudgetAmount(v string) *BudgetListForListBudgetOutput
SetBudgetAmount sets the BudgetAmount field's value.
func (*BudgetListForListBudgetOutput) SetBudgetEndTime ¶ added in v1.1.41
func (s *BudgetListForListBudgetOutput) SetBudgetEndTime(v string) *BudgetListForListBudgetOutput
SetBudgetEndTime sets the BudgetEndTime field's value.
func (*BudgetListForListBudgetOutput) SetBudgetID ¶ added in v1.1.41
func (s *BudgetListForListBudgetOutput) SetBudgetID(v string) *BudgetListForListBudgetOutput
SetBudgetID sets the BudgetID field's value.
func (*BudgetListForListBudgetOutput) SetBudgetName ¶ added in v1.1.41
func (s *BudgetListForListBudgetOutput) SetBudgetName(v string) *BudgetListForListBudgetOutput
SetBudgetName sets the BudgetName field's value.
func (*BudgetListForListBudgetOutput) SetBudgetStartTime ¶ added in v1.1.41
func (s *BudgetListForListBudgetOutput) SetBudgetStartTime(v string) *BudgetListForListBudgetOutput
SetBudgetStartTime sets the BudgetStartTime field's value.
func (*BudgetListForListBudgetOutput) SetBudgetType ¶ added in v1.1.41
func (s *BudgetListForListBudgetOutput) SetBudgetType(v string) *BudgetListForListBudgetOutput
SetBudgetType sets the BudgetType field's value.
func (*BudgetListForListBudgetOutput) SetPeriod ¶ added in v1.1.41
func (s *BudgetListForListBudgetOutput) SetPeriod(v string) *BudgetListForListBudgetOutput
SetPeriod sets the Period field's value.
func (*BudgetListForListBudgetOutput) SetRatio ¶ added in v1.1.41
func (s *BudgetListForListBudgetOutput) SetRatio(v string) *BudgetListForListBudgetOutput
SetRatio sets the Ratio field's value.
func (*BudgetListForListBudgetOutput) SetStatus ¶ added in v1.1.41
func (s *BudgetListForListBudgetOutput) SetStatus(v int32) *BudgetListForListBudgetOutput
SetStatus sets the Status field's value.
func (BudgetListForListBudgetOutput) String ¶ added in v1.1.41
func (s BudgetListForListBudgetOutput) String() string
String returns the string representation
type BudgetRangeBillingModeForQueryBudgetDetailOutput ¶ added in v1.1.41
type BudgetRangeBillingModeForQueryBudgetDetailOutput struct {
BillingModeCode *string `type:"string" json:",omitempty"`
BillingModeName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (BudgetRangeBillingModeForQueryBudgetDetailOutput) GoString ¶ added in v1.1.41
func (s BudgetRangeBillingModeForQueryBudgetDetailOutput) GoString() string
GoString returns the string representation
func (*BudgetRangeBillingModeForQueryBudgetDetailOutput) SetBillingModeCode ¶ added in v1.1.41
func (s *BudgetRangeBillingModeForQueryBudgetDetailOutput) SetBillingModeCode(v string) *BudgetRangeBillingModeForQueryBudgetDetailOutput
SetBillingModeCode sets the BillingModeCode field's value.
func (*BudgetRangeBillingModeForQueryBudgetDetailOutput) SetBillingModeName ¶ added in v1.1.41
func (s *BudgetRangeBillingModeForQueryBudgetDetailOutput) SetBillingModeName(v string) *BudgetRangeBillingModeForQueryBudgetDetailOutput
SetBillingModeName sets the BillingModeName field's value.
func (BudgetRangeBillingModeForQueryBudgetDetailOutput) String ¶ added in v1.1.41
func (s BudgetRangeBillingModeForQueryBudgetDetailOutput) String() string
String returns the string representation
type BudgetRangeForCreateBudgetInput ¶ added in v1.1.41
type BudgetRangeForCreateBudgetInput struct {
BillingMode []*string `type:"list" json:",omitempty"`
OwnerID []*int64 `type:"list" json:",omitempty"`
PayerID []*int64 `type:"list" json:",omitempty"`
Product []*string `type:"list" json:",omitempty"`
Project []*string `type:"list" json:",omitempty"`
Region []*string `type:"list" json:",omitempty"`
SubjectNo []*string `type:"list" json:",omitempty"`
Tag []*string `type:"list" json:",omitempty"`
Zone []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (BudgetRangeForCreateBudgetInput) GoString ¶ added in v1.1.41
func (s BudgetRangeForCreateBudgetInput) GoString() string
GoString returns the string representation
func (*BudgetRangeForCreateBudgetInput) SetBillingMode ¶ added in v1.1.41
func (s *BudgetRangeForCreateBudgetInput) SetBillingMode(v []*string) *BudgetRangeForCreateBudgetInput
SetBillingMode sets the BillingMode field's value.
func (*BudgetRangeForCreateBudgetInput) SetOwnerID ¶ added in v1.1.41
func (s *BudgetRangeForCreateBudgetInput) SetOwnerID(v []*int64) *BudgetRangeForCreateBudgetInput
SetOwnerID sets the OwnerID field's value.
func (*BudgetRangeForCreateBudgetInput) SetPayerID ¶ added in v1.1.41
func (s *BudgetRangeForCreateBudgetInput) SetPayerID(v []*int64) *BudgetRangeForCreateBudgetInput
SetPayerID sets the PayerID field's value.
func (*BudgetRangeForCreateBudgetInput) SetProduct ¶ added in v1.1.41
func (s *BudgetRangeForCreateBudgetInput) SetProduct(v []*string) *BudgetRangeForCreateBudgetInput
SetProduct sets the Product field's value.
func (*BudgetRangeForCreateBudgetInput) SetProject ¶ added in v1.1.41
func (s *BudgetRangeForCreateBudgetInput) SetProject(v []*string) *BudgetRangeForCreateBudgetInput
SetProject sets the Project field's value.
func (*BudgetRangeForCreateBudgetInput) SetRegion ¶ added in v1.1.41
func (s *BudgetRangeForCreateBudgetInput) SetRegion(v []*string) *BudgetRangeForCreateBudgetInput
SetRegion sets the Region field's value.
func (*BudgetRangeForCreateBudgetInput) SetSubjectNo ¶ added in v1.1.41
func (s *BudgetRangeForCreateBudgetInput) SetSubjectNo(v []*string) *BudgetRangeForCreateBudgetInput
SetSubjectNo sets the SubjectNo field's value.
func (*BudgetRangeForCreateBudgetInput) SetTag ¶ added in v1.1.41
func (s *BudgetRangeForCreateBudgetInput) SetTag(v []*string) *BudgetRangeForCreateBudgetInput
SetTag sets the Tag field's value.
func (*BudgetRangeForCreateBudgetInput) SetZone ¶ added in v1.1.41
func (s *BudgetRangeForCreateBudgetInput) SetZone(v []*string) *BudgetRangeForCreateBudgetInput
SetZone sets the Zone field's value.
func (BudgetRangeForCreateBudgetInput) String ¶ added in v1.1.41
func (s BudgetRangeForCreateBudgetInput) String() string
String returns the string representation
type BudgetRangeForUpdateBudgetInput ¶ added in v1.1.41
type BudgetRangeForUpdateBudgetInput struct {
BillingMode []*string `type:"list" json:",omitempty"`
OwnerID []*int64 `type:"list" json:",omitempty"`
PayerID []*int64 `type:"list" json:",omitempty"`
Product []*string `type:"list" json:",omitempty"`
Project []*string `type:"list" json:",omitempty"`
Region []*string `type:"list" json:",omitempty"`
SubjectNo []*string `type:"list" json:",omitempty"`
Tag []*string `type:"list" json:",omitempty"`
Zone []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (BudgetRangeForUpdateBudgetInput) GoString ¶ added in v1.1.41
func (s BudgetRangeForUpdateBudgetInput) GoString() string
GoString returns the string representation
func (*BudgetRangeForUpdateBudgetInput) SetBillingMode ¶ added in v1.1.41
func (s *BudgetRangeForUpdateBudgetInput) SetBillingMode(v []*string) *BudgetRangeForUpdateBudgetInput
SetBillingMode sets the BillingMode field's value.
func (*BudgetRangeForUpdateBudgetInput) SetOwnerID ¶ added in v1.1.41
func (s *BudgetRangeForUpdateBudgetInput) SetOwnerID(v []*int64) *BudgetRangeForUpdateBudgetInput
SetOwnerID sets the OwnerID field's value.
func (*BudgetRangeForUpdateBudgetInput) SetPayerID ¶ added in v1.1.41
func (s *BudgetRangeForUpdateBudgetInput) SetPayerID(v []*int64) *BudgetRangeForUpdateBudgetInput
SetPayerID sets the PayerID field's value.
func (*BudgetRangeForUpdateBudgetInput) SetProduct ¶ added in v1.1.41
func (s *BudgetRangeForUpdateBudgetInput) SetProduct(v []*string) *BudgetRangeForUpdateBudgetInput
SetProduct sets the Product field's value.
func (*BudgetRangeForUpdateBudgetInput) SetProject ¶ added in v1.1.41
func (s *BudgetRangeForUpdateBudgetInput) SetProject(v []*string) *BudgetRangeForUpdateBudgetInput
SetProject sets the Project field's value.
func (*BudgetRangeForUpdateBudgetInput) SetRegion ¶ added in v1.1.41
func (s *BudgetRangeForUpdateBudgetInput) SetRegion(v []*string) *BudgetRangeForUpdateBudgetInput
SetRegion sets the Region field's value.
func (*BudgetRangeForUpdateBudgetInput) SetSubjectNo ¶ added in v1.1.41
func (s *BudgetRangeForUpdateBudgetInput) SetSubjectNo(v []*string) *BudgetRangeForUpdateBudgetInput
SetSubjectNo sets the SubjectNo field's value.
func (*BudgetRangeForUpdateBudgetInput) SetTag ¶ added in v1.1.41
func (s *BudgetRangeForUpdateBudgetInput) SetTag(v []*string) *BudgetRangeForUpdateBudgetInput
SetTag sets the Tag field's value.
func (*BudgetRangeForUpdateBudgetInput) SetZone ¶ added in v1.1.41
func (s *BudgetRangeForUpdateBudgetInput) SetZone(v []*string) *BudgetRangeForUpdateBudgetInput
SetZone sets the Zone field's value.
func (BudgetRangeForUpdateBudgetInput) String ¶ added in v1.1.41
func (s BudgetRangeForUpdateBudgetInput) String() string
String returns the string representation
type BudgetRangeInfoForQueryBudgetDetailOutput ¶ added in v1.1.41
type BudgetRangeInfoForQueryBudgetDetailOutput struct {
BudgetRangeBillingMode []*BudgetRangeBillingModeForQueryBudgetDetailOutput `type:"list" json:",omitempty"`
BudgetRangeOwner []*BudgetRangeOwnerForQueryBudgetDetailOutput `type:"list" json:",omitempty"`
BudgetRangePayer []*BudgetRangePayerForQueryBudgetDetailOutput `type:"list" json:",omitempty"`
BudgetRangeProduct []*BudgetRangeProductForQueryBudgetDetailOutput `type:"list" json:",omitempty"`
BudgetRangeProject []*string `type:"list" json:",omitempty"`
BudgetRangeRegion []*BudgetRangeRegionForQueryBudgetDetailOutput `type:"list" json:",omitempty"`
BudgetRangeSubject []*BudgetRangeSubjectForQueryBudgetDetailOutput `type:"list" json:",omitempty"`
BudgetRangeTag []*string `type:"list" json:",omitempty"`
BudgetRangeZone []*BudgetRangeZoneForQueryBudgetDetailOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (BudgetRangeInfoForQueryBudgetDetailOutput) GoString ¶ added in v1.1.41
func (s BudgetRangeInfoForQueryBudgetDetailOutput) GoString() string
GoString returns the string representation
func (*BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeBillingMode ¶ added in v1.1.41
func (s *BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeBillingMode(v []*BudgetRangeBillingModeForQueryBudgetDetailOutput) *BudgetRangeInfoForQueryBudgetDetailOutput
SetBudgetRangeBillingMode sets the BudgetRangeBillingMode field's value.
func (*BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeOwner ¶ added in v1.1.41
func (s *BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeOwner(v []*BudgetRangeOwnerForQueryBudgetDetailOutput) *BudgetRangeInfoForQueryBudgetDetailOutput
SetBudgetRangeOwner sets the BudgetRangeOwner field's value.
func (*BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangePayer ¶ added in v1.1.41
func (s *BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangePayer(v []*BudgetRangePayerForQueryBudgetDetailOutput) *BudgetRangeInfoForQueryBudgetDetailOutput
SetBudgetRangePayer sets the BudgetRangePayer field's value.
func (*BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeProduct ¶ added in v1.1.41
func (s *BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeProduct(v []*BudgetRangeProductForQueryBudgetDetailOutput) *BudgetRangeInfoForQueryBudgetDetailOutput
SetBudgetRangeProduct sets the BudgetRangeProduct field's value.
func (*BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeProject ¶ added in v1.1.41
func (s *BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeProject(v []*string) *BudgetRangeInfoForQueryBudgetDetailOutput
SetBudgetRangeProject sets the BudgetRangeProject field's value.
func (*BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeRegion ¶ added in v1.1.41
func (s *BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeRegion(v []*BudgetRangeRegionForQueryBudgetDetailOutput) *BudgetRangeInfoForQueryBudgetDetailOutput
SetBudgetRangeRegion sets the BudgetRangeRegion field's value.
func (*BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeSubject ¶ added in v1.1.41
func (s *BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeSubject(v []*BudgetRangeSubjectForQueryBudgetDetailOutput) *BudgetRangeInfoForQueryBudgetDetailOutput
SetBudgetRangeSubject sets the BudgetRangeSubject field's value.
func (*BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeTag ¶ added in v1.1.41
func (s *BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeTag(v []*string) *BudgetRangeInfoForQueryBudgetDetailOutput
SetBudgetRangeTag sets the BudgetRangeTag field's value.
func (*BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeZone ¶ added in v1.1.41
func (s *BudgetRangeInfoForQueryBudgetDetailOutput) SetBudgetRangeZone(v []*BudgetRangeZoneForQueryBudgetDetailOutput) *BudgetRangeInfoForQueryBudgetDetailOutput
SetBudgetRangeZone sets the BudgetRangeZone field's value.
func (BudgetRangeInfoForQueryBudgetDetailOutput) String ¶ added in v1.1.41
func (s BudgetRangeInfoForQueryBudgetDetailOutput) String() string
String returns the string representation
type BudgetRangeOwnerForQueryBudgetDetailOutput ¶ added in v1.1.41
type BudgetRangeOwnerForQueryBudgetDetailOutput struct {
OwnerID *int64 `type:"int64" json:",omitempty"`
OwnerUserName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (BudgetRangeOwnerForQueryBudgetDetailOutput) GoString ¶ added in v1.1.41
func (s BudgetRangeOwnerForQueryBudgetDetailOutput) GoString() string
GoString returns the string representation
func (*BudgetRangeOwnerForQueryBudgetDetailOutput) SetOwnerID ¶ added in v1.1.41
func (s *BudgetRangeOwnerForQueryBudgetDetailOutput) SetOwnerID(v int64) *BudgetRangeOwnerForQueryBudgetDetailOutput
SetOwnerID sets the OwnerID field's value.
func (*BudgetRangeOwnerForQueryBudgetDetailOutput) SetOwnerUserName ¶ added in v1.1.41
func (s *BudgetRangeOwnerForQueryBudgetDetailOutput) SetOwnerUserName(v string) *BudgetRangeOwnerForQueryBudgetDetailOutput
SetOwnerUserName sets the OwnerUserName field's value.
func (BudgetRangeOwnerForQueryBudgetDetailOutput) String ¶ added in v1.1.41
func (s BudgetRangeOwnerForQueryBudgetDetailOutput) String() string
String returns the string representation
type BudgetRangePayerForQueryBudgetDetailOutput ¶ added in v1.1.41
type BudgetRangePayerForQueryBudgetDetailOutput struct {
PayerID *int64 `type:"int64" json:",omitempty"`
PayerUserName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (BudgetRangePayerForQueryBudgetDetailOutput) GoString ¶ added in v1.1.41
func (s BudgetRangePayerForQueryBudgetDetailOutput) GoString() string
GoString returns the string representation
func (*BudgetRangePayerForQueryBudgetDetailOutput) SetPayerID ¶ added in v1.1.41
func (s *BudgetRangePayerForQueryBudgetDetailOutput) SetPayerID(v int64) *BudgetRangePayerForQueryBudgetDetailOutput
SetPayerID sets the PayerID field's value.
func (*BudgetRangePayerForQueryBudgetDetailOutput) SetPayerUserName ¶ added in v1.1.41
func (s *BudgetRangePayerForQueryBudgetDetailOutput) SetPayerUserName(v string) *BudgetRangePayerForQueryBudgetDetailOutput
SetPayerUserName sets the PayerUserName field's value.
func (BudgetRangePayerForQueryBudgetDetailOutput) String ¶ added in v1.1.41
func (s BudgetRangePayerForQueryBudgetDetailOutput) String() string
String returns the string representation
type BudgetRangeProductForQueryBudgetDetailOutput ¶ added in v1.1.41
type BudgetRangeProductForQueryBudgetDetailOutput struct {
ProductCode *string `type:"string" json:",omitempty"`
ProductName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (BudgetRangeProductForQueryBudgetDetailOutput) GoString ¶ added in v1.1.41
func (s BudgetRangeProductForQueryBudgetDetailOutput) GoString() string
GoString returns the string representation
func (*BudgetRangeProductForQueryBudgetDetailOutput) SetProductCode ¶ added in v1.1.41
func (s *BudgetRangeProductForQueryBudgetDetailOutput) SetProductCode(v string) *BudgetRangeProductForQueryBudgetDetailOutput
SetProductCode sets the ProductCode field's value.
func (*BudgetRangeProductForQueryBudgetDetailOutput) SetProductName ¶ added in v1.1.41
func (s *BudgetRangeProductForQueryBudgetDetailOutput) SetProductName(v string) *BudgetRangeProductForQueryBudgetDetailOutput
SetProductName sets the ProductName field's value.
func (BudgetRangeProductForQueryBudgetDetailOutput) String ¶ added in v1.1.41
func (s BudgetRangeProductForQueryBudgetDetailOutput) String() string
String returns the string representation
type BudgetRangeRegionForQueryBudgetDetailOutput ¶ added in v1.1.41
type BudgetRangeRegionForQueryBudgetDetailOutput struct {
RegionCode *string `type:"string" json:",omitempty"`
RegionName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (BudgetRangeRegionForQueryBudgetDetailOutput) GoString ¶ added in v1.1.41
func (s BudgetRangeRegionForQueryBudgetDetailOutput) GoString() string
GoString returns the string representation
func (*BudgetRangeRegionForQueryBudgetDetailOutput) SetRegionCode ¶ added in v1.1.41
func (s *BudgetRangeRegionForQueryBudgetDetailOutput) SetRegionCode(v string) *BudgetRangeRegionForQueryBudgetDetailOutput
SetRegionCode sets the RegionCode field's value.
func (*BudgetRangeRegionForQueryBudgetDetailOutput) SetRegionName ¶ added in v1.1.41
func (s *BudgetRangeRegionForQueryBudgetDetailOutput) SetRegionName(v string) *BudgetRangeRegionForQueryBudgetDetailOutput
SetRegionName sets the RegionName field's value.
func (BudgetRangeRegionForQueryBudgetDetailOutput) String ¶ added in v1.1.41
func (s BudgetRangeRegionForQueryBudgetDetailOutput) String() string
String returns the string representation
type BudgetRangeSubjectForQueryBudgetDetailOutput ¶ added in v1.1.41
type BudgetRangeSubjectForQueryBudgetDetailOutput struct {
SubjectName *string `type:"string" json:",omitempty"`
SubjectNo *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (BudgetRangeSubjectForQueryBudgetDetailOutput) GoString ¶ added in v1.1.41
func (s BudgetRangeSubjectForQueryBudgetDetailOutput) GoString() string
GoString returns the string representation
func (*BudgetRangeSubjectForQueryBudgetDetailOutput) SetSubjectName ¶ added in v1.1.41
func (s *BudgetRangeSubjectForQueryBudgetDetailOutput) SetSubjectName(v string) *BudgetRangeSubjectForQueryBudgetDetailOutput
SetSubjectName sets the SubjectName field's value.
func (*BudgetRangeSubjectForQueryBudgetDetailOutput) SetSubjectNo ¶ added in v1.1.41
func (s *BudgetRangeSubjectForQueryBudgetDetailOutput) SetSubjectNo(v string) *BudgetRangeSubjectForQueryBudgetDetailOutput
SetSubjectNo sets the SubjectNo field's value.
func (BudgetRangeSubjectForQueryBudgetDetailOutput) String ¶ added in v1.1.41
func (s BudgetRangeSubjectForQueryBudgetDetailOutput) String() string
String returns the string representation
type BudgetRangeZoneForQueryBudgetDetailOutput ¶ added in v1.1.41
type BudgetRangeZoneForQueryBudgetDetailOutput struct {
RegionZoneCode *string `type:"string" json:",omitempty"`
RegionZoneName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (BudgetRangeZoneForQueryBudgetDetailOutput) GoString ¶ added in v1.1.41
func (s BudgetRangeZoneForQueryBudgetDetailOutput) GoString() string
GoString returns the string representation
func (*BudgetRangeZoneForQueryBudgetDetailOutput) SetRegionZoneCode ¶ added in v1.1.41
func (s *BudgetRangeZoneForQueryBudgetDetailOutput) SetRegionZoneCode(v string) *BudgetRangeZoneForQueryBudgetDetailOutput
SetRegionZoneCode sets the RegionZoneCode field's value.
func (*BudgetRangeZoneForQueryBudgetDetailOutput) SetRegionZoneName ¶ added in v1.1.41
func (s *BudgetRangeZoneForQueryBudgetDetailOutput) SetRegionZoneName(v string) *BudgetRangeZoneForQueryBudgetDetailOutput
SetRegionZoneName sets the RegionZoneName field's value.
func (BudgetRangeZoneForQueryBudgetDetailOutput) String ¶ added in v1.1.41
func (s BudgetRangeZoneForQueryBudgetDetailOutput) String() string
String returns the string representation
type CancelInvitationInput ¶ added in v1.0.125
type CancelInvitationInput struct {
AuthID *string `type:"string" json:",omitempty"`
// InvitationType is a required field
InvitationType *int32 `type:"int32" json:",omitempty" required:"true"`
Relation *int32 `type:"int32" json:",omitempty"`
// RelationID is a required field
RelationID *string `type:"string" json:",omitempty" required:"true"`
SubAccountID *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (CancelInvitationInput) GoString ¶ added in v1.0.125
func (s CancelInvitationInput) GoString() string
GoString returns the string representation
func (*CancelInvitationInput) SetAuthID ¶ added in v1.0.125
func (s *CancelInvitationInput) SetAuthID(v string) *CancelInvitationInput
SetAuthID sets the AuthID field's value.
func (*CancelInvitationInput) SetInvitationType ¶ added in v1.0.125
func (s *CancelInvitationInput) SetInvitationType(v int32) *CancelInvitationInput
SetInvitationType sets the InvitationType field's value.
func (*CancelInvitationInput) SetRelation ¶ added in v1.0.125
func (s *CancelInvitationInput) SetRelation(v int32) *CancelInvitationInput
SetRelation sets the Relation field's value.
func (*CancelInvitationInput) SetRelationID ¶ added in v1.0.125
func (s *CancelInvitationInput) SetRelationID(v string) *CancelInvitationInput
SetRelationID sets the RelationID field's value.
func (*CancelInvitationInput) SetSubAccountID ¶ added in v1.0.125
func (s *CancelInvitationInput) SetSubAccountID(v int64) *CancelInvitationInput
SetSubAccountID sets the SubAccountID field's value.
func (CancelInvitationInput) String ¶ added in v1.0.125
func (s CancelInvitationInput) String() string
String returns the string representation
func (*CancelInvitationInput) Validate ¶ added in v1.0.125
func (s *CancelInvitationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelInvitationOutput ¶ added in v1.0.125
type CancelInvitationOutput struct {
Metadata *response.ResponseMetadata
IsSuccess *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (CancelInvitationOutput) GoString ¶ added in v1.0.125
func (s CancelInvitationOutput) GoString() string
GoString returns the string representation
func (*CancelInvitationOutput) SetIsSuccess ¶ added in v1.0.125
func (s *CancelInvitationOutput) SetIsSuccess(v bool) *CancelInvitationOutput
SetIsSuccess sets the IsSuccess field's value.
func (CancelInvitationOutput) String ¶ added in v1.0.125
func (s CancelInvitationOutput) String() string
String returns the string representation
type CancelOrderInput ¶ added in v1.0.152
type CancelOrderInput struct {
// OrderID is a required field
OrderID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CancelOrderInput) GoString ¶ added in v1.0.152
func (s CancelOrderInput) GoString() string
GoString returns the string representation
func (*CancelOrderInput) SetOrderID ¶ added in v1.0.152
func (s *CancelOrderInput) SetOrderID(v string) *CancelOrderInput
SetOrderID sets the OrderID field's value.
func (CancelOrderInput) String ¶ added in v1.0.152
func (s CancelOrderInput) String() string
String returns the string representation
func (*CancelOrderInput) Validate ¶ added in v1.0.152
func (s *CancelOrderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelOrderOutput ¶ added in v1.0.152
type CancelOrderOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (CancelOrderOutput) GoString ¶ added in v1.0.152
func (s CancelOrderOutput) GoString() string
GoString returns the string representation
func (CancelOrderOutput) String ¶ added in v1.0.152
func (s CancelOrderOutput) String() string
String returns the string representation
type ChargeItemListForCommonBuyInput ¶ added in v1.2.3
type ChargeItemListForCommonBuyInput struct {
ChargeItemCode *string `type:"string" json:",omitempty"`
Count *string `type:"string" json:",omitempty"`
ZoneCode *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ChargeItemListForCommonBuyInput) GoString ¶ added in v1.2.3
func (s ChargeItemListForCommonBuyInput) GoString() string
GoString returns the string representation
func (*ChargeItemListForCommonBuyInput) SetChargeItemCode ¶ added in v1.2.3
func (s *ChargeItemListForCommonBuyInput) SetChargeItemCode(v string) *ChargeItemListForCommonBuyInput
SetChargeItemCode sets the ChargeItemCode field's value.
func (*ChargeItemListForCommonBuyInput) SetCount ¶ added in v1.2.3
func (s *ChargeItemListForCommonBuyInput) SetCount(v string) *ChargeItemListForCommonBuyInput
SetCount sets the Count field's value.
func (*ChargeItemListForCommonBuyInput) SetZoneCode ¶ added in v1.2.3
func (s *ChargeItemListForCommonBuyInput) SetZoneCode(v string) *ChargeItemListForCommonBuyInput
SetZoneCode sets the ZoneCode field's value.
func (ChargeItemListForCommonBuyInput) String ¶ added in v1.2.3
func (s ChargeItemListForCommonBuyInput) String() string
String returns the string representation
type CleanUpFinancialRelationInput ¶ added in v1.0.186
type CleanUpFinancialRelationInput struct {
// Relation is a required field
Relation *int32 `type:"int32" json:",omitempty" required:"true"`
// RelationID is a required field
RelationID *string `type:"string" json:",omitempty" required:"true"`
// SubAccountID is a required field
SubAccountID *int64 `type:"int64" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CleanUpFinancialRelationInput) GoString ¶ added in v1.0.186
func (s CleanUpFinancialRelationInput) GoString() string
GoString returns the string representation
func (*CleanUpFinancialRelationInput) SetRelation ¶ added in v1.0.186
func (s *CleanUpFinancialRelationInput) SetRelation(v int32) *CleanUpFinancialRelationInput
SetRelation sets the Relation field's value.
func (*CleanUpFinancialRelationInput) SetRelationID ¶ added in v1.0.186
func (s *CleanUpFinancialRelationInput) SetRelationID(v string) *CleanUpFinancialRelationInput
SetRelationID sets the RelationID field's value.
func (*CleanUpFinancialRelationInput) SetSubAccountID ¶ added in v1.0.186
func (s *CleanUpFinancialRelationInput) SetSubAccountID(v int64) *CleanUpFinancialRelationInput
SetSubAccountID sets the SubAccountID field's value.
func (CleanUpFinancialRelationInput) String ¶ added in v1.0.186
func (s CleanUpFinancialRelationInput) String() string
String returns the string representation
func (*CleanUpFinancialRelationInput) Validate ¶ added in v1.0.186
func (s *CleanUpFinancialRelationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CleanUpFinancialRelationOutput ¶ added in v1.0.186
type CleanUpFinancialRelationOutput struct {
Metadata *response.ResponseMetadata
IsIdempotent *bool `type:"boolean" json:",omitempty"`
IsSuccess *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (CleanUpFinancialRelationOutput) GoString ¶ added in v1.0.186
func (s CleanUpFinancialRelationOutput) GoString() string
GoString returns the string representation
func (*CleanUpFinancialRelationOutput) SetIsIdempotent ¶ added in v1.0.186
func (s *CleanUpFinancialRelationOutput) SetIsIdempotent(v bool) *CleanUpFinancialRelationOutput
SetIsIdempotent sets the IsIdempotent field's value.
func (*CleanUpFinancialRelationOutput) SetIsSuccess ¶ added in v1.0.186
func (s *CleanUpFinancialRelationOutput) SetIsSuccess(v bool) *CleanUpFinancialRelationOutput
SetIsSuccess sets the IsSuccess field's value.
func (CleanUpFinancialRelationOutput) String ¶ added in v1.0.186
func (s CleanUpFinancialRelationOutput) String() string
String returns the string representation
type CommonBuyInput ¶ added in v1.2.3
type CommonBuyInput struct {
ClientToken *string `max:"36" type:"string" json:",omitempty"`
ConfigList []*ConfigListForCommonBuyInput `type:"list" json:",omitempty"`
RegionCode *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CommonBuyInput) GoString ¶ added in v1.2.3
func (s CommonBuyInput) GoString() string
GoString returns the string representation
func (*CommonBuyInput) SetClientToken ¶ added in v1.2.3
func (s *CommonBuyInput) SetClientToken(v string) *CommonBuyInput
SetClientToken sets the ClientToken field's value.
func (*CommonBuyInput) SetConfigList ¶ added in v1.2.3
func (s *CommonBuyInput) SetConfigList(v []*ConfigListForCommonBuyInput) *CommonBuyInput
SetConfigList sets the ConfigList field's value.
func (*CommonBuyInput) SetRegionCode ¶ added in v1.2.3
func (s *CommonBuyInput) SetRegionCode(v string) *CommonBuyInput
SetRegionCode sets the RegionCode field's value.
func (CommonBuyInput) String ¶ added in v1.2.3
func (s CommonBuyInput) String() string
String returns the string representation
func (*CommonBuyInput) Validate ¶ added in v1.2.3
func (s *CommonBuyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CommonBuyOutput ¶ added in v1.2.3
type CommonBuyOutput struct {
Metadata *response.ResponseMetadata
OrderInfos []*OrderInfoForCommonBuyOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (CommonBuyOutput) GoString ¶ added in v1.2.3
func (s CommonBuyOutput) GoString() string
GoString returns the string representation
func (*CommonBuyOutput) SetOrderInfos ¶ added in v1.2.3
func (s *CommonBuyOutput) SetOrderInfos(v []*OrderInfoForCommonBuyOutput) *CommonBuyOutput
SetOrderInfos sets the OrderInfos field's value.
func (CommonBuyOutput) String ¶ added in v1.2.3
func (s CommonBuyOutput) String() string
String returns the string representation
type ConfigListForCommonBuyInput ¶ added in v1.2.3
type ConfigListForCommonBuyInput struct {
ChargeItemList []*ChargeItemListForCommonBuyInput `type:"list" json:",omitempty"`
ConfigurationCode *string `type:"string" json:",omitempty"`
Product *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConfigListForCommonBuyInput) GoString ¶ added in v1.2.3
func (s ConfigListForCommonBuyInput) GoString() string
GoString returns the string representation
func (*ConfigListForCommonBuyInput) SetChargeItemList ¶ added in v1.2.3
func (s *ConfigListForCommonBuyInput) SetChargeItemList(v []*ChargeItemListForCommonBuyInput) *ConfigListForCommonBuyInput
SetChargeItemList sets the ChargeItemList field's value.
func (*ConfigListForCommonBuyInput) SetConfigurationCode ¶ added in v1.2.3
func (s *ConfigListForCommonBuyInput) SetConfigurationCode(v string) *ConfigListForCommonBuyInput
SetConfigurationCode sets the ConfigurationCode field's value.
func (*ConfigListForCommonBuyInput) SetProduct ¶ added in v1.2.3
func (s *ConfigListForCommonBuyInput) SetProduct(v string) *ConfigListForCommonBuyInput
SetProduct sets the Product field's value.
func (ConfigListForCommonBuyInput) String ¶ added in v1.2.3
func (s ConfigListForCommonBuyInput) String() string
String returns the string representation
type ConfigListForQueryPriceForPayAsYouGoInput ¶ added in v1.0.186
type ConfigListForQueryPriceForPayAsYouGoInput struct {
ChargeItemCode *string `type:"string" json:",omitempty"`
ConfigurationCode *string `type:"string" json:",omitempty"`
Count *string `type:"string" json:",omitempty"`
Quantity *int32 `type:"int32" json:",omitempty"`
UseDuration *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConfigListForQueryPriceForPayAsYouGoInput) GoString ¶ added in v1.0.186
func (s ConfigListForQueryPriceForPayAsYouGoInput) GoString() string
GoString returns the string representation
func (*ConfigListForQueryPriceForPayAsYouGoInput) SetChargeItemCode ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForPayAsYouGoInput) SetChargeItemCode(v string) *ConfigListForQueryPriceForPayAsYouGoInput
SetChargeItemCode sets the ChargeItemCode field's value.
func (*ConfigListForQueryPriceForPayAsYouGoInput) SetConfigurationCode ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForPayAsYouGoInput) SetConfigurationCode(v string) *ConfigListForQueryPriceForPayAsYouGoInput
SetConfigurationCode sets the ConfigurationCode field's value.
func (*ConfigListForQueryPriceForPayAsYouGoInput) SetCount ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForPayAsYouGoInput) SetCount(v string) *ConfigListForQueryPriceForPayAsYouGoInput
SetCount sets the Count field's value.
func (*ConfigListForQueryPriceForPayAsYouGoInput) SetQuantity ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForPayAsYouGoInput) SetQuantity(v int32) *ConfigListForQueryPriceForPayAsYouGoInput
SetQuantity sets the Quantity field's value.
func (*ConfigListForQueryPriceForPayAsYouGoInput) SetUseDuration ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForPayAsYouGoInput) SetUseDuration(v int32) *ConfigListForQueryPriceForPayAsYouGoInput
SetUseDuration sets the UseDuration field's value.
func (ConfigListForQueryPriceForPayAsYouGoInput) String ¶ added in v1.0.186
func (s ConfigListForQueryPriceForPayAsYouGoInput) String() string
String returns the string representation
type ConfigListForQueryPriceForPayAsYouGoOutput ¶ added in v1.0.186
type ConfigListForQueryPriceForPayAsYouGoOutput struct {
ChargeItemCode *string `type:"string" json:",omitempty"`
ConfigurationCode *string `type:"string" json:",omitempty"`
DiscountAmount *string `type:"string" json:",omitempty"`
DiscountDetail *DiscountDetailForQueryPriceForPayAsYouGoOutput `type:"structure" json:",omitempty"`
OriginalAmount *string `type:"string" json:",omitempty"`
Price *string `type:"string" json:",omitempty"`
Quantity *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConfigListForQueryPriceForPayAsYouGoOutput) GoString ¶ added in v1.0.186
func (s ConfigListForQueryPriceForPayAsYouGoOutput) GoString() string
GoString returns the string representation
func (*ConfigListForQueryPriceForPayAsYouGoOutput) SetChargeItemCode ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForPayAsYouGoOutput) SetChargeItemCode(v string) *ConfigListForQueryPriceForPayAsYouGoOutput
SetChargeItemCode sets the ChargeItemCode field's value.
func (*ConfigListForQueryPriceForPayAsYouGoOutput) SetConfigurationCode ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForPayAsYouGoOutput) SetConfigurationCode(v string) *ConfigListForQueryPriceForPayAsYouGoOutput
SetConfigurationCode sets the ConfigurationCode field's value.
func (*ConfigListForQueryPriceForPayAsYouGoOutput) SetDiscountAmount ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForPayAsYouGoOutput) SetDiscountAmount(v string) *ConfigListForQueryPriceForPayAsYouGoOutput
SetDiscountAmount sets the DiscountAmount field's value.
func (*ConfigListForQueryPriceForPayAsYouGoOutput) SetDiscountDetail ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForPayAsYouGoOutput) SetDiscountDetail(v *DiscountDetailForQueryPriceForPayAsYouGoOutput) *ConfigListForQueryPriceForPayAsYouGoOutput
SetDiscountDetail sets the DiscountDetail field's value.
func (*ConfigListForQueryPriceForPayAsYouGoOutput) SetOriginalAmount ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForPayAsYouGoOutput) SetOriginalAmount(v string) *ConfigListForQueryPriceForPayAsYouGoOutput
SetOriginalAmount sets the OriginalAmount field's value.
func (*ConfigListForQueryPriceForPayAsYouGoOutput) SetPrice ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForPayAsYouGoOutput) SetPrice(v string) *ConfigListForQueryPriceForPayAsYouGoOutput
SetPrice sets the Price field's value.
func (*ConfigListForQueryPriceForPayAsYouGoOutput) SetQuantity ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForPayAsYouGoOutput) SetQuantity(v int32) *ConfigListForQueryPriceForPayAsYouGoOutput
SetQuantity sets the Quantity field's value.
func (ConfigListForQueryPriceForPayAsYouGoOutput) String ¶ added in v1.0.186
func (s ConfigListForQueryPriceForPayAsYouGoOutput) String() string
String returns the string representation
type ConfigListForQueryPriceForSubscriptionInput ¶ added in v1.0.186
type ConfigListForQueryPriceForSubscriptionInput struct {
ChargeItemCode *string `type:"string" json:",omitempty"`
ConfigurationCode *string `type:"string" json:",omitempty"`
Count *string `type:"string" json:",omitempty"`
Quantity *int32 `type:"int32" json:",omitempty"`
UseDuration *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConfigListForQueryPriceForSubscriptionInput) GoString ¶ added in v1.0.186
func (s ConfigListForQueryPriceForSubscriptionInput) GoString() string
GoString returns the string representation
func (*ConfigListForQueryPriceForSubscriptionInput) SetChargeItemCode ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForSubscriptionInput) SetChargeItemCode(v string) *ConfigListForQueryPriceForSubscriptionInput
SetChargeItemCode sets the ChargeItemCode field's value.
func (*ConfigListForQueryPriceForSubscriptionInput) SetConfigurationCode ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForSubscriptionInput) SetConfigurationCode(v string) *ConfigListForQueryPriceForSubscriptionInput
SetConfigurationCode sets the ConfigurationCode field's value.
func (*ConfigListForQueryPriceForSubscriptionInput) SetCount ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForSubscriptionInput) SetCount(v string) *ConfigListForQueryPriceForSubscriptionInput
SetCount sets the Count field's value.
func (*ConfigListForQueryPriceForSubscriptionInput) SetQuantity ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForSubscriptionInput) SetQuantity(v int32) *ConfigListForQueryPriceForSubscriptionInput
SetQuantity sets the Quantity field's value.
func (*ConfigListForQueryPriceForSubscriptionInput) SetUseDuration ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForSubscriptionInput) SetUseDuration(v int32) *ConfigListForQueryPriceForSubscriptionInput
SetUseDuration sets the UseDuration field's value.
func (ConfigListForQueryPriceForSubscriptionInput) String ¶ added in v1.0.186
func (s ConfigListForQueryPriceForSubscriptionInput) String() string
String returns the string representation
type ConfigListForQueryPriceForSubscriptionOutput ¶ added in v1.0.186
type ConfigListForQueryPriceForSubscriptionOutput struct {
ChargeItemCode *string `type:"string" json:",omitempty"`
ConfigurationCode *string `type:"string" json:",omitempty"`
DiscountAmount *string `type:"string" json:",omitempty"`
DiscountDetail *DiscountDetailForQueryPriceForSubscriptionOutput `type:"structure" json:",omitempty"`
OriginalAmount *string `type:"string" json:",omitempty"`
Price *string `type:"string" json:",omitempty"`
Quantity *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConfigListForQueryPriceForSubscriptionOutput) GoString ¶ added in v1.0.186
func (s ConfigListForQueryPriceForSubscriptionOutput) GoString() string
GoString returns the string representation
func (*ConfigListForQueryPriceForSubscriptionOutput) SetChargeItemCode ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForSubscriptionOutput) SetChargeItemCode(v string) *ConfigListForQueryPriceForSubscriptionOutput
SetChargeItemCode sets the ChargeItemCode field's value.
func (*ConfigListForQueryPriceForSubscriptionOutput) SetConfigurationCode ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForSubscriptionOutput) SetConfigurationCode(v string) *ConfigListForQueryPriceForSubscriptionOutput
SetConfigurationCode sets the ConfigurationCode field's value.
func (*ConfigListForQueryPriceForSubscriptionOutput) SetDiscountAmount ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForSubscriptionOutput) SetDiscountAmount(v string) *ConfigListForQueryPriceForSubscriptionOutput
SetDiscountAmount sets the DiscountAmount field's value.
func (*ConfigListForQueryPriceForSubscriptionOutput) SetDiscountDetail ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForSubscriptionOutput) SetDiscountDetail(v *DiscountDetailForQueryPriceForSubscriptionOutput) *ConfigListForQueryPriceForSubscriptionOutput
SetDiscountDetail sets the DiscountDetail field's value.
func (*ConfigListForQueryPriceForSubscriptionOutput) SetOriginalAmount ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForSubscriptionOutput) SetOriginalAmount(v string) *ConfigListForQueryPriceForSubscriptionOutput
SetOriginalAmount sets the OriginalAmount field's value.
func (*ConfigListForQueryPriceForSubscriptionOutput) SetPrice ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForSubscriptionOutput) SetPrice(v string) *ConfigListForQueryPriceForSubscriptionOutput
SetPrice sets the Price field's value.
func (*ConfigListForQueryPriceForSubscriptionOutput) SetQuantity ¶ added in v1.0.186
func (s *ConfigListForQueryPriceForSubscriptionOutput) SetQuantity(v int32) *ConfigListForQueryPriceForSubscriptionOutput
SetQuantity sets the Quantity field's value.
func (ConfigListForQueryPriceForSubscriptionOutput) String ¶ added in v1.0.186
func (s ConfigListForQueryPriceForSubscriptionOutput) String() string
String returns the string representation
type ConvertListForListBillOverviewByCategoryOutput ¶ added in v1.0.116
type ConvertListForListBillOverviewByCategoryOutput struct {
List []*ListForListBillOverviewByCategoryOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConvertListForListBillOverviewByCategoryOutput) GoString ¶ added in v1.0.116
func (s ConvertListForListBillOverviewByCategoryOutput) GoString() string
GoString returns the string representation
func (*ConvertListForListBillOverviewByCategoryOutput) SetList ¶ added in v1.0.116
func (s *ConvertListForListBillOverviewByCategoryOutput) SetList(v []*ListForListBillOverviewByCategoryOutput) *ConvertListForListBillOverviewByCategoryOutput
SetList sets the List field's value.
func (ConvertListForListBillOverviewByCategoryOutput) String ¶ added in v1.0.116
func (s ConvertListForListBillOverviewByCategoryOutput) String() string
String returns the string representation
type CreateBudgetInput ¶ added in v1.1.41
type CreateBudgetInput struct {
Budget *BudgetForCreateBudgetInput `type:"structure" json:",omitempty"`
BudgetAlertMessage []*BudgetAlertMessageForCreateBudgetInput `type:"list" json:",omitempty"`
BudgetAlertRule []*BudgetAlertRuleForCreateBudgetInput `type:"list" json:",omitempty"`
BudgetAmount []*BudgetAmountForCreateBudgetInput `type:"list" json:",omitempty"`
BudgetRange *BudgetRangeForCreateBudgetInput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateBudgetInput) GoString ¶ added in v1.1.41
func (s CreateBudgetInput) GoString() string
GoString returns the string representation
func (*CreateBudgetInput) SetBudget ¶ added in v1.1.41
func (s *CreateBudgetInput) SetBudget(v *BudgetForCreateBudgetInput) *CreateBudgetInput
SetBudget sets the Budget field's value.
func (*CreateBudgetInput) SetBudgetAlertMessage ¶ added in v1.1.41
func (s *CreateBudgetInput) SetBudgetAlertMessage(v []*BudgetAlertMessageForCreateBudgetInput) *CreateBudgetInput
SetBudgetAlertMessage sets the BudgetAlertMessage field's value.
func (*CreateBudgetInput) SetBudgetAlertRule ¶ added in v1.1.41
func (s *CreateBudgetInput) SetBudgetAlertRule(v []*BudgetAlertRuleForCreateBudgetInput) *CreateBudgetInput
SetBudgetAlertRule sets the BudgetAlertRule field's value.
func (*CreateBudgetInput) SetBudgetAmount ¶ added in v1.1.41
func (s *CreateBudgetInput) SetBudgetAmount(v []*BudgetAmountForCreateBudgetInput) *CreateBudgetInput
SetBudgetAmount sets the BudgetAmount field's value.
func (*CreateBudgetInput) SetBudgetRange ¶ added in v1.1.41
func (s *CreateBudgetInput) SetBudgetRange(v *BudgetRangeForCreateBudgetInput) *CreateBudgetInput
SetBudgetRange sets the BudgetRange field's value.
func (CreateBudgetInput) String ¶ added in v1.1.41
func (s CreateBudgetInput) String() string
String returns the string representation
type CreateBudgetOutput ¶ added in v1.1.41
type CreateBudgetOutput struct {
Metadata *response.ResponseMetadata
BudgetID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateBudgetOutput) GoString ¶ added in v1.1.41
func (s CreateBudgetOutput) GoString() string
GoString returns the string representation
func (*CreateBudgetOutput) SetBudgetID ¶ added in v1.1.41
func (s *CreateBudgetOutput) SetBudgetID(v string) *CreateBudgetOutput
SetBudgetID sets the BudgetID field's value.
func (CreateBudgetOutput) String ¶ added in v1.1.41
func (s CreateBudgetOutput) String() string
String returns the string representation
type CreateFinancialRelationInput ¶ added in v1.0.125
type CreateFinancialRelationInput struct {
AccountAlias *string `type:"string" json:",omitempty"`
AuthListStr *string `type:"string" json:",omitempty"`
// Relation is a required field
Relation *int32 `type:"int32" json:",omitempty" required:"true"`
// SubAccountID is a required field
SubAccountID *int64 `type:"int64" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateFinancialRelationInput) GoString ¶ added in v1.0.125
func (s CreateFinancialRelationInput) GoString() string
GoString returns the string representation
func (*CreateFinancialRelationInput) SetAccountAlias ¶ added in v1.0.125
func (s *CreateFinancialRelationInput) SetAccountAlias(v string) *CreateFinancialRelationInput
SetAccountAlias sets the AccountAlias field's value.
func (*CreateFinancialRelationInput) SetAuthListStr ¶ added in v1.0.125
func (s *CreateFinancialRelationInput) SetAuthListStr(v string) *CreateFinancialRelationInput
SetAuthListStr sets the AuthListStr field's value.
func (*CreateFinancialRelationInput) SetRelation ¶ added in v1.0.125
func (s *CreateFinancialRelationInput) SetRelation(v int32) *CreateFinancialRelationInput
SetRelation sets the Relation field's value.
func (*CreateFinancialRelationInput) SetSubAccountID ¶ added in v1.0.125
func (s *CreateFinancialRelationInput) SetSubAccountID(v int64) *CreateFinancialRelationInput
SetSubAccountID sets the SubAccountID field's value.
func (CreateFinancialRelationInput) String ¶ added in v1.0.125
func (s CreateFinancialRelationInput) String() string
String returns the string representation
func (*CreateFinancialRelationInput) Validate ¶ added in v1.0.125
func (s *CreateFinancialRelationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFinancialRelationOutput ¶ added in v1.0.125
type CreateFinancialRelationOutput struct {
Metadata *response.ResponseMetadata
IsSuccess *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateFinancialRelationOutput) GoString ¶ added in v1.0.125
func (s CreateFinancialRelationOutput) GoString() string
GoString returns the string representation
func (*CreateFinancialRelationOutput) SetIsSuccess ¶ added in v1.0.125
func (s *CreateFinancialRelationOutput) SetIsSuccess(v bool) *CreateFinancialRelationOutput
SetIsSuccess sets the IsSuccess field's value.
func (CreateFinancialRelationOutput) String ¶ added in v1.0.125
func (s CreateFinancialRelationOutput) String() string
String returns the string representation
type DeleteBudgetInput ¶ added in v1.1.41
type DeleteBudgetInput struct {
// BudgetID is a required field
BudgetID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteBudgetInput) GoString ¶ added in v1.1.41
func (s DeleteBudgetInput) GoString() string
GoString returns the string representation
func (*DeleteBudgetInput) SetBudgetID ¶ added in v1.1.41
func (s *DeleteBudgetInput) SetBudgetID(v string) *DeleteBudgetInput
SetBudgetID sets the BudgetID field's value.
func (DeleteBudgetInput) String ¶ added in v1.1.41
func (s DeleteBudgetInput) String() string
String returns the string representation
func (*DeleteBudgetInput) Validate ¶ added in v1.1.41
func (s *DeleteBudgetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteBudgetOutput ¶ added in v1.1.41
type DeleteBudgetOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteBudgetOutput) GoString ¶ added in v1.1.41
func (s DeleteBudgetOutput) GoString() string
GoString returns the string representation
func (DeleteBudgetOutput) String ¶ added in v1.1.41
func (s DeleteBudgetOutput) String() string
String returns the string representation
type DeleteFinancialRelationInput ¶ added in v1.0.125
type DeleteFinancialRelationInput struct {
// Relation is a required field
Relation *int32 `type:"int32" json:",omitempty" required:"true"`
// RelationID is a required field
RelationID *string `type:"string" json:",omitempty" required:"true"`
// SubAccountID is a required field
SubAccountID *int64 `type:"int64" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteFinancialRelationInput) GoString ¶ added in v1.0.125
func (s DeleteFinancialRelationInput) GoString() string
GoString returns the string representation
func (*DeleteFinancialRelationInput) SetRelation ¶ added in v1.0.125
func (s *DeleteFinancialRelationInput) SetRelation(v int32) *DeleteFinancialRelationInput
SetRelation sets the Relation field's value.
func (*DeleteFinancialRelationInput) SetRelationID ¶ added in v1.0.125
func (s *DeleteFinancialRelationInput) SetRelationID(v string) *DeleteFinancialRelationInput
SetRelationID sets the RelationID field's value.
func (*DeleteFinancialRelationInput) SetSubAccountID ¶ added in v1.0.125
func (s *DeleteFinancialRelationInput) SetSubAccountID(v int64) *DeleteFinancialRelationInput
SetSubAccountID sets the SubAccountID field's value.
func (DeleteFinancialRelationInput) String ¶ added in v1.0.125
func (s DeleteFinancialRelationInput) String() string
String returns the string representation
func (*DeleteFinancialRelationInput) Validate ¶ added in v1.0.125
func (s *DeleteFinancialRelationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFinancialRelationOutput ¶ added in v1.0.125
type DeleteFinancialRelationOutput struct {
Metadata *response.ResponseMetadata
IsSuccess *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (DeleteFinancialRelationOutput) GoString ¶ added in v1.0.125
func (s DeleteFinancialRelationOutput) GoString() string
GoString returns the string representation
func (*DeleteFinancialRelationOutput) SetIsSuccess ¶ added in v1.0.125
func (s *DeleteFinancialRelationOutput) SetIsSuccess(v bool) *DeleteFinancialRelationOutput
SetIsSuccess sets the IsSuccess field's value.
func (DeleteFinancialRelationOutput) String ¶ added in v1.0.125
func (s DeleteFinancialRelationOutput) String() string
String returns the string representation
type DiscountDetailForQueryPriceForPayAsYouGoOutput ¶ added in v1.0.186
type DiscountDetailForQueryPriceForPayAsYouGoOutput struct {
DiscountPrice *string `type:"string" json:",omitempty"`
DiscountType *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DiscountDetailForQueryPriceForPayAsYouGoOutput) GoString ¶ added in v1.0.186
func (s DiscountDetailForQueryPriceForPayAsYouGoOutput) GoString() string
GoString returns the string representation
func (*DiscountDetailForQueryPriceForPayAsYouGoOutput) SetDiscountPrice ¶ added in v1.0.186
func (s *DiscountDetailForQueryPriceForPayAsYouGoOutput) SetDiscountPrice(v string) *DiscountDetailForQueryPriceForPayAsYouGoOutput
SetDiscountPrice sets the DiscountPrice field's value.
func (*DiscountDetailForQueryPriceForPayAsYouGoOutput) SetDiscountType ¶ added in v1.0.186
func (s *DiscountDetailForQueryPriceForPayAsYouGoOutput) SetDiscountType(v string) *DiscountDetailForQueryPriceForPayAsYouGoOutput
SetDiscountType sets the DiscountType field's value.
func (DiscountDetailForQueryPriceForPayAsYouGoOutput) String ¶ added in v1.0.186
func (s DiscountDetailForQueryPriceForPayAsYouGoOutput) String() string
String returns the string representation
type DiscountDetailForQueryPriceForSubscriptionOutput ¶ added in v1.0.186
type DiscountDetailForQueryPriceForSubscriptionOutput struct {
DiscountPrice *string `type:"string" json:",omitempty"`
DiscountType *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DiscountDetailForQueryPriceForSubscriptionOutput) GoString ¶ added in v1.0.186
func (s DiscountDetailForQueryPriceForSubscriptionOutput) GoString() string
GoString returns the string representation
func (*DiscountDetailForQueryPriceForSubscriptionOutput) SetDiscountPrice ¶ added in v1.0.186
func (s *DiscountDetailForQueryPriceForSubscriptionOutput) SetDiscountPrice(v string) *DiscountDetailForQueryPriceForSubscriptionOutput
SetDiscountPrice sets the DiscountPrice field's value.
func (*DiscountDetailForQueryPriceForSubscriptionOutput) SetDiscountType ¶ added in v1.0.186
func (s *DiscountDetailForQueryPriceForSubscriptionOutput) SetDiscountType(v string) *DiscountDetailForQueryPriceForSubscriptionOutput
SetDiscountType sets the DiscountType field's value.
func (DiscountDetailForQueryPriceForSubscriptionOutput) String ¶ added in v1.0.186
func (s DiscountDetailForQueryPriceForSubscriptionOutput) String() string
String returns the string representation
type GetOrderInput ¶ added in v1.0.152
type GetOrderInput struct {
// OrderID is a required field
OrderID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetOrderInput) GoString ¶ added in v1.0.152
func (s GetOrderInput) GoString() string
GoString returns the string representation
func (*GetOrderInput) SetOrderID ¶ added in v1.0.152
func (s *GetOrderInput) SetOrderID(v string) *GetOrderInput
SetOrderID sets the OrderID field's value.
func (GetOrderInput) String ¶ added in v1.0.152
func (s GetOrderInput) String() string
String returns the string representation
func (*GetOrderInput) Validate ¶ added in v1.0.152
func (s *GetOrderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetOrderOutput ¶ added in v1.0.152
type GetOrderOutput struct {
Metadata *response.ResponseMetadata
OrderInfo *OrderInfoForGetOrderOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetOrderOutput) GoString ¶ added in v1.0.152
func (s GetOrderOutput) GoString() string
GoString returns the string representation
func (*GetOrderOutput) SetOrderInfo ¶ added in v1.0.152
func (s *GetOrderOutput) SetOrderInfo(v *OrderInfoForGetOrderOutput) *GetOrderOutput
SetOrderInfo sets the OrderInfo field's value.
func (GetOrderOutput) String ¶ added in v1.0.152
func (s GetOrderOutput) String() string
String returns the string representation
type HandleInvitationInput ¶ added in v1.0.125
type HandleInvitationInput struct {
// Action is a required field
Action *int32 `type:"int32" json:",omitempty" required:"true"`
AuthID *string `type:"string" json:",omitempty"`
// InvitationType is a required field
InvitationType *int32 `type:"int32" json:",omitempty" required:"true"`
MajorAccountID *int64 `type:"int64" json:",omitempty"`
Relation *int32 `type:"int32" json:",omitempty"`
// RelationID is a required field
RelationID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (HandleInvitationInput) GoString ¶ added in v1.0.125
func (s HandleInvitationInput) GoString() string
GoString returns the string representation
func (*HandleInvitationInput) SetAction ¶ added in v1.0.125
func (s *HandleInvitationInput) SetAction(v int32) *HandleInvitationInput
SetAction sets the Action field's value.
func (*HandleInvitationInput) SetAuthID ¶ added in v1.0.125
func (s *HandleInvitationInput) SetAuthID(v string) *HandleInvitationInput
SetAuthID sets the AuthID field's value.
func (*HandleInvitationInput) SetInvitationType ¶ added in v1.0.125
func (s *HandleInvitationInput) SetInvitationType(v int32) *HandleInvitationInput
SetInvitationType sets the InvitationType field's value.
func (*HandleInvitationInput) SetMajorAccountID ¶ added in v1.0.125
func (s *HandleInvitationInput) SetMajorAccountID(v int64) *HandleInvitationInput
SetMajorAccountID sets the MajorAccountID field's value.
func (*HandleInvitationInput) SetRelation ¶ added in v1.0.125
func (s *HandleInvitationInput) SetRelation(v int32) *HandleInvitationInput
SetRelation sets the Relation field's value.
func (*HandleInvitationInput) SetRelationID ¶ added in v1.0.125
func (s *HandleInvitationInput) SetRelationID(v string) *HandleInvitationInput
SetRelationID sets the RelationID field's value.
func (HandleInvitationInput) String ¶ added in v1.0.125
func (s HandleInvitationInput) String() string
String returns the string representation
func (*HandleInvitationInput) Validate ¶ added in v1.0.125
func (s *HandleInvitationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type HandleInvitationOutput ¶ added in v1.0.125
type HandleInvitationOutput struct {
Metadata *response.ResponseMetadata
IsSuccess *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (HandleInvitationOutput) GoString ¶ added in v1.0.125
func (s HandleInvitationOutput) GoString() string
GoString returns the string representation
func (*HandleInvitationOutput) SetIsSuccess ¶ added in v1.0.125
func (s *HandleInvitationOutput) SetIsSuccess(v bool) *HandleInvitationOutput
SetIsSuccess sets the IsSuccess field's value.
func (HandleInvitationOutput) String ¶ added in v1.0.125
func (s HandleInvitationOutput) String() string
String returns the string representation
type InstanceAmountListForQueryPriceForRenewOutput ¶ added in v1.0.186
type InstanceAmountListForQueryPriceForRenewOutput struct {
ConfigurationCode *string `type:"string" json:",omitempty"`
DiscountAmount *string `type:"string" json:",omitempty"`
InstanceID *string `type:"string" json:",omitempty"`
OriginalAmount *string `type:"string" json:",omitempty"`
Product *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (InstanceAmountListForQueryPriceForRenewOutput) GoString ¶ added in v1.0.186
func (s InstanceAmountListForQueryPriceForRenewOutput) GoString() string
GoString returns the string representation
func (*InstanceAmountListForQueryPriceForRenewOutput) SetConfigurationCode ¶ added in v1.0.186
func (s *InstanceAmountListForQueryPriceForRenewOutput) SetConfigurationCode(v string) *InstanceAmountListForQueryPriceForRenewOutput
SetConfigurationCode sets the ConfigurationCode field's value.
func (*InstanceAmountListForQueryPriceForRenewOutput) SetDiscountAmount ¶ added in v1.0.186
func (s *InstanceAmountListForQueryPriceForRenewOutput) SetDiscountAmount(v string) *InstanceAmountListForQueryPriceForRenewOutput
SetDiscountAmount sets the DiscountAmount field's value.
func (*InstanceAmountListForQueryPriceForRenewOutput) SetInstanceID ¶ added in v1.0.186
func (s *InstanceAmountListForQueryPriceForRenewOutput) SetInstanceID(v string) *InstanceAmountListForQueryPriceForRenewOutput
SetInstanceID sets the InstanceID field's value.
func (*InstanceAmountListForQueryPriceForRenewOutput) SetOriginalAmount ¶ added in v1.0.186
func (s *InstanceAmountListForQueryPriceForRenewOutput) SetOriginalAmount(v string) *InstanceAmountListForQueryPriceForRenewOutput
SetOriginalAmount sets the OriginalAmount field's value.
func (*InstanceAmountListForQueryPriceForRenewOutput) SetProduct ¶ added in v1.0.186
func (s *InstanceAmountListForQueryPriceForRenewOutput) SetProduct(v string) *InstanceAmountListForQueryPriceForRenewOutput
SetProduct sets the Product field's value.
func (InstanceAmountListForQueryPriceForRenewOutput) String ¶ added in v1.0.186
func (s InstanceAmountListForQueryPriceForRenewOutput) String() string
String returns the string representation
type InstanceListForListAvailableInstancesOutput ¶ added in v1.0.152
type InstanceListForListAvailableInstancesOutput struct {
AccountID *int32 `type:"int32" json:",omitempty"`
BeginTime *string `type:"string" json:",omitempty"`
ConfigurationCode *string `type:"string" json:",omitempty"`
ExpiredTime *string `type:"string" json:",omitempty"`
InstanceID *string `type:"string" json:",omitempty"`
InstanceName *string `type:"string" json:",omitempty"`
PaymentMethod *string `type:"string" json:",omitempty"`
Product *string `type:"string" json:",omitempty"`
RemainRenewTimes *string `type:"string" json:",omitempty"`
RenewType *string `type:"string" json:",omitempty"`
RenewalDurationUnit *string `type:"string" json:",omitempty"`
RenewalTimes *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
SubStatus *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (InstanceListForListAvailableInstancesOutput) GoString ¶ added in v1.0.152
func (s InstanceListForListAvailableInstancesOutput) GoString() string
GoString returns the string representation
func (*InstanceListForListAvailableInstancesOutput) SetAccountID ¶ added in v1.0.152
func (s *InstanceListForListAvailableInstancesOutput) SetAccountID(v int32) *InstanceListForListAvailableInstancesOutput
SetAccountID sets the AccountID field's value.
func (*InstanceListForListAvailableInstancesOutput) SetBeginTime ¶ added in v1.0.152
func (s *InstanceListForListAvailableInstancesOutput) SetBeginTime(v string) *InstanceListForListAvailableInstancesOutput
SetBeginTime sets the BeginTime field's value.
func (*InstanceListForListAvailableInstancesOutput) SetConfigurationCode ¶ added in v1.0.152
func (s *InstanceListForListAvailableInstancesOutput) SetConfigurationCode(v string) *InstanceListForListAvailableInstancesOutput
SetConfigurationCode sets the ConfigurationCode field's value.
func (*InstanceListForListAvailableInstancesOutput) SetExpiredTime ¶ added in v1.0.152
func (s *InstanceListForListAvailableInstancesOutput) SetExpiredTime(v string) *InstanceListForListAvailableInstancesOutput
SetExpiredTime sets the ExpiredTime field's value.
func (*InstanceListForListAvailableInstancesOutput) SetInstanceID ¶ added in v1.0.152
func (s *InstanceListForListAvailableInstancesOutput) SetInstanceID(v string) *InstanceListForListAvailableInstancesOutput
SetInstanceID sets the InstanceID field's value.
func (*InstanceListForListAvailableInstancesOutput) SetInstanceName ¶ added in v1.0.152
func (s *InstanceListForListAvailableInstancesOutput) SetInstanceName(v string) *InstanceListForListAvailableInstancesOutput
SetInstanceName sets the InstanceName field's value.
func (*InstanceListForListAvailableInstancesOutput) SetPaymentMethod ¶ added in v1.0.152
func (s *InstanceListForListAvailableInstancesOutput) SetPaymentMethod(v string) *InstanceListForListAvailableInstancesOutput
SetPaymentMethod sets the PaymentMethod field's value.
func (*InstanceListForListAvailableInstancesOutput) SetProduct ¶ added in v1.0.152
func (s *InstanceListForListAvailableInstancesOutput) SetProduct(v string) *InstanceListForListAvailableInstancesOutput
SetProduct sets the Product field's value.
func (*InstanceListForListAvailableInstancesOutput) SetRemainRenewTimes ¶ added in v1.0.152
func (s *InstanceListForListAvailableInstancesOutput) SetRemainRenewTimes(v string) *InstanceListForListAvailableInstancesOutput
SetRemainRenewTimes sets the RemainRenewTimes field's value.
func (*InstanceListForListAvailableInstancesOutput) SetRenewType ¶ added in v1.0.152
func (s *InstanceListForListAvailableInstancesOutput) SetRenewType(v string) *InstanceListForListAvailableInstancesOutput
SetRenewType sets the RenewType field's value.
func (*InstanceListForListAvailableInstancesOutput) SetRenewalDurationUnit ¶ added in v1.0.152
func (s *InstanceListForListAvailableInstancesOutput) SetRenewalDurationUnit(v string) *InstanceListForListAvailableInstancesOutput
SetRenewalDurationUnit sets the RenewalDurationUnit field's value.
func (*InstanceListForListAvailableInstancesOutput) SetRenewalTimes ¶ added in v1.0.152
func (s *InstanceListForListAvailableInstancesOutput) SetRenewalTimes(v string) *InstanceListForListAvailableInstancesOutput
SetRenewalTimes sets the RenewalTimes field's value.
func (*InstanceListForListAvailableInstancesOutput) SetStatus ¶ added in v1.0.152
func (s *InstanceListForListAvailableInstancesOutput) SetStatus(v string) *InstanceListForListAvailableInstancesOutput
SetStatus sets the Status field's value.
func (*InstanceListForListAvailableInstancesOutput) SetSubStatus ¶ added in v1.0.152
func (s *InstanceListForListAvailableInstancesOutput) SetSubStatus(v string) *InstanceListForListAvailableInstancesOutput
SetSubStatus sets the SubStatus field's value.
func (InstanceListForListAvailableInstancesOutput) String ¶ added in v1.0.152
func (s InstanceListForListAvailableInstancesOutput) String() string
String returns the string representation
type ListAmortizedCostBillDailyInput ¶ added in v1.0.121
type ListAmortizedCostBillDailyInput struct {
AmortizedDay *string `type:"string" json:",omitempty"`
// AmortizedMonth is a required field
AmortizedMonth *string `type:"string" json:",omitempty" required:"true"`
AmortizedType []*string `type:"list" json:",omitempty"`
BillCategory []*string `type:"list" json:",omitempty"`
BillPeriod *string `type:"string" json:",omitempty"`
BillingMode []*string `type:"list" json:",omitempty"`
IgnoreZero *int32 `type:"int32" json:",omitempty"`
InstanceNo *string `type:"string" json:",omitempty"`
// Limit is a required field
Limit *int32 `type:"int32" json:",omitempty" required:"true"`
NeedRecordNum *int32 `type:"int32" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
OwnerID []*int64 `type:"list" json:",omitempty"`
PayerID []*int64 `type:"list" json:",omitempty"`
Product []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListAmortizedCostBillDailyInput) GoString ¶ added in v1.0.121
func (s ListAmortizedCostBillDailyInput) GoString() string
GoString returns the string representation
func (*ListAmortizedCostBillDailyInput) SetAmortizedDay ¶ added in v1.0.121
func (s *ListAmortizedCostBillDailyInput) SetAmortizedDay(v string) *ListAmortizedCostBillDailyInput
SetAmortizedDay sets the AmortizedDay field's value.
func (*ListAmortizedCostBillDailyInput) SetAmortizedMonth ¶ added in v1.0.121
func (s *ListAmortizedCostBillDailyInput) SetAmortizedMonth(v string) *ListAmortizedCostBillDailyInput
SetAmortizedMonth sets the AmortizedMonth field's value.
func (*ListAmortizedCostBillDailyInput) SetAmortizedType ¶ added in v1.0.121
func (s *ListAmortizedCostBillDailyInput) SetAmortizedType(v []*string) *ListAmortizedCostBillDailyInput
SetAmortizedType sets the AmortizedType field's value.
func (*ListAmortizedCostBillDailyInput) SetBillCategory ¶ added in v1.0.121
func (s *ListAmortizedCostBillDailyInput) SetBillCategory(v []*string) *ListAmortizedCostBillDailyInput
SetBillCategory sets the BillCategory field's value.
func (*ListAmortizedCostBillDailyInput) SetBillPeriod ¶ added in v1.0.121
func (s *ListAmortizedCostBillDailyInput) SetBillPeriod(v string) *ListAmortizedCostBillDailyInput
SetBillPeriod sets the BillPeriod field's value.
func (*ListAmortizedCostBillDailyInput) SetBillingMode ¶ added in v1.0.121
func (s *ListAmortizedCostBillDailyInput) SetBillingMode(v []*string) *ListAmortizedCostBillDailyInput
SetBillingMode sets the BillingMode field's value.
func (*ListAmortizedCostBillDailyInput) SetIgnoreZero ¶ added in v1.0.121
func (s *ListAmortizedCostBillDailyInput) SetIgnoreZero(v int32) *ListAmortizedCostBillDailyInput
SetIgnoreZero sets the IgnoreZero field's value.
func (*ListAmortizedCostBillDailyInput) SetInstanceNo ¶ added in v1.0.121
func (s *ListAmortizedCostBillDailyInput) SetInstanceNo(v string) *ListAmortizedCostBillDailyInput
SetInstanceNo sets the InstanceNo field's value.
func (*ListAmortizedCostBillDailyInput) SetLimit ¶ added in v1.0.121
func (s *ListAmortizedCostBillDailyInput) SetLimit(v int32) *ListAmortizedCostBillDailyInput
SetLimit sets the Limit field's value.
func (*ListAmortizedCostBillDailyInput) SetNeedRecordNum ¶ added in v1.0.121
func (s *ListAmortizedCostBillDailyInput) SetNeedRecordNum(v int32) *ListAmortizedCostBillDailyInput
SetNeedRecordNum sets the NeedRecordNum field's value.
func (*ListAmortizedCostBillDailyInput) SetOffset ¶ added in v1.0.121
func (s *ListAmortizedCostBillDailyInput) SetOffset(v int32) *ListAmortizedCostBillDailyInput
SetOffset sets the Offset field's value.
func (*ListAmortizedCostBillDailyInput) SetOwnerID ¶ added in v1.0.140
func (s *ListAmortizedCostBillDailyInput) SetOwnerID(v []*int64) *ListAmortizedCostBillDailyInput
SetOwnerID sets the OwnerID field's value.
func (*ListAmortizedCostBillDailyInput) SetPayerID ¶ added in v1.0.140
func (s *ListAmortizedCostBillDailyInput) SetPayerID(v []*int64) *ListAmortizedCostBillDailyInput
SetPayerID sets the PayerID field's value.
func (*ListAmortizedCostBillDailyInput) SetProduct ¶ added in v1.0.121
func (s *ListAmortizedCostBillDailyInput) SetProduct(v []*string) *ListAmortizedCostBillDailyInput
SetProduct sets the Product field's value.
func (ListAmortizedCostBillDailyInput) String ¶ added in v1.0.121
func (s ListAmortizedCostBillDailyInput) String() string
String returns the string representation
func (*ListAmortizedCostBillDailyInput) Validate ¶ added in v1.0.121
func (s *ListAmortizedCostBillDailyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAmortizedCostBillDailyOutput ¶ added in v1.0.121
type ListAmortizedCostBillDailyOutput struct {
Metadata *response.ResponseMetadata
Limit *int32 `type:"int32" json:",omitempty"`
List []*ListForListAmortizedCostBillDailyOutput `type:"list" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListAmortizedCostBillDailyOutput) GoString ¶ added in v1.0.121
func (s ListAmortizedCostBillDailyOutput) GoString() string
GoString returns the string representation
func (*ListAmortizedCostBillDailyOutput) SetLimit ¶ added in v1.0.121
func (s *ListAmortizedCostBillDailyOutput) SetLimit(v int32) *ListAmortizedCostBillDailyOutput
SetLimit sets the Limit field's value.
func (*ListAmortizedCostBillDailyOutput) SetList ¶ added in v1.0.121
func (s *ListAmortizedCostBillDailyOutput) SetList(v []*ListForListAmortizedCostBillDailyOutput) *ListAmortizedCostBillDailyOutput
SetList sets the List field's value.
func (*ListAmortizedCostBillDailyOutput) SetOffset ¶ added in v1.0.121
func (s *ListAmortizedCostBillDailyOutput) SetOffset(v int32) *ListAmortizedCostBillDailyOutput
SetOffset sets the Offset field's value.
func (*ListAmortizedCostBillDailyOutput) SetTotal ¶ added in v1.0.121
func (s *ListAmortizedCostBillDailyOutput) SetTotal(v int32) *ListAmortizedCostBillDailyOutput
SetTotal sets the Total field's value.
func (ListAmortizedCostBillDailyOutput) String ¶ added in v1.0.121
func (s ListAmortizedCostBillDailyOutput) String() string
String returns the string representation
type ListAmortizedCostBillDetailInput ¶ added in v1.0.116
type ListAmortizedCostBillDetailInput struct {
AmortizedDay *string `type:"string" json:",omitempty"`
// AmortizedMonth is a required field
AmortizedMonth *string `type:"string" json:",omitempty" required:"true"`
AmortizedType []*string `type:"list" json:",omitempty"`
BillCategory []*string `type:"list" json:",omitempty"`
BillPeriod *string `type:"string" json:",omitempty"`
BillingMode []*string `type:"list" json:",omitempty"`
IgnoreZero *int32 `type:"int32" json:",omitempty"`
InstanceNo *string `type:"string" json:",omitempty"`
// Limit is a required field
Limit *int32 `type:"int32" json:",omitempty" required:"true"`
NeedRecordNum *int32 `type:"int32" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
OwnerID []*int64 `type:"list" json:",omitempty"`
PayerID []*int64 `type:"list" json:",omitempty"`
Product []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListAmortizedCostBillDetailInput) GoString ¶ added in v1.0.116
func (s ListAmortizedCostBillDetailInput) GoString() string
GoString returns the string representation
func (*ListAmortizedCostBillDetailInput) SetAmortizedDay ¶ added in v1.0.116
func (s *ListAmortizedCostBillDetailInput) SetAmortizedDay(v string) *ListAmortizedCostBillDetailInput
SetAmortizedDay sets the AmortizedDay field's value.
func (*ListAmortizedCostBillDetailInput) SetAmortizedMonth ¶ added in v1.0.116
func (s *ListAmortizedCostBillDetailInput) SetAmortizedMonth(v string) *ListAmortizedCostBillDetailInput
SetAmortizedMonth sets the AmortizedMonth field's value.
func (*ListAmortizedCostBillDetailInput) SetAmortizedType ¶ added in v1.0.116
func (s *ListAmortizedCostBillDetailInput) SetAmortizedType(v []*string) *ListAmortizedCostBillDetailInput
SetAmortizedType sets the AmortizedType field's value.
func (*ListAmortizedCostBillDetailInput) SetBillCategory ¶ added in v1.0.116
func (s *ListAmortizedCostBillDetailInput) SetBillCategory(v []*string) *ListAmortizedCostBillDetailInput
SetBillCategory sets the BillCategory field's value.
func (*ListAmortizedCostBillDetailInput) SetBillPeriod ¶ added in v1.0.116
func (s *ListAmortizedCostBillDetailInput) SetBillPeriod(v string) *ListAmortizedCostBillDetailInput
SetBillPeriod sets the BillPeriod field's value.
func (*ListAmortizedCostBillDetailInput) SetBillingMode ¶ added in v1.0.116
func (s *ListAmortizedCostBillDetailInput) SetBillingMode(v []*string) *ListAmortizedCostBillDetailInput
SetBillingMode sets the BillingMode field's value.
func (*ListAmortizedCostBillDetailInput) SetIgnoreZero ¶ added in v1.0.116
func (s *ListAmortizedCostBillDetailInput) SetIgnoreZero(v int32) *ListAmortizedCostBillDetailInput
SetIgnoreZero sets the IgnoreZero field's value.
func (*ListAmortizedCostBillDetailInput) SetInstanceNo ¶ added in v1.0.116
func (s *ListAmortizedCostBillDetailInput) SetInstanceNo(v string) *ListAmortizedCostBillDetailInput
SetInstanceNo sets the InstanceNo field's value.
func (*ListAmortizedCostBillDetailInput) SetLimit ¶ added in v1.0.116
func (s *ListAmortizedCostBillDetailInput) SetLimit(v int32) *ListAmortizedCostBillDetailInput
SetLimit sets the Limit field's value.
func (*ListAmortizedCostBillDetailInput) SetNeedRecordNum ¶ added in v1.0.116
func (s *ListAmortizedCostBillDetailInput) SetNeedRecordNum(v int32) *ListAmortizedCostBillDetailInput
SetNeedRecordNum sets the NeedRecordNum field's value.
func (*ListAmortizedCostBillDetailInput) SetOffset ¶ added in v1.0.116
func (s *ListAmortizedCostBillDetailInput) SetOffset(v int32) *ListAmortizedCostBillDetailInput
SetOffset sets the Offset field's value.
func (*ListAmortizedCostBillDetailInput) SetOwnerID ¶ added in v1.0.140
func (s *ListAmortizedCostBillDetailInput) SetOwnerID(v []*int64) *ListAmortizedCostBillDetailInput
SetOwnerID sets the OwnerID field's value.
func (*ListAmortizedCostBillDetailInput) SetPayerID ¶ added in v1.0.140
func (s *ListAmortizedCostBillDetailInput) SetPayerID(v []*int64) *ListAmortizedCostBillDetailInput
SetPayerID sets the PayerID field's value.
func (*ListAmortizedCostBillDetailInput) SetProduct ¶ added in v1.0.116
func (s *ListAmortizedCostBillDetailInput) SetProduct(v []*string) *ListAmortizedCostBillDetailInput
SetProduct sets the Product field's value.
func (ListAmortizedCostBillDetailInput) String ¶ added in v1.0.116
func (s ListAmortizedCostBillDetailInput) String() string
String returns the string representation
func (*ListAmortizedCostBillDetailInput) Validate ¶ added in v1.0.116
func (s *ListAmortizedCostBillDetailInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAmortizedCostBillDetailOutput ¶ added in v1.0.116
type ListAmortizedCostBillDetailOutput struct {
Metadata *response.ResponseMetadata
Limit *int32 `type:"int32" json:",omitempty"`
List []*ListForListAmortizedCostBillDetailOutput `type:"list" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListAmortizedCostBillDetailOutput) GoString ¶ added in v1.0.116
func (s ListAmortizedCostBillDetailOutput) GoString() string
GoString returns the string representation
func (*ListAmortizedCostBillDetailOutput) SetLimit ¶ added in v1.0.116
func (s *ListAmortizedCostBillDetailOutput) SetLimit(v int32) *ListAmortizedCostBillDetailOutput
SetLimit sets the Limit field's value.
func (*ListAmortizedCostBillDetailOutput) SetList ¶ added in v1.0.116
func (s *ListAmortizedCostBillDetailOutput) SetList(v []*ListForListAmortizedCostBillDetailOutput) *ListAmortizedCostBillDetailOutput
SetList sets the List field's value.
func (*ListAmortizedCostBillDetailOutput) SetOffset ¶ added in v1.0.116
func (s *ListAmortizedCostBillDetailOutput) SetOffset(v int32) *ListAmortizedCostBillDetailOutput
SetOffset sets the Offset field's value.
func (*ListAmortizedCostBillDetailOutput) SetTotal ¶ added in v1.0.116
func (s *ListAmortizedCostBillDetailOutput) SetTotal(v int32) *ListAmortizedCostBillDetailOutput
SetTotal sets the Total field's value.
func (ListAmortizedCostBillDetailOutput) String ¶ added in v1.0.116
func (s ListAmortizedCostBillDetailOutput) String() string
String returns the string representation
type ListAmortizedCostBillMonthlyInput ¶ added in v1.0.116
type ListAmortizedCostBillMonthlyInput struct {
// AmortizedMonth is a required field
AmortizedMonth *string `type:"string" json:",omitempty" required:"true"`
AmortizedType []*string `type:"list" json:",omitempty"`
BillCategory []*string `type:"list" json:",omitempty"`
BillPeriod *string `type:"string" json:",omitempty"`
BillingMode []*string `type:"list" json:",omitempty"`
IgnoreZero *int32 `type:"int32" json:",omitempty"`
InstanceNo *string `type:"string" json:",omitempty"`
// Limit is a required field
Limit *int32 `type:"int32" json:",omitempty" required:"true"`
NeedRecordNum *int32 `type:"int32" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
OwnerID []*int64 `type:"list" json:",omitempty"`
PayerID []*int64 `type:"list" json:",omitempty"`
Product []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListAmortizedCostBillMonthlyInput) GoString ¶ added in v1.0.116
func (s ListAmortizedCostBillMonthlyInput) GoString() string
GoString returns the string representation
func (*ListAmortizedCostBillMonthlyInput) SetAmortizedMonth ¶ added in v1.0.116
func (s *ListAmortizedCostBillMonthlyInput) SetAmortizedMonth(v string) *ListAmortizedCostBillMonthlyInput
SetAmortizedMonth sets the AmortizedMonth field's value.
func (*ListAmortizedCostBillMonthlyInput) SetAmortizedType ¶ added in v1.0.116
func (s *ListAmortizedCostBillMonthlyInput) SetAmortizedType(v []*string) *ListAmortizedCostBillMonthlyInput
SetAmortizedType sets the AmortizedType field's value.
func (*ListAmortizedCostBillMonthlyInput) SetBillCategory ¶ added in v1.0.116
func (s *ListAmortizedCostBillMonthlyInput) SetBillCategory(v []*string) *ListAmortizedCostBillMonthlyInput
SetBillCategory sets the BillCategory field's value.
func (*ListAmortizedCostBillMonthlyInput) SetBillPeriod ¶ added in v1.0.116
func (s *ListAmortizedCostBillMonthlyInput) SetBillPeriod(v string) *ListAmortizedCostBillMonthlyInput
SetBillPeriod sets the BillPeriod field's value.
func (*ListAmortizedCostBillMonthlyInput) SetBillingMode ¶ added in v1.0.116
func (s *ListAmortizedCostBillMonthlyInput) SetBillingMode(v []*string) *ListAmortizedCostBillMonthlyInput
SetBillingMode sets the BillingMode field's value.
func (*ListAmortizedCostBillMonthlyInput) SetIgnoreZero ¶ added in v1.0.116
func (s *ListAmortizedCostBillMonthlyInput) SetIgnoreZero(v int32) *ListAmortizedCostBillMonthlyInput
SetIgnoreZero sets the IgnoreZero field's value.
func (*ListAmortizedCostBillMonthlyInput) SetInstanceNo ¶ added in v1.0.116
func (s *ListAmortizedCostBillMonthlyInput) SetInstanceNo(v string) *ListAmortizedCostBillMonthlyInput
SetInstanceNo sets the InstanceNo field's value.
func (*ListAmortizedCostBillMonthlyInput) SetLimit ¶ added in v1.0.116
func (s *ListAmortizedCostBillMonthlyInput) SetLimit(v int32) *ListAmortizedCostBillMonthlyInput
SetLimit sets the Limit field's value.
func (*ListAmortizedCostBillMonthlyInput) SetNeedRecordNum ¶ added in v1.0.116
func (s *ListAmortizedCostBillMonthlyInput) SetNeedRecordNum(v int32) *ListAmortizedCostBillMonthlyInput
SetNeedRecordNum sets the NeedRecordNum field's value.
func (*ListAmortizedCostBillMonthlyInput) SetOffset ¶ added in v1.0.116
func (s *ListAmortizedCostBillMonthlyInput) SetOffset(v int32) *ListAmortizedCostBillMonthlyInput
SetOffset sets the Offset field's value.
func (*ListAmortizedCostBillMonthlyInput) SetOwnerID ¶ added in v1.0.140
func (s *ListAmortizedCostBillMonthlyInput) SetOwnerID(v []*int64) *ListAmortizedCostBillMonthlyInput
SetOwnerID sets the OwnerID field's value.
func (*ListAmortizedCostBillMonthlyInput) SetPayerID ¶ added in v1.0.140
func (s *ListAmortizedCostBillMonthlyInput) SetPayerID(v []*int64) *ListAmortizedCostBillMonthlyInput
SetPayerID sets the PayerID field's value.
func (*ListAmortizedCostBillMonthlyInput) SetProduct ¶ added in v1.0.116
func (s *ListAmortizedCostBillMonthlyInput) SetProduct(v []*string) *ListAmortizedCostBillMonthlyInput
SetProduct sets the Product field's value.
func (ListAmortizedCostBillMonthlyInput) String ¶ added in v1.0.116
func (s ListAmortizedCostBillMonthlyInput) String() string
String returns the string representation
func (*ListAmortizedCostBillMonthlyInput) Validate ¶ added in v1.0.116
func (s *ListAmortizedCostBillMonthlyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAmortizedCostBillMonthlyOutput ¶ added in v1.0.116
type ListAmortizedCostBillMonthlyOutput struct {
Metadata *response.ResponseMetadata
Limit *int32 `type:"int32" json:",omitempty"`
List []*ListForListAmortizedCostBillMonthlyOutput `type:"list" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListAmortizedCostBillMonthlyOutput) GoString ¶ added in v1.0.116
func (s ListAmortizedCostBillMonthlyOutput) GoString() string
GoString returns the string representation
func (*ListAmortizedCostBillMonthlyOutput) SetLimit ¶ added in v1.0.116
func (s *ListAmortizedCostBillMonthlyOutput) SetLimit(v int32) *ListAmortizedCostBillMonthlyOutput
SetLimit sets the Limit field's value.
func (*ListAmortizedCostBillMonthlyOutput) SetList ¶ added in v1.0.116
func (s *ListAmortizedCostBillMonthlyOutput) SetList(v []*ListForListAmortizedCostBillMonthlyOutput) *ListAmortizedCostBillMonthlyOutput
SetList sets the List field's value.
func (*ListAmortizedCostBillMonthlyOutput) SetOffset ¶ added in v1.0.116
func (s *ListAmortizedCostBillMonthlyOutput) SetOffset(v int32) *ListAmortizedCostBillMonthlyOutput
SetOffset sets the Offset field's value.
func (*ListAmortizedCostBillMonthlyOutput) SetTotal ¶ added in v1.0.116
func (s *ListAmortizedCostBillMonthlyOutput) SetTotal(v int32) *ListAmortizedCostBillMonthlyOutput
SetTotal sets the Total field's value.
func (ListAmortizedCostBillMonthlyOutput) String ¶ added in v1.0.116
func (s ListAmortizedCostBillMonthlyOutput) String() string
String returns the string representation
type ListAvailableInstancesInput ¶ added in v1.0.152
type ListAvailableInstancesInput struct {
BeginTimeEnd *string `type:"string" json:",omitempty"`
BeginTimeStart *string `type:"string" json:",omitempty"`
ExpiredTimeEnd *string `type:"string" json:",omitempty"`
ExpiredTimeStart *string `type:"string" json:",omitempty"`
InstanceIDs []*string `type:"list" json:",omitempty"`
// MaxResults is a required field
MaxResults *int32 `type:"int32" json:",omitempty" required:"true"`
NextToken *string `type:"string" json:",omitempty"`
Product *string `type:"string" json:",omitempty"`
RenewType *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListAvailableInstancesInput) GoString ¶ added in v1.0.152
func (s ListAvailableInstancesInput) GoString() string
GoString returns the string representation
func (*ListAvailableInstancesInput) SetBeginTimeEnd ¶ added in v1.0.152
func (s *ListAvailableInstancesInput) SetBeginTimeEnd(v string) *ListAvailableInstancesInput
SetBeginTimeEnd sets the BeginTimeEnd field's value.
func (*ListAvailableInstancesInput) SetBeginTimeStart ¶ added in v1.0.152
func (s *ListAvailableInstancesInput) SetBeginTimeStart(v string) *ListAvailableInstancesInput
SetBeginTimeStart sets the BeginTimeStart field's value.
func (*ListAvailableInstancesInput) SetExpiredTimeEnd ¶ added in v1.0.152
func (s *ListAvailableInstancesInput) SetExpiredTimeEnd(v string) *ListAvailableInstancesInput
SetExpiredTimeEnd sets the ExpiredTimeEnd field's value.
func (*ListAvailableInstancesInput) SetExpiredTimeStart ¶ added in v1.0.152
func (s *ListAvailableInstancesInput) SetExpiredTimeStart(v string) *ListAvailableInstancesInput
SetExpiredTimeStart sets the ExpiredTimeStart field's value.
func (*ListAvailableInstancesInput) SetInstanceIDs ¶ added in v1.0.152
func (s *ListAvailableInstancesInput) SetInstanceIDs(v []*string) *ListAvailableInstancesInput
SetInstanceIDs sets the InstanceIDs field's value.
func (*ListAvailableInstancesInput) SetMaxResults ¶ added in v1.0.152
func (s *ListAvailableInstancesInput) SetMaxResults(v int32) *ListAvailableInstancesInput
SetMaxResults sets the MaxResults field's value.
func (*ListAvailableInstancesInput) SetNextToken ¶ added in v1.0.152
func (s *ListAvailableInstancesInput) SetNextToken(v string) *ListAvailableInstancesInput
SetNextToken sets the NextToken field's value.
func (*ListAvailableInstancesInput) SetProduct ¶ added in v1.0.152
func (s *ListAvailableInstancesInput) SetProduct(v string) *ListAvailableInstancesInput
SetProduct sets the Product field's value.
func (*ListAvailableInstancesInput) SetRenewType ¶ added in v1.0.152
func (s *ListAvailableInstancesInput) SetRenewType(v string) *ListAvailableInstancesInput
SetRenewType sets the RenewType field's value.
func (ListAvailableInstancesInput) String ¶ added in v1.0.152
func (s ListAvailableInstancesInput) String() string
String returns the string representation
func (*ListAvailableInstancesInput) Validate ¶ added in v1.0.152
func (s *ListAvailableInstancesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAvailableInstancesOutput ¶ added in v1.0.152
type ListAvailableInstancesOutput struct {
Metadata *response.ResponseMetadata
InstanceList []*InstanceListForListAvailableInstancesOutput `type:"list" json:",omitempty"`
MaxResults *int32 `type:"int32" json:",omitempty"`
NextToken *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListAvailableInstancesOutput) GoString ¶ added in v1.0.152
func (s ListAvailableInstancesOutput) GoString() string
GoString returns the string representation
func (*ListAvailableInstancesOutput) SetInstanceList ¶ added in v1.0.152
func (s *ListAvailableInstancesOutput) SetInstanceList(v []*InstanceListForListAvailableInstancesOutput) *ListAvailableInstancesOutput
SetInstanceList sets the InstanceList field's value.
func (*ListAvailableInstancesOutput) SetMaxResults ¶ added in v1.0.152
func (s *ListAvailableInstancesOutput) SetMaxResults(v int32) *ListAvailableInstancesOutput
SetMaxResults sets the MaxResults field's value.
func (*ListAvailableInstancesOutput) SetNextToken ¶ added in v1.0.152
func (s *ListAvailableInstancesOutput) SetNextToken(v string) *ListAvailableInstancesOutput
SetNextToken sets the NextToken field's value.
func (ListAvailableInstancesOutput) String ¶ added in v1.0.152
func (s ListAvailableInstancesOutput) String() string
String returns the string representation
type ListBillDetailInput ¶ added in v1.0.116
type ListBillDetailInput struct {
BillCategory []*string `type:"list" json:",omitempty"`
// BillPeriod is a required field
BillPeriod *string `type:"string" json:",omitempty" required:"true"`
BillingMode []*string `type:"list" json:",omitempty"`
ExpenseDate *string `type:"string" json:",omitempty"`
GroupPeriod *int32 `type:"int32" json:",omitempty"`
GroupTerm *int32 `type:"int32" json:",omitempty"`
IgnoreZero *int32 `type:"int32" json:",omitempty"`
InstanceNo *string `type:"string" json:",omitempty"`
// Limit is a required field
Limit *int32 `type:"int32" json:",omitempty" required:"true"`
NeedRecordNum *int32 `type:"int32" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
OwnerID []*int64 `type:"list" json:",omitempty"`
PayerID []*int64 `type:"list" json:",omitempty"`
Product []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBillDetailInput) GoString ¶ added in v1.0.116
func (s ListBillDetailInput) GoString() string
GoString returns the string representation
func (*ListBillDetailInput) SetBillCategory ¶ added in v1.0.116
func (s *ListBillDetailInput) SetBillCategory(v []*string) *ListBillDetailInput
SetBillCategory sets the BillCategory field's value.
func (*ListBillDetailInput) SetBillPeriod ¶ added in v1.0.116
func (s *ListBillDetailInput) SetBillPeriod(v string) *ListBillDetailInput
SetBillPeriod sets the BillPeriod field's value.
func (*ListBillDetailInput) SetBillingMode ¶ added in v1.0.116
func (s *ListBillDetailInput) SetBillingMode(v []*string) *ListBillDetailInput
SetBillingMode sets the BillingMode field's value.
func (*ListBillDetailInput) SetExpenseDate ¶ added in v1.0.117
func (s *ListBillDetailInput) SetExpenseDate(v string) *ListBillDetailInput
SetExpenseDate sets the ExpenseDate field's value.
func (*ListBillDetailInput) SetGroupPeriod ¶ added in v1.0.116
func (s *ListBillDetailInput) SetGroupPeriod(v int32) *ListBillDetailInput
SetGroupPeriod sets the GroupPeriod field's value.
func (*ListBillDetailInput) SetGroupTerm ¶ added in v1.0.116
func (s *ListBillDetailInput) SetGroupTerm(v int32) *ListBillDetailInput
SetGroupTerm sets the GroupTerm field's value.
func (*ListBillDetailInput) SetIgnoreZero ¶ added in v1.0.116
func (s *ListBillDetailInput) SetIgnoreZero(v int32) *ListBillDetailInput
SetIgnoreZero sets the IgnoreZero field's value.
func (*ListBillDetailInput) SetInstanceNo ¶ added in v1.0.116
func (s *ListBillDetailInput) SetInstanceNo(v string) *ListBillDetailInput
SetInstanceNo sets the InstanceNo field's value.
func (*ListBillDetailInput) SetLimit ¶ added in v1.0.116
func (s *ListBillDetailInput) SetLimit(v int32) *ListBillDetailInput
SetLimit sets the Limit field's value.
func (*ListBillDetailInput) SetNeedRecordNum ¶ added in v1.0.116
func (s *ListBillDetailInput) SetNeedRecordNum(v int32) *ListBillDetailInput
SetNeedRecordNum sets the NeedRecordNum field's value.
func (*ListBillDetailInput) SetOffset ¶ added in v1.0.116
func (s *ListBillDetailInput) SetOffset(v int32) *ListBillDetailInput
SetOffset sets the Offset field's value.
func (*ListBillDetailInput) SetOwnerID ¶ added in v1.0.140
func (s *ListBillDetailInput) SetOwnerID(v []*int64) *ListBillDetailInput
SetOwnerID sets the OwnerID field's value.
func (*ListBillDetailInput) SetPayerID ¶ added in v1.0.140
func (s *ListBillDetailInput) SetPayerID(v []*int64) *ListBillDetailInput
SetPayerID sets the PayerID field's value.
func (*ListBillDetailInput) SetProduct ¶ added in v1.0.116
func (s *ListBillDetailInput) SetProduct(v []*string) *ListBillDetailInput
SetProduct sets the Product field's value.
func (ListBillDetailInput) String ¶ added in v1.0.116
func (s ListBillDetailInput) String() string
String returns the string representation
func (*ListBillDetailInput) Validate ¶ added in v1.0.116
func (s *ListBillDetailInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListBillDetailOutput ¶ added in v1.0.116
type ListBillDetailOutput struct {
Metadata *response.ResponseMetadata
Limit *int32 `type:"int32" json:",omitempty"`
List []*ListForListBillDetailOutput `type:"list" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBillDetailOutput) GoString ¶ added in v1.0.116
func (s ListBillDetailOutput) GoString() string
GoString returns the string representation
func (*ListBillDetailOutput) SetLimit ¶ added in v1.0.116
func (s *ListBillDetailOutput) SetLimit(v int32) *ListBillDetailOutput
SetLimit sets the Limit field's value.
func (*ListBillDetailOutput) SetList ¶ added in v1.0.116
func (s *ListBillDetailOutput) SetList(v []*ListForListBillDetailOutput) *ListBillDetailOutput
SetList sets the List field's value.
func (*ListBillDetailOutput) SetOffset ¶ added in v1.0.116
func (s *ListBillDetailOutput) SetOffset(v int32) *ListBillDetailOutput
SetOffset sets the Offset field's value.
func (*ListBillDetailOutput) SetTotal ¶ added in v1.0.116
func (s *ListBillDetailOutput) SetTotal(v int32) *ListBillDetailOutput
SetTotal sets the Total field's value.
func (ListBillDetailOutput) String ¶ added in v1.0.116
func (s ListBillDetailOutput) String() string
String returns the string representation
type ListBillInput ¶ added in v1.0.116
type ListBillInput struct {
BillCategoryParent []*string `type:"list" json:",omitempty"`
// BillPeriod is a required field
BillPeriod *string `type:"string" json:",omitempty" required:"true"`
BillingMode []*string `type:"list" json:",omitempty"`
IgnoreZero *int32 `type:"int32" json:",omitempty"`
// Limit is a required field
Limit *int32 `type:"int32" json:",omitempty" required:"true"`
NeedRecordNum *int32 `type:"int32" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
OwnerID []*int64 `type:"list" json:",omitempty"`
PayStatus *string `type:"string" json:",omitempty"`
PayerID []*int64 `type:"list" json:",omitempty"`
Product []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBillInput) GoString ¶ added in v1.0.116
func (s ListBillInput) GoString() string
GoString returns the string representation
func (*ListBillInput) SetBillCategoryParent ¶ added in v1.0.116
func (s *ListBillInput) SetBillCategoryParent(v []*string) *ListBillInput
SetBillCategoryParent sets the BillCategoryParent field's value.
func (*ListBillInput) SetBillPeriod ¶ added in v1.0.116
func (s *ListBillInput) SetBillPeriod(v string) *ListBillInput
SetBillPeriod sets the BillPeriod field's value.
func (*ListBillInput) SetBillingMode ¶ added in v1.0.116
func (s *ListBillInput) SetBillingMode(v []*string) *ListBillInput
SetBillingMode sets the BillingMode field's value.
func (*ListBillInput) SetIgnoreZero ¶ added in v1.0.116
func (s *ListBillInput) SetIgnoreZero(v int32) *ListBillInput
SetIgnoreZero sets the IgnoreZero field's value.
func (*ListBillInput) SetLimit ¶ added in v1.0.116
func (s *ListBillInput) SetLimit(v int32) *ListBillInput
SetLimit sets the Limit field's value.
func (*ListBillInput) SetNeedRecordNum ¶ added in v1.0.116
func (s *ListBillInput) SetNeedRecordNum(v int32) *ListBillInput
SetNeedRecordNum sets the NeedRecordNum field's value.
func (*ListBillInput) SetOffset ¶ added in v1.0.116
func (s *ListBillInput) SetOffset(v int32) *ListBillInput
SetOffset sets the Offset field's value.
func (*ListBillInput) SetOwnerID ¶ added in v1.0.140
func (s *ListBillInput) SetOwnerID(v []*int64) *ListBillInput
SetOwnerID sets the OwnerID field's value.
func (*ListBillInput) SetPayStatus ¶ added in v1.0.116
func (s *ListBillInput) SetPayStatus(v string) *ListBillInput
SetPayStatus sets the PayStatus field's value.
func (*ListBillInput) SetPayerID ¶ added in v1.0.140
func (s *ListBillInput) SetPayerID(v []*int64) *ListBillInput
SetPayerID sets the PayerID field's value.
func (*ListBillInput) SetProduct ¶ added in v1.0.116
func (s *ListBillInput) SetProduct(v []*string) *ListBillInput
SetProduct sets the Product field's value.
func (ListBillInput) String ¶ added in v1.0.116
func (s ListBillInput) String() string
String returns the string representation
func (*ListBillInput) Validate ¶ added in v1.0.116
func (s *ListBillInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListBillOutput ¶ added in v1.0.116
type ListBillOutput struct {
Metadata *response.ResponseMetadata
Limit *int32 `type:"int32" json:",omitempty"`
List []*ListForListBillOutput `type:"list" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBillOutput) GoString ¶ added in v1.0.116
func (s ListBillOutput) GoString() string
GoString returns the string representation
func (*ListBillOutput) SetLimit ¶ added in v1.0.116
func (s *ListBillOutput) SetLimit(v int32) *ListBillOutput
SetLimit sets the Limit field's value.
func (*ListBillOutput) SetList ¶ added in v1.0.116
func (s *ListBillOutput) SetList(v []*ListForListBillOutput) *ListBillOutput
SetList sets the List field's value.
func (*ListBillOutput) SetOffset ¶ added in v1.0.116
func (s *ListBillOutput) SetOffset(v int32) *ListBillOutput
SetOffset sets the Offset field's value.
func (*ListBillOutput) SetTotal ¶ added in v1.0.116
func (s *ListBillOutput) SetTotal(v int32) *ListBillOutput
SetTotal sets the Total field's value.
func (ListBillOutput) String ¶ added in v1.0.116
func (s ListBillOutput) String() string
String returns the string representation
type ListBillOverviewByCategoryInput ¶ added in v1.0.116
type ListBillOverviewByCategoryInput struct {
BillCategoryParent []*string `type:"list" json:",omitempty"`
// BillPeriod is a required field
BillPeriod *string `min:"7" max:"7" type:"string" json:",omitempty" required:"true"`
BillingMode []*string `type:"list" json:",omitempty"`
OwnerID []*int64 `type:"list" json:",omitempty"`
PayerID []*int64 `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBillOverviewByCategoryInput) GoString ¶ added in v1.0.116
func (s ListBillOverviewByCategoryInput) GoString() string
GoString returns the string representation
func (*ListBillOverviewByCategoryInput) SetBillCategoryParent ¶ added in v1.0.116
func (s *ListBillOverviewByCategoryInput) SetBillCategoryParent(v []*string) *ListBillOverviewByCategoryInput
SetBillCategoryParent sets the BillCategoryParent field's value.
func (*ListBillOverviewByCategoryInput) SetBillPeriod ¶ added in v1.0.116
func (s *ListBillOverviewByCategoryInput) SetBillPeriod(v string) *ListBillOverviewByCategoryInput
SetBillPeriod sets the BillPeriod field's value.
func (*ListBillOverviewByCategoryInput) SetBillingMode ¶ added in v1.0.116
func (s *ListBillOverviewByCategoryInput) SetBillingMode(v []*string) *ListBillOverviewByCategoryInput
SetBillingMode sets the BillingMode field's value.
func (*ListBillOverviewByCategoryInput) SetOwnerID ¶ added in v1.0.140
func (s *ListBillOverviewByCategoryInput) SetOwnerID(v []*int64) *ListBillOverviewByCategoryInput
SetOwnerID sets the OwnerID field's value.
func (*ListBillOverviewByCategoryInput) SetPayerID ¶ added in v1.0.140
func (s *ListBillOverviewByCategoryInput) SetPayerID(v []*int64) *ListBillOverviewByCategoryInput
SetPayerID sets the PayerID field's value.
func (ListBillOverviewByCategoryInput) String ¶ added in v1.0.116
func (s ListBillOverviewByCategoryInput) String() string
String returns the string representation
func (*ListBillOverviewByCategoryInput) Validate ¶ added in v1.0.116
func (s *ListBillOverviewByCategoryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListBillOverviewByCategoryOutput ¶ added in v1.0.116
type ListBillOverviewByCategoryOutput struct {
Metadata *response.ResponseMetadata
List []*ConvertListForListBillOverviewByCategoryOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBillOverviewByCategoryOutput) GoString ¶ added in v1.0.116
func (s ListBillOverviewByCategoryOutput) GoString() string
GoString returns the string representation
func (*ListBillOverviewByCategoryOutput) SetList ¶ added in v1.0.116
func (s *ListBillOverviewByCategoryOutput) SetList(v []*ConvertListForListBillOverviewByCategoryOutput) *ListBillOverviewByCategoryOutput
SetList sets the List field's value.
func (ListBillOverviewByCategoryOutput) String ¶ added in v1.0.116
func (s ListBillOverviewByCategoryOutput) String() string
String returns the string representation
type ListBillOverviewByProdInput ¶ added in v1.0.116
type ListBillOverviewByProdInput struct {
BillCategoryParent []*string `type:"list" json:",omitempty"`
// BillPeriod is a required field
BillPeriod *string `type:"string" json:",omitempty" required:"true"`
BillingMode []*string `type:"list" json:",omitempty"`
IgnoreZero *int32 `type:"int32" json:",omitempty"`
// Limit is a required field
Limit *int32 `type:"int32" json:",omitempty" required:"true"`
NeedRecordNum *int32 `type:"int32" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
OwnerID []*int64 `type:"list" json:",omitempty"`
PayerID []*int64 `type:"list" json:",omitempty"`
Product []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBillOverviewByProdInput) GoString ¶ added in v1.0.116
func (s ListBillOverviewByProdInput) GoString() string
GoString returns the string representation
func (*ListBillOverviewByProdInput) SetBillCategoryParent ¶ added in v1.0.116
func (s *ListBillOverviewByProdInput) SetBillCategoryParent(v []*string) *ListBillOverviewByProdInput
SetBillCategoryParent sets the BillCategoryParent field's value.
func (*ListBillOverviewByProdInput) SetBillPeriod ¶ added in v1.0.116
func (s *ListBillOverviewByProdInput) SetBillPeriod(v string) *ListBillOverviewByProdInput
SetBillPeriod sets the BillPeriod field's value.
func (*ListBillOverviewByProdInput) SetBillingMode ¶ added in v1.0.116
func (s *ListBillOverviewByProdInput) SetBillingMode(v []*string) *ListBillOverviewByProdInput
SetBillingMode sets the BillingMode field's value.
func (*ListBillOverviewByProdInput) SetIgnoreZero ¶ added in v1.0.116
func (s *ListBillOverviewByProdInput) SetIgnoreZero(v int32) *ListBillOverviewByProdInput
SetIgnoreZero sets the IgnoreZero field's value.
func (*ListBillOverviewByProdInput) SetLimit ¶ added in v1.0.116
func (s *ListBillOverviewByProdInput) SetLimit(v int32) *ListBillOverviewByProdInput
SetLimit sets the Limit field's value.
func (*ListBillOverviewByProdInput) SetNeedRecordNum ¶ added in v1.0.116
func (s *ListBillOverviewByProdInput) SetNeedRecordNum(v int32) *ListBillOverviewByProdInput
SetNeedRecordNum sets the NeedRecordNum field's value.
func (*ListBillOverviewByProdInput) SetOffset ¶ added in v1.0.116
func (s *ListBillOverviewByProdInput) SetOffset(v int32) *ListBillOverviewByProdInput
SetOffset sets the Offset field's value.
func (*ListBillOverviewByProdInput) SetOwnerID ¶ added in v1.0.140
func (s *ListBillOverviewByProdInput) SetOwnerID(v []*int64) *ListBillOverviewByProdInput
SetOwnerID sets the OwnerID field's value.
func (*ListBillOverviewByProdInput) SetPayerID ¶ added in v1.0.140
func (s *ListBillOverviewByProdInput) SetPayerID(v []*int64) *ListBillOverviewByProdInput
SetPayerID sets the PayerID field's value.
func (*ListBillOverviewByProdInput) SetProduct ¶ added in v1.0.116
func (s *ListBillOverviewByProdInput) SetProduct(v []*string) *ListBillOverviewByProdInput
SetProduct sets the Product field's value.
func (ListBillOverviewByProdInput) String ¶ added in v1.0.116
func (s ListBillOverviewByProdInput) String() string
String returns the string representation
func (*ListBillOverviewByProdInput) Validate ¶ added in v1.0.116
func (s *ListBillOverviewByProdInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListBillOverviewByProdOutput ¶ added in v1.0.116
type ListBillOverviewByProdOutput struct {
Metadata *response.ResponseMetadata
Limit *int32 `type:"int32" json:",omitempty"`
List []*ListForListBillOverviewByProdOutput `type:"list" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBillOverviewByProdOutput) GoString ¶ added in v1.0.116
func (s ListBillOverviewByProdOutput) GoString() string
GoString returns the string representation
func (*ListBillOverviewByProdOutput) SetLimit ¶ added in v1.0.116
func (s *ListBillOverviewByProdOutput) SetLimit(v int32) *ListBillOverviewByProdOutput
SetLimit sets the Limit field's value.
func (*ListBillOverviewByProdOutput) SetList ¶ added in v1.0.116
func (s *ListBillOverviewByProdOutput) SetList(v []*ListForListBillOverviewByProdOutput) *ListBillOverviewByProdOutput
SetList sets the List field's value.
func (*ListBillOverviewByProdOutput) SetOffset ¶ added in v1.0.116
func (s *ListBillOverviewByProdOutput) SetOffset(v int32) *ListBillOverviewByProdOutput
SetOffset sets the Offset field's value.
func (*ListBillOverviewByProdOutput) SetTotal ¶ added in v1.0.116
func (s *ListBillOverviewByProdOutput) SetTotal(v int32) *ListBillOverviewByProdOutput
SetTotal sets the Total field's value.
func (ListBillOverviewByProdOutput) String ¶ added in v1.0.116
func (s ListBillOverviewByProdOutput) String() string
String returns the string representation
type ListBudgetAmountByBudgetIDInput ¶ added in v1.1.41
type ListBudgetAmountByBudgetIDInput struct {
// BudgetID is a required field
BudgetID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListBudgetAmountByBudgetIDInput) GoString ¶ added in v1.1.41
func (s ListBudgetAmountByBudgetIDInput) GoString() string
GoString returns the string representation
func (*ListBudgetAmountByBudgetIDInput) SetBudgetID ¶ added in v1.1.41
func (s *ListBudgetAmountByBudgetIDInput) SetBudgetID(v string) *ListBudgetAmountByBudgetIDInput
SetBudgetID sets the BudgetID field's value.
func (ListBudgetAmountByBudgetIDInput) String ¶ added in v1.1.41
func (s ListBudgetAmountByBudgetIDInput) String() string
String returns the string representation
func (*ListBudgetAmountByBudgetIDInput) Validate ¶ added in v1.1.41
func (s *ListBudgetAmountByBudgetIDInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListBudgetAmountByBudgetIDOutput ¶ added in v1.1.41
type ListBudgetAmountByBudgetIDOutput struct {
Metadata *response.ResponseMetadata
BudgetAmountList []*BudgetAmountListForListBudgetAmountByBudgetIDOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBudgetAmountByBudgetIDOutput) GoString ¶ added in v1.1.41
func (s ListBudgetAmountByBudgetIDOutput) GoString() string
GoString returns the string representation
func (*ListBudgetAmountByBudgetIDOutput) SetBudgetAmountList ¶ added in v1.1.41
func (s *ListBudgetAmountByBudgetIDOutput) SetBudgetAmountList(v []*BudgetAmountListForListBudgetAmountByBudgetIDOutput) *ListBudgetAmountByBudgetIDOutput
SetBudgetAmountList sets the BudgetAmountList field's value.
func (ListBudgetAmountByBudgetIDOutput) String ¶ added in v1.1.41
func (s ListBudgetAmountByBudgetIDOutput) String() string
String returns the string representation
type ListBudgetFilterBillingModeInput ¶ added in v1.1.41
type ListBudgetFilterBillingModeInput struct {
// Limit is a required field
Limit *int32 `type:"int32" json:",omitempty" required:"true"`
// Offset is a required field
Offset *int32 `type:"int32" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListBudgetFilterBillingModeInput) GoString ¶ added in v1.1.41
func (s ListBudgetFilterBillingModeInput) GoString() string
GoString returns the string representation
func (*ListBudgetFilterBillingModeInput) SetLimit ¶ added in v1.1.41
func (s *ListBudgetFilterBillingModeInput) SetLimit(v int32) *ListBudgetFilterBillingModeInput
SetLimit sets the Limit field's value.
func (*ListBudgetFilterBillingModeInput) SetOffset ¶ added in v1.1.41
func (s *ListBudgetFilterBillingModeInput) SetOffset(v int32) *ListBudgetFilterBillingModeInput
SetOffset sets the Offset field's value.
func (ListBudgetFilterBillingModeInput) String ¶ added in v1.1.41
func (s ListBudgetFilterBillingModeInput) String() string
String returns the string representation
func (*ListBudgetFilterBillingModeInput) Validate ¶ added in v1.1.41
func (s *ListBudgetFilterBillingModeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListBudgetFilterBillingModeOutput ¶ added in v1.1.41
type ListBudgetFilterBillingModeOutput struct {
Metadata *response.ResponseMetadata
BillingModeInfoList []*BillingModeInfoListForListBudgetFilterBillingModeOutput `type:"list" json:",omitempty"`
Limit *int32 `type:"int32" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBudgetFilterBillingModeOutput) GoString ¶ added in v1.1.41
func (s ListBudgetFilterBillingModeOutput) GoString() string
GoString returns the string representation
func (*ListBudgetFilterBillingModeOutput) SetBillingModeInfoList ¶ added in v1.1.41
func (s *ListBudgetFilterBillingModeOutput) SetBillingModeInfoList(v []*BillingModeInfoListForListBudgetFilterBillingModeOutput) *ListBudgetFilterBillingModeOutput
SetBillingModeInfoList sets the BillingModeInfoList field's value.
func (*ListBudgetFilterBillingModeOutput) SetLimit ¶ added in v1.1.41
func (s *ListBudgetFilterBillingModeOutput) SetLimit(v int32) *ListBudgetFilterBillingModeOutput
SetLimit sets the Limit field's value.
func (*ListBudgetFilterBillingModeOutput) SetOffset ¶ added in v1.1.41
func (s *ListBudgetFilterBillingModeOutput) SetOffset(v int32) *ListBudgetFilterBillingModeOutput
SetOffset sets the Offset field's value.
func (*ListBudgetFilterBillingModeOutput) SetTotal ¶ added in v1.1.41
func (s *ListBudgetFilterBillingModeOutput) SetTotal(v int32) *ListBudgetFilterBillingModeOutput
SetTotal sets the Total field's value.
func (ListBudgetFilterBillingModeOutput) String ¶ added in v1.1.41
func (s ListBudgetFilterBillingModeOutput) String() string
String returns the string representation
type ListBudgetFilterOwnerIDInput ¶ added in v1.1.41
type ListBudgetFilterOwnerIDInput struct {
// contains filtered or unexported fields
}
func (ListBudgetFilterOwnerIDInput) GoString ¶ added in v1.1.41
func (s ListBudgetFilterOwnerIDInput) GoString() string
GoString returns the string representation
func (ListBudgetFilterOwnerIDInput) String ¶ added in v1.1.41
func (s ListBudgetFilterOwnerIDInput) String() string
String returns the string representation
type ListBudgetFilterOwnerIDOutput ¶ added in v1.1.41
type ListBudgetFilterOwnerIDOutput struct {
Metadata *response.ResponseMetadata
List []*ListForListBudgetFilterOwnerIDOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBudgetFilterOwnerIDOutput) GoString ¶ added in v1.1.41
func (s ListBudgetFilterOwnerIDOutput) GoString() string
GoString returns the string representation
func (*ListBudgetFilterOwnerIDOutput) SetList ¶ added in v1.1.41
func (s *ListBudgetFilterOwnerIDOutput) SetList(v []*ListForListBudgetFilterOwnerIDOutput) *ListBudgetFilterOwnerIDOutput
SetList sets the List field's value.
func (ListBudgetFilterOwnerIDOutput) String ¶ added in v1.1.41
func (s ListBudgetFilterOwnerIDOutput) String() string
String returns the string representation
type ListBudgetFilterPayerIDInput ¶ added in v1.1.41
type ListBudgetFilterPayerIDInput struct {
// contains filtered or unexported fields
}
func (ListBudgetFilterPayerIDInput) GoString ¶ added in v1.1.41
func (s ListBudgetFilterPayerIDInput) GoString() string
GoString returns the string representation
func (ListBudgetFilterPayerIDInput) String ¶ added in v1.1.41
func (s ListBudgetFilterPayerIDInput) String() string
String returns the string representation
type ListBudgetFilterPayerIDOutput ¶ added in v1.1.41
type ListBudgetFilterPayerIDOutput struct {
Metadata *response.ResponseMetadata
List []*ListForListBudgetFilterPayerIDOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBudgetFilterPayerIDOutput) GoString ¶ added in v1.1.41
func (s ListBudgetFilterPayerIDOutput) GoString() string
GoString returns the string representation
func (*ListBudgetFilterPayerIDOutput) SetList ¶ added in v1.1.41
func (s *ListBudgetFilterPayerIDOutput) SetList(v []*ListForListBudgetFilterPayerIDOutput) *ListBudgetFilterPayerIDOutput
SetList sets the List field's value.
func (ListBudgetFilterPayerIDOutput) String ¶ added in v1.1.41
func (s ListBudgetFilterPayerIDOutput) String() string
String returns the string representation
type ListBudgetFilterProductInput ¶ added in v1.1.41
type ListBudgetFilterProductInput struct {
// Limit is a required field
Limit *int32 `type:"int32" json:",omitempty" required:"true"`
// Offset is a required field
Offset *int32 `type:"int32" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListBudgetFilterProductInput) GoString ¶ added in v1.1.41
func (s ListBudgetFilterProductInput) GoString() string
GoString returns the string representation
func (*ListBudgetFilterProductInput) SetLimit ¶ added in v1.1.41
func (s *ListBudgetFilterProductInput) SetLimit(v int32) *ListBudgetFilterProductInput
SetLimit sets the Limit field's value.
func (*ListBudgetFilterProductInput) SetOffset ¶ added in v1.1.41
func (s *ListBudgetFilterProductInput) SetOffset(v int32) *ListBudgetFilterProductInput
SetOffset sets the Offset field's value.
func (ListBudgetFilterProductInput) String ¶ added in v1.1.41
func (s ListBudgetFilterProductInput) String() string
String returns the string representation
func (*ListBudgetFilterProductInput) Validate ¶ added in v1.1.41
func (s *ListBudgetFilterProductInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListBudgetFilterProductOutput ¶ added in v1.1.41
type ListBudgetFilterProductOutput struct {
Metadata *response.ResponseMetadata
Limit *int32 `type:"int32" json:",omitempty"`
List []*ListForListBudgetFilterProductOutput `type:"list" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBudgetFilterProductOutput) GoString ¶ added in v1.1.41
func (s ListBudgetFilterProductOutput) GoString() string
GoString returns the string representation
func (*ListBudgetFilterProductOutput) SetLimit ¶ added in v1.1.41
func (s *ListBudgetFilterProductOutput) SetLimit(v int32) *ListBudgetFilterProductOutput
SetLimit sets the Limit field's value.
func (*ListBudgetFilterProductOutput) SetList ¶ added in v1.1.41
func (s *ListBudgetFilterProductOutput) SetList(v []*ListForListBudgetFilterProductOutput) *ListBudgetFilterProductOutput
SetList sets the List field's value.
func (*ListBudgetFilterProductOutput) SetOffset ¶ added in v1.1.41
func (s *ListBudgetFilterProductOutput) SetOffset(v int32) *ListBudgetFilterProductOutput
SetOffset sets the Offset field's value.
func (*ListBudgetFilterProductOutput) SetTotal ¶ added in v1.1.41
func (s *ListBudgetFilterProductOutput) SetTotal(v int32) *ListBudgetFilterProductOutput
SetTotal sets the Total field's value.
func (ListBudgetFilterProductOutput) String ¶ added in v1.1.41
func (s ListBudgetFilterProductOutput) String() string
String returns the string representation
type ListBudgetFilterProjectInput ¶ added in v1.1.41
type ListBudgetFilterProjectInput struct {
// Limit is a required field
Limit *int32 `type:"int32" json:",omitempty" required:"true"`
// Offset is a required field
Offset *int32 `type:"int32" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListBudgetFilterProjectInput) GoString ¶ added in v1.1.41
func (s ListBudgetFilterProjectInput) GoString() string
GoString returns the string representation
func (*ListBudgetFilterProjectInput) SetLimit ¶ added in v1.1.41
func (s *ListBudgetFilterProjectInput) SetLimit(v int32) *ListBudgetFilterProjectInput
SetLimit sets the Limit field's value.
func (*ListBudgetFilterProjectInput) SetOffset ¶ added in v1.1.41
func (s *ListBudgetFilterProjectInput) SetOffset(v int32) *ListBudgetFilterProjectInput
SetOffset sets the Offset field's value.
func (ListBudgetFilterProjectInput) String ¶ added in v1.1.41
func (s ListBudgetFilterProjectInput) String() string
String returns the string representation
func (*ListBudgetFilterProjectInput) Validate ¶ added in v1.1.41
func (s *ListBudgetFilterProjectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListBudgetFilterProjectOutput ¶ added in v1.1.41
type ListBudgetFilterProjectOutput struct {
Metadata *response.ResponseMetadata
Limit *int32 `type:"int32" json:",omitempty"`
List []*string `type:"list" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBudgetFilterProjectOutput) GoString ¶ added in v1.1.41
func (s ListBudgetFilterProjectOutput) GoString() string
GoString returns the string representation
func (*ListBudgetFilterProjectOutput) SetLimit ¶ added in v1.1.41
func (s *ListBudgetFilterProjectOutput) SetLimit(v int32) *ListBudgetFilterProjectOutput
SetLimit sets the Limit field's value.
func (*ListBudgetFilterProjectOutput) SetList ¶ added in v1.1.41
func (s *ListBudgetFilterProjectOutput) SetList(v []*string) *ListBudgetFilterProjectOutput
SetList sets the List field's value.
func (*ListBudgetFilterProjectOutput) SetOffset ¶ added in v1.1.41
func (s *ListBudgetFilterProjectOutput) SetOffset(v int32) *ListBudgetFilterProjectOutput
SetOffset sets the Offset field's value.
func (*ListBudgetFilterProjectOutput) SetTotal ¶ added in v1.1.41
func (s *ListBudgetFilterProjectOutput) SetTotal(v int32) *ListBudgetFilterProjectOutput
SetTotal sets the Total field's value.
func (ListBudgetFilterProjectOutput) String ¶ added in v1.1.41
func (s ListBudgetFilterProjectOutput) String() string
String returns the string representation
type ListBudgetFilterRegionCodeInput ¶ added in v1.1.41
type ListBudgetFilterRegionCodeInput struct {
// Limit is a required field
Limit *int32 `type:"int32" json:",omitempty" required:"true"`
// Offset is a required field
Offset *int32 `type:"int32" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListBudgetFilterRegionCodeInput) GoString ¶ added in v1.1.41
func (s ListBudgetFilterRegionCodeInput) GoString() string
GoString returns the string representation
func (*ListBudgetFilterRegionCodeInput) SetLimit ¶ added in v1.1.41
func (s *ListBudgetFilterRegionCodeInput) SetLimit(v int32) *ListBudgetFilterRegionCodeInput
SetLimit sets the Limit field's value.
func (*ListBudgetFilterRegionCodeInput) SetOffset ¶ added in v1.1.41
func (s *ListBudgetFilterRegionCodeInput) SetOffset(v int32) *ListBudgetFilterRegionCodeInput
SetOffset sets the Offset field's value.
func (ListBudgetFilterRegionCodeInput) String ¶ added in v1.1.41
func (s ListBudgetFilterRegionCodeInput) String() string
String returns the string representation
func (*ListBudgetFilterRegionCodeInput) Validate ¶ added in v1.1.41
func (s *ListBudgetFilterRegionCodeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListBudgetFilterRegionCodeOutput ¶ added in v1.1.41
type ListBudgetFilterRegionCodeOutput struct {
Metadata *response.ResponseMetadata
Limit *int32 `type:"int32" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
RegionInfoList []*RegionInfoListForListBudgetFilterRegionCodeOutput `type:"list" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBudgetFilterRegionCodeOutput) GoString ¶ added in v1.1.41
func (s ListBudgetFilterRegionCodeOutput) GoString() string
GoString returns the string representation
func (*ListBudgetFilterRegionCodeOutput) SetLimit ¶ added in v1.1.41
func (s *ListBudgetFilterRegionCodeOutput) SetLimit(v int32) *ListBudgetFilterRegionCodeOutput
SetLimit sets the Limit field's value.
func (*ListBudgetFilterRegionCodeOutput) SetOffset ¶ added in v1.1.41
func (s *ListBudgetFilterRegionCodeOutput) SetOffset(v int32) *ListBudgetFilterRegionCodeOutput
SetOffset sets the Offset field's value.
func (*ListBudgetFilterRegionCodeOutput) SetRegionInfoList ¶ added in v1.1.41
func (s *ListBudgetFilterRegionCodeOutput) SetRegionInfoList(v []*RegionInfoListForListBudgetFilterRegionCodeOutput) *ListBudgetFilterRegionCodeOutput
SetRegionInfoList sets the RegionInfoList field's value.
func (*ListBudgetFilterRegionCodeOutput) SetTotal ¶ added in v1.1.41
func (s *ListBudgetFilterRegionCodeOutput) SetTotal(v int32) *ListBudgetFilterRegionCodeOutput
SetTotal sets the Total field's value.
func (ListBudgetFilterRegionCodeOutput) String ¶ added in v1.1.41
func (s ListBudgetFilterRegionCodeOutput) String() string
String returns the string representation
type ListBudgetFilterSubjectInfoInput ¶ added in v1.1.41
type ListBudgetFilterSubjectInfoInput struct {
// Limit is a required field
Limit *int32 `type:"int32" json:",omitempty" required:"true"`
// Offset is a required field
Offset *int32 `type:"int32" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListBudgetFilterSubjectInfoInput) GoString ¶ added in v1.1.41
func (s ListBudgetFilterSubjectInfoInput) GoString() string
GoString returns the string representation
func (*ListBudgetFilterSubjectInfoInput) SetLimit ¶ added in v1.1.41
func (s *ListBudgetFilterSubjectInfoInput) SetLimit(v int32) *ListBudgetFilterSubjectInfoInput
SetLimit sets the Limit field's value.
func (*ListBudgetFilterSubjectInfoInput) SetOffset ¶ added in v1.1.41
func (s *ListBudgetFilterSubjectInfoInput) SetOffset(v int32) *ListBudgetFilterSubjectInfoInput
SetOffset sets the Offset field's value.
func (ListBudgetFilterSubjectInfoInput) String ¶ added in v1.1.41
func (s ListBudgetFilterSubjectInfoInput) String() string
String returns the string representation
func (*ListBudgetFilterSubjectInfoInput) Validate ¶ added in v1.1.41
func (s *ListBudgetFilterSubjectInfoInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListBudgetFilterSubjectInfoOutput ¶ added in v1.1.41
type ListBudgetFilterSubjectInfoOutput struct {
Metadata *response.ResponseMetadata
Limit *int32 `type:"int32" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
SubjectInfoList []*SubjectInfoListForListBudgetFilterSubjectInfoOutput `type:"list" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBudgetFilterSubjectInfoOutput) GoString ¶ added in v1.1.41
func (s ListBudgetFilterSubjectInfoOutput) GoString() string
GoString returns the string representation
func (*ListBudgetFilterSubjectInfoOutput) SetLimit ¶ added in v1.1.41
func (s *ListBudgetFilterSubjectInfoOutput) SetLimit(v int32) *ListBudgetFilterSubjectInfoOutput
SetLimit sets the Limit field's value.
func (*ListBudgetFilterSubjectInfoOutput) SetOffset ¶ added in v1.1.41
func (s *ListBudgetFilterSubjectInfoOutput) SetOffset(v int32) *ListBudgetFilterSubjectInfoOutput
SetOffset sets the Offset field's value.
func (*ListBudgetFilterSubjectInfoOutput) SetSubjectInfoList ¶ added in v1.1.41
func (s *ListBudgetFilterSubjectInfoOutput) SetSubjectInfoList(v []*SubjectInfoListForListBudgetFilterSubjectInfoOutput) *ListBudgetFilterSubjectInfoOutput
SetSubjectInfoList sets the SubjectInfoList field's value.
func (*ListBudgetFilterSubjectInfoOutput) SetTotal ¶ added in v1.1.41
func (s *ListBudgetFilterSubjectInfoOutput) SetTotal(v int32) *ListBudgetFilterSubjectInfoOutput
SetTotal sets the Total field's value.
func (ListBudgetFilterSubjectInfoOutput) String ¶ added in v1.1.41
func (s ListBudgetFilterSubjectInfoOutput) String() string
String returns the string representation
type ListBudgetFilterTagKeyInput ¶ added in v1.1.41
type ListBudgetFilterTagKeyInput struct {
// Limit is a required field
Limit *int32 `type:"int32" json:",omitempty" required:"true"`
// Offset is a required field
Offset *int32 `type:"int32" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListBudgetFilterTagKeyInput) GoString ¶ added in v1.1.41
func (s ListBudgetFilterTagKeyInput) GoString() string
GoString returns the string representation
func (*ListBudgetFilterTagKeyInput) SetLimit ¶ added in v1.1.41
func (s *ListBudgetFilterTagKeyInput) SetLimit(v int32) *ListBudgetFilterTagKeyInput
SetLimit sets the Limit field's value.
func (*ListBudgetFilterTagKeyInput) SetOffset ¶ added in v1.1.41
func (s *ListBudgetFilterTagKeyInput) SetOffset(v int32) *ListBudgetFilterTagKeyInput
SetOffset sets the Offset field's value.
func (ListBudgetFilterTagKeyInput) String ¶ added in v1.1.41
func (s ListBudgetFilterTagKeyInput) String() string
String returns the string representation
func (*ListBudgetFilterTagKeyInput) Validate ¶ added in v1.1.41
func (s *ListBudgetFilterTagKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListBudgetFilterTagKeyOutput ¶ added in v1.1.41
type ListBudgetFilterTagKeyOutput struct {
Metadata *response.ResponseMetadata
Limit *int32 `type:"int32" json:",omitempty"`
List []*string `type:"list" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBudgetFilterTagKeyOutput) GoString ¶ added in v1.1.41
func (s ListBudgetFilterTagKeyOutput) GoString() string
GoString returns the string representation
func (*ListBudgetFilterTagKeyOutput) SetLimit ¶ added in v1.1.41
func (s *ListBudgetFilterTagKeyOutput) SetLimit(v int32) *ListBudgetFilterTagKeyOutput
SetLimit sets the Limit field's value.
func (*ListBudgetFilterTagKeyOutput) SetList ¶ added in v1.1.41
func (s *ListBudgetFilterTagKeyOutput) SetList(v []*string) *ListBudgetFilterTagKeyOutput
SetList sets the List field's value.
func (*ListBudgetFilterTagKeyOutput) SetOffset ¶ added in v1.1.41
func (s *ListBudgetFilterTagKeyOutput) SetOffset(v int32) *ListBudgetFilterTagKeyOutput
SetOffset sets the Offset field's value.
func (*ListBudgetFilterTagKeyOutput) SetTotal ¶ added in v1.1.41
func (s *ListBudgetFilterTagKeyOutput) SetTotal(v int32) *ListBudgetFilterTagKeyOutput
SetTotal sets the Total field's value.
func (ListBudgetFilterTagKeyOutput) String ¶ added in v1.1.41
func (s ListBudgetFilterTagKeyOutput) String() string
String returns the string representation
type ListBudgetFilterTagValueInput ¶ added in v1.1.41
type ListBudgetFilterTagValueInput struct {
// Limit is a required field
Limit *int32 `type:"int32" json:",omitempty" required:"true"`
// Offset is a required field
Offset *int32 `type:"int32" json:",omitempty" required:"true"`
// TagKey is a required field
TagKey *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListBudgetFilterTagValueInput) GoString ¶ added in v1.1.41
func (s ListBudgetFilterTagValueInput) GoString() string
GoString returns the string representation
func (*ListBudgetFilterTagValueInput) SetLimit ¶ added in v1.1.41
func (s *ListBudgetFilterTagValueInput) SetLimit(v int32) *ListBudgetFilterTagValueInput
SetLimit sets the Limit field's value.
func (*ListBudgetFilterTagValueInput) SetOffset ¶ added in v1.1.41
func (s *ListBudgetFilterTagValueInput) SetOffset(v int32) *ListBudgetFilterTagValueInput
SetOffset sets the Offset field's value.
func (*ListBudgetFilterTagValueInput) SetTagKey ¶ added in v1.1.41
func (s *ListBudgetFilterTagValueInput) SetTagKey(v string) *ListBudgetFilterTagValueInput
SetTagKey sets the TagKey field's value.
func (ListBudgetFilterTagValueInput) String ¶ added in v1.1.41
func (s ListBudgetFilterTagValueInput) String() string
String returns the string representation
func (*ListBudgetFilterTagValueInput) Validate ¶ added in v1.1.41
func (s *ListBudgetFilterTagValueInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListBudgetFilterTagValueOutput ¶ added in v1.1.41
type ListBudgetFilterTagValueOutput struct {
Metadata *response.ResponseMetadata
Limit *int32 `type:"int32" json:",omitempty"`
List []*string `type:"list" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBudgetFilterTagValueOutput) GoString ¶ added in v1.1.41
func (s ListBudgetFilterTagValueOutput) GoString() string
GoString returns the string representation
func (*ListBudgetFilterTagValueOutput) SetLimit ¶ added in v1.1.41
func (s *ListBudgetFilterTagValueOutput) SetLimit(v int32) *ListBudgetFilterTagValueOutput
SetLimit sets the Limit field's value.
func (*ListBudgetFilterTagValueOutput) SetList ¶ added in v1.1.41
func (s *ListBudgetFilterTagValueOutput) SetList(v []*string) *ListBudgetFilterTagValueOutput
SetList sets the List field's value.
func (*ListBudgetFilterTagValueOutput) SetOffset ¶ added in v1.1.41
func (s *ListBudgetFilterTagValueOutput) SetOffset(v int32) *ListBudgetFilterTagValueOutput
SetOffset sets the Offset field's value.
func (*ListBudgetFilterTagValueOutput) SetTotal ¶ added in v1.1.41
func (s *ListBudgetFilterTagValueOutput) SetTotal(v int32) *ListBudgetFilterTagValueOutput
SetTotal sets the Total field's value.
func (ListBudgetFilterTagValueOutput) String ¶ added in v1.1.41
func (s ListBudgetFilterTagValueOutput) String() string
String returns the string representation
type ListBudgetFilterZoneCodeInput ¶ added in v1.1.41
type ListBudgetFilterZoneCodeInput struct {
// Limit is a required field
Limit *int32 `type:"int32" json:",omitempty" required:"true"`
// Offset is a required field
Offset *int32 `type:"int32" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListBudgetFilterZoneCodeInput) GoString ¶ added in v1.1.41
func (s ListBudgetFilterZoneCodeInput) GoString() string
GoString returns the string representation
func (*ListBudgetFilterZoneCodeInput) SetLimit ¶ added in v1.1.41
func (s *ListBudgetFilterZoneCodeInput) SetLimit(v int32) *ListBudgetFilterZoneCodeInput
SetLimit sets the Limit field's value.
func (*ListBudgetFilterZoneCodeInput) SetOffset ¶ added in v1.1.41
func (s *ListBudgetFilterZoneCodeInput) SetOffset(v int32) *ListBudgetFilterZoneCodeInput
SetOffset sets the Offset field's value.
func (ListBudgetFilterZoneCodeInput) String ¶ added in v1.1.41
func (s ListBudgetFilterZoneCodeInput) String() string
String returns the string representation
func (*ListBudgetFilterZoneCodeInput) Validate ¶ added in v1.1.41
func (s *ListBudgetFilterZoneCodeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListBudgetFilterZoneCodeOutput ¶ added in v1.1.41
type ListBudgetFilterZoneCodeOutput struct {
Metadata *response.ResponseMetadata
Limit *int32 `type:"int32" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
ZoneInfoList []*ZoneInfoListForListBudgetFilterZoneCodeOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBudgetFilterZoneCodeOutput) GoString ¶ added in v1.1.41
func (s ListBudgetFilterZoneCodeOutput) GoString() string
GoString returns the string representation
func (*ListBudgetFilterZoneCodeOutput) SetLimit ¶ added in v1.1.41
func (s *ListBudgetFilterZoneCodeOutput) SetLimit(v int32) *ListBudgetFilterZoneCodeOutput
SetLimit sets the Limit field's value.
func (*ListBudgetFilterZoneCodeOutput) SetOffset ¶ added in v1.1.41
func (s *ListBudgetFilterZoneCodeOutput) SetOffset(v int32) *ListBudgetFilterZoneCodeOutput
SetOffset sets the Offset field's value.
func (*ListBudgetFilterZoneCodeOutput) SetTotal ¶ added in v1.1.41
func (s *ListBudgetFilterZoneCodeOutput) SetTotal(v int32) *ListBudgetFilterZoneCodeOutput
SetTotal sets the Total field's value.
func (*ListBudgetFilterZoneCodeOutput) SetZoneInfoList ¶ added in v1.1.41
func (s *ListBudgetFilterZoneCodeOutput) SetZoneInfoList(v []*ZoneInfoListForListBudgetFilterZoneCodeOutput) *ListBudgetFilterZoneCodeOutput
SetZoneInfoList sets the ZoneInfoList field's value.
func (ListBudgetFilterZoneCodeOutput) String ¶ added in v1.1.41
func (s ListBudgetFilterZoneCodeOutput) String() string
String returns the string representation
type ListBudgetInput ¶ added in v1.1.41
type ListBudgetInput struct {
BudgetName *string `type:"string" json:",omitempty"`
BudgetType *string `type:"string" json:",omitempty" enum:"EnumOfBudgetTypeForListBudgetInput"`
// Limit is a required field
Limit *int32 `type:"int32" json:",omitempty" required:"true"`
// Offset is a required field
Offset *int32 `type:"int32" json:",omitempty" required:"true"`
OrderBy *string `type:"string" json:",omitempty" enum:"EnumOfOrderByForListBudgetInput"`
OrderType *string `type:"string" json:",omitempty" enum:"EnumOfOrderTypeForListBudgetInput"`
Status []*int32 `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBudgetInput) GoString ¶ added in v1.1.41
func (s ListBudgetInput) GoString() string
GoString returns the string representation
func (*ListBudgetInput) SetBudgetName ¶ added in v1.1.41
func (s *ListBudgetInput) SetBudgetName(v string) *ListBudgetInput
SetBudgetName sets the BudgetName field's value.
func (*ListBudgetInput) SetBudgetType ¶ added in v1.1.41
func (s *ListBudgetInput) SetBudgetType(v string) *ListBudgetInput
SetBudgetType sets the BudgetType field's value.
func (*ListBudgetInput) SetLimit ¶ added in v1.1.41
func (s *ListBudgetInput) SetLimit(v int32) *ListBudgetInput
SetLimit sets the Limit field's value.
func (*ListBudgetInput) SetOffset ¶ added in v1.1.41
func (s *ListBudgetInput) SetOffset(v int32) *ListBudgetInput
SetOffset sets the Offset field's value.
func (*ListBudgetInput) SetOrderBy ¶ added in v1.1.41
func (s *ListBudgetInput) SetOrderBy(v string) *ListBudgetInput
SetOrderBy sets the OrderBy field's value.
func (*ListBudgetInput) SetOrderType ¶ added in v1.1.41
func (s *ListBudgetInput) SetOrderType(v string) *ListBudgetInput
SetOrderType sets the OrderType field's value.
func (*ListBudgetInput) SetStatus ¶ added in v1.1.41
func (s *ListBudgetInput) SetStatus(v []*int32) *ListBudgetInput
SetStatus sets the Status field's value.
func (ListBudgetInput) String ¶ added in v1.1.41
func (s ListBudgetInput) String() string
String returns the string representation
func (*ListBudgetInput) Validate ¶ added in v1.1.41
func (s *ListBudgetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListBudgetOutput ¶ added in v1.1.41
type ListBudgetOutput struct {
Metadata *response.ResponseMetadata
BudgetList []*BudgetListForListBudgetOutput `type:"list" json:",omitempty"`
Limit *int32 `type:"int32" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListBudgetOutput) GoString ¶ added in v1.1.41
func (s ListBudgetOutput) GoString() string
GoString returns the string representation
func (*ListBudgetOutput) SetBudgetList ¶ added in v1.1.41
func (s *ListBudgetOutput) SetBudgetList(v []*BudgetListForListBudgetOutput) *ListBudgetOutput
SetBudgetList sets the BudgetList field's value.
func (*ListBudgetOutput) SetLimit ¶ added in v1.1.41
func (s *ListBudgetOutput) SetLimit(v int32) *ListBudgetOutput
SetLimit sets the Limit field's value.
func (*ListBudgetOutput) SetOffset ¶ added in v1.1.41
func (s *ListBudgetOutput) SetOffset(v int32) *ListBudgetOutput
SetOffset sets the Offset field's value.
func (*ListBudgetOutput) SetTotal ¶ added in v1.1.41
func (s *ListBudgetOutput) SetTotal(v int32) *ListBudgetOutput
SetTotal sets the Total field's value.
func (ListBudgetOutput) String ¶ added in v1.1.41
func (s ListBudgetOutput) String() string
String returns the string representation
type ListCouponUsageRecordsInput ¶ added in v1.1.28
type ListCouponUsageRecordsInput struct {
// CouponID is a required field
CouponID *string `type:"string" json:",omitempty" required:"true"`
Limit *int32 `type:"int32" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListCouponUsageRecordsInput) GoString ¶ added in v1.1.28
func (s ListCouponUsageRecordsInput) GoString() string
GoString returns the string representation
func (*ListCouponUsageRecordsInput) SetCouponID ¶ added in v1.1.28
func (s *ListCouponUsageRecordsInput) SetCouponID(v string) *ListCouponUsageRecordsInput
SetCouponID sets the CouponID field's value.
func (*ListCouponUsageRecordsInput) SetLimit ¶ added in v1.1.28
func (s *ListCouponUsageRecordsInput) SetLimit(v int32) *ListCouponUsageRecordsInput
SetLimit sets the Limit field's value.
func (*ListCouponUsageRecordsInput) SetOffset ¶ added in v1.1.28
func (s *ListCouponUsageRecordsInput) SetOffset(v int32) *ListCouponUsageRecordsInput
SetOffset sets the Offset field's value.
func (ListCouponUsageRecordsInput) String ¶ added in v1.1.28
func (s ListCouponUsageRecordsInput) String() string
String returns the string representation
func (*ListCouponUsageRecordsInput) Validate ¶ added in v1.1.28
func (s *ListCouponUsageRecordsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListCouponUsageRecordsOutput ¶ added in v1.1.28
type ListCouponUsageRecordsOutput struct {
Metadata *response.ResponseMetadata
Limit *int32 `type:"int32" json:",omitempty"`
List []*ListForListCouponUsageRecordsOutput `type:"list" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListCouponUsageRecordsOutput) GoString ¶ added in v1.1.28
func (s ListCouponUsageRecordsOutput) GoString() string
GoString returns the string representation
func (*ListCouponUsageRecordsOutput) SetLimit ¶ added in v1.1.28
func (s *ListCouponUsageRecordsOutput) SetLimit(v int32) *ListCouponUsageRecordsOutput
SetLimit sets the Limit field's value.
func (*ListCouponUsageRecordsOutput) SetList ¶ added in v1.1.28
func (s *ListCouponUsageRecordsOutput) SetList(v []*ListForListCouponUsageRecordsOutput) *ListCouponUsageRecordsOutput
SetList sets the List field's value.
func (*ListCouponUsageRecordsOutput) SetOffset ¶ added in v1.1.28
func (s *ListCouponUsageRecordsOutput) SetOffset(v int32) *ListCouponUsageRecordsOutput
SetOffset sets the Offset field's value.
func (*ListCouponUsageRecordsOutput) SetTotal ¶ added in v1.1.28
func (s *ListCouponUsageRecordsOutput) SetTotal(v int32) *ListCouponUsageRecordsOutput
SetTotal sets the Total field's value.
func (ListCouponUsageRecordsOutput) String ¶ added in v1.1.28
func (s ListCouponUsageRecordsOutput) String() string
String returns the string representation
type ListCouponsInput ¶ added in v1.1.28
type ListCouponsInput struct {
CouponID *string `type:"string" json:",omitempty"`
Limit *int32 `type:"int32" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
ProductCode *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
ValidBeginTime *string `type:"string" json:",omitempty"`
ValidEndTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListCouponsInput) GoString ¶ added in v1.1.28
func (s ListCouponsInput) GoString() string
GoString returns the string representation
func (*ListCouponsInput) SetCouponID ¶ added in v1.1.28
func (s *ListCouponsInput) SetCouponID(v string) *ListCouponsInput
SetCouponID sets the CouponID field's value.
func (*ListCouponsInput) SetLimit ¶ added in v1.1.28
func (s *ListCouponsInput) SetLimit(v int32) *ListCouponsInput
SetLimit sets the Limit field's value.
func (*ListCouponsInput) SetOffset ¶ added in v1.1.28
func (s *ListCouponsInput) SetOffset(v int32) *ListCouponsInput
SetOffset sets the Offset field's value.
func (*ListCouponsInput) SetProductCode ¶ added in v1.1.28
func (s *ListCouponsInput) SetProductCode(v string) *ListCouponsInput
SetProductCode sets the ProductCode field's value.
func (*ListCouponsInput) SetStatus ¶ added in v1.1.28
func (s *ListCouponsInput) SetStatus(v string) *ListCouponsInput
SetStatus sets the Status field's value.
func (*ListCouponsInput) SetValidBeginTime ¶ added in v1.1.28
func (s *ListCouponsInput) SetValidBeginTime(v string) *ListCouponsInput
SetValidBeginTime sets the ValidBeginTime field's value.
func (*ListCouponsInput) SetValidEndTime ¶ added in v1.1.28
func (s *ListCouponsInput) SetValidEndTime(v string) *ListCouponsInput
SetValidEndTime sets the ValidEndTime field's value.
func (ListCouponsInput) String ¶ added in v1.1.28
func (s ListCouponsInput) String() string
String returns the string representation
type ListCouponsOutput ¶ added in v1.1.28
type ListCouponsOutput struct {
Metadata *response.ResponseMetadata
Limit *int32 `type:"int32" json:",omitempty"`
List []*ListForListCouponsOutput `type:"list" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListCouponsOutput) GoString ¶ added in v1.1.28
func (s ListCouponsOutput) GoString() string
GoString returns the string representation
func (*ListCouponsOutput) SetLimit ¶ added in v1.1.28
func (s *ListCouponsOutput) SetLimit(v int32) *ListCouponsOutput
SetLimit sets the Limit field's value.
func (*ListCouponsOutput) SetList ¶ added in v1.1.28
func (s *ListCouponsOutput) SetList(v []*ListForListCouponsOutput) *ListCouponsOutput
SetList sets the List field's value.
func (*ListCouponsOutput) SetOffset ¶ added in v1.1.28
func (s *ListCouponsOutput) SetOffset(v int32) *ListCouponsOutput
SetOffset sets the Offset field's value.
func (*ListCouponsOutput) SetTotal ¶ added in v1.1.28
func (s *ListCouponsOutput) SetTotal(v int32) *ListCouponsOutput
SetTotal sets the Total field's value.
func (ListCouponsOutput) String ¶ added in v1.1.28
func (s ListCouponsOutput) String() string
String returns the string representation
type ListFinancialRelationInput ¶ added in v1.0.125
type ListFinancialRelationInput struct {
AccountIDSearchList []*string `type:"list" json:",omitempty"`
Limit *int32 `type:"int32" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
Relation []*string `type:"list" json:",omitempty"`
Status []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListFinancialRelationInput) GoString ¶ added in v1.0.125
func (s ListFinancialRelationInput) GoString() string
GoString returns the string representation
func (*ListFinancialRelationInput) SetAccountIDSearchList ¶ added in v1.0.125
func (s *ListFinancialRelationInput) SetAccountIDSearchList(v []*string) *ListFinancialRelationInput
SetAccountIDSearchList sets the AccountIDSearchList field's value.
func (*ListFinancialRelationInput) SetLimit ¶ added in v1.0.125
func (s *ListFinancialRelationInput) SetLimit(v int32) *ListFinancialRelationInput
SetLimit sets the Limit field's value.
func (*ListFinancialRelationInput) SetOffset ¶ added in v1.0.125
func (s *ListFinancialRelationInput) SetOffset(v int32) *ListFinancialRelationInput
SetOffset sets the Offset field's value.
func (*ListFinancialRelationInput) SetRelation ¶ added in v1.0.125
func (s *ListFinancialRelationInput) SetRelation(v []*string) *ListFinancialRelationInput
SetRelation sets the Relation field's value.
func (*ListFinancialRelationInput) SetStatus ¶ added in v1.0.125
func (s *ListFinancialRelationInput) SetStatus(v []*string) *ListFinancialRelationInput
SetStatus sets the Status field's value.
func (ListFinancialRelationInput) String ¶ added in v1.0.125
func (s ListFinancialRelationInput) String() string
String returns the string representation
type ListFinancialRelationOutput ¶ added in v1.0.125
type ListFinancialRelationOutput struct {
Metadata *response.ResponseMetadata
Limit *int32 `type:"int32" json:",omitempty"`
List []*ListForListFinancialRelationOutput `type:"list" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListFinancialRelationOutput) GoString ¶ added in v1.0.125
func (s ListFinancialRelationOutput) GoString() string
GoString returns the string representation
func (*ListFinancialRelationOutput) SetLimit ¶ added in v1.0.125
func (s *ListFinancialRelationOutput) SetLimit(v int32) *ListFinancialRelationOutput
SetLimit sets the Limit field's value.
func (*ListFinancialRelationOutput) SetList ¶ added in v1.0.125
func (s *ListFinancialRelationOutput) SetList(v []*ListForListFinancialRelationOutput) *ListFinancialRelationOutput
SetList sets the List field's value.
func (*ListFinancialRelationOutput) SetOffset ¶ added in v1.0.125
func (s *ListFinancialRelationOutput) SetOffset(v int32) *ListFinancialRelationOutput
SetOffset sets the Offset field's value.
func (*ListFinancialRelationOutput) SetTotal ¶ added in v1.0.125
func (s *ListFinancialRelationOutput) SetTotal(v int32) *ListFinancialRelationOutput
SetTotal sets the Total field's value.
func (ListFinancialRelationOutput) String ¶ added in v1.0.125
func (s ListFinancialRelationOutput) String() string
String returns the string representation
type ListForListAmortizedCostBillDailyOutput ¶ added in v1.0.121
type ListForListAmortizedCostBillDailyOutput struct {
AmortizedBeginTime *string `type:"string" json:",omitempty"`
AmortizedDay *string `type:"string" json:",omitempty"`
AmortizedEndTime *string `type:"string" json:",omitempty"`
AmortizedMonth *string `type:"string" json:",omitempty"`
AmortizedType *string `type:"string" json:",omitempty"`
BillCategory *string `type:"string" json:",omitempty"`
BillID *string `type:"string" json:",omitempty"`
BillPeriod *string `type:"string" json:",omitempty"`
BillingFunction *string `type:"string" json:",omitempty"`
BillingMethodCode *string `type:"string" json:",omitempty"`
BillingMode *string `type:"string" json:",omitempty"`
BusiPeriod *string `type:"string" json:",omitempty"`
BusinessMode *string `type:"string" json:",omitempty"`
ConfigName *string `type:"string" json:",omitempty"`
ConfigurationCode *string `type:"string" json:",omitempty"`
Count *string `type:"string" json:",omitempty"`
CountryRegion *string `type:"string" json:",omitempty"`
CouponAmount *string `type:"string" json:",omitempty"`
Currency *string `type:"string" json:",omitempty"`
CurrencySettlement *string `type:"string" json:",omitempty"`
DailyAmortizedCouponAmount *string `type:"string" json:",omitempty"`
DailyAmortizedDiscountBillAmount *string `type:"string" json:",omitempty"`
DailyAmortizedOriginalBillAmount *string `type:"string" json:",omitempty"`
DailyAmortizedPaidAmount *string `type:"string" json:",omitempty"`
DailyAmortizedPayableAmount *string `type:"string" json:",omitempty"`
DailyAmortizedPosttaxAmount *string `type:"string" json:",omitempty"`
DailyAmortizedPreTaxPayableAmount *string `type:"string" json:",omitempty"`
DailyAmortizedPreTaxRealValue *string `type:"string" json:",omitempty"`
DailyAmortizedPreferentialBillAmount *string `type:"string" json:",omitempty"`
DailyAmortizedPretaxAmount *string `type:"string" json:",omitempty"`
DailyAmortizedRealValue *string `type:"string" json:",omitempty"`
DailyAmortizedRoundAmount *string `type:"string" json:",omitempty"`
DailyAmortizedSavingPlanOriginalAmount *string `type:"string" json:",omitempty"`
DailyAmortizedSettlePayableAmount *string `type:"string" json:",omitempty"`
DailyAmortizedSettlePosttaxAmount *string `type:"string" json:",omitempty"`
DailyAmortizedSettlePreTaxPayableAmount *string `type:"string" json:",omitempty"`
DailyAmortizedSettlePreTaxRealValue *string `type:"string" json:",omitempty"`
DailyAmortizedSettlePretaxAmount *string `type:"string" json:",omitempty"`
DailyAmortizedSettleRealValue *string `type:"string" json:",omitempty"`
DailyAmortizedSettleTaxAmount *string `type:"string" json:",omitempty"`
DailyAmortizedTaxAmount *string `type:"string" json:",omitempty"`
DeductionUseDuration *string `type:"string" json:",omitempty"`
DiscountBillAmount *string `type:"string" json:",omitempty"`
DiscountBizBillingFunction *string `type:"string" json:",omitempty"`
EffectiveFactor *string `type:"string" json:",omitempty"`
Element *string `type:"string" json:",omitempty"`
ElementCode *string `type:"string" json:",omitempty"`
ExpandField *string `type:"string" json:",omitempty"`
ExpenseTime *string `type:"string" json:",omitempty"`
Factor *string `type:"string" json:",omitempty"`
FactorCode *string `type:"string" json:",omitempty"`
InstanceName *string `type:"string" json:",omitempty"`
InstanceNo *string `type:"string" json:",omitempty"`
MainContractNumber *string `type:"string" json:",omitempty"`
NowAmortizedCouponAmount *string `type:"string" json:",omitempty"`
NowAmortizedDiscountBillAmount *string `type:"string" json:",omitempty"`
NowAmortizedOriginalBillAmount *string `type:"string" json:",omitempty"`
NowAmortizedPaidAmount *string `type:"string" json:",omitempty"`
NowAmortizedPayableAmount *string `type:"string" json:",omitempty"`
NowAmortizedPosttaxAmount *string `type:"string" json:",omitempty"`
NowAmortizedPreTaxPayableAmount *string `type:"string" json:",omitempty"`
NowAmortizedPreTaxRealValue *string `type:"string" json:",omitempty"`
NowAmortizedPreferentialBillAmount *string `type:"string" json:",omitempty"`
NowAmortizedPretaxAmount *string `type:"string" json:",omitempty"`
NowAmortizedRealValue *string `type:"string" json:",omitempty"`
NowAmortizedRoundAmount *string `type:"string" json:",omitempty"`
NowAmortizedSavingPlanOriginalAmount *string `type:"string" json:",omitempty"`
NowAmortizedSettlePayableAmount *string `type:"string" json:",omitempty"`
NowAmortizedSettlePosttaxAmount *string `type:"string" json:",omitempty"`
NowAmortizedSettlePreTaxPayableAmount *string `type:"string" json:",omitempty"`
NowAmortizedSettlePreTaxRealValue *string `type:"string" json:",omitempty"`
NowAmortizedSettlePretaxAmount *string `type:"string" json:",omitempty"`
NowAmortizedSettleRealValue *string `type:"string" json:",omitempty"`
NowAmortizedSettleTaxAmount *string `type:"string" json:",omitempty"`
NowAmortizedTaxAmount *string `type:"string" json:",omitempty"`
OriginalBillAmount *string `type:"string" json:",omitempty"`
OriginalOrderNo *string `type:"string" json:",omitempty"`
OwnerCustomerName *string `type:"string" json:",omitempty"`
OwnerID *string `type:"string" json:",omitempty"`
OwnerUserName *string `type:"string" json:",omitempty"`
PaidAmount *string `type:"string" json:",omitempty"`
PayableAmount *string `type:"string" json:",omitempty"`
PayerCustomerName *string `type:"string" json:",omitempty"`
PayerID *string `type:"string" json:",omitempty"`
PayerUserName *string `type:"string" json:",omitempty"`
PosttaxAmount *string `type:"string" json:",omitempty"`
PreTaxPayableAmount *string `type:"string" json:",omitempty"`
PreTaxRealValue *string `type:"string" json:",omitempty"`
PreferentialBillAmount *string `type:"string" json:",omitempty"`
PretaxAmount *string `type:"string" json:",omitempty"`
Price *string `type:"string" json:",omitempty"`
PriceUnit *string `type:"string" json:",omitempty"`
Product *string `type:"string" json:",omitempty"`
ProductZh *string `type:"string" json:",omitempty"`
Project *string `type:"string" json:",omitempty"`
ProjectDisplayName *string `type:"string" json:",omitempty"`
RealValue *string `type:"string" json:",omitempty"`
Region *string `type:"string" json:",omitempty"`
RegionCode *string `type:"string" json:",omitempty"`
RoundAmount *string `type:"string" json:",omitempty"`
SavingPlanOriginalAmount *string `type:"string" json:",omitempty"`
SellerCustomerName *string `type:"string" json:",omitempty"`
SellerID *string `type:"string" json:",omitempty"`
SellerUserName *string `type:"string" json:",omitempty"`
SettlePayableAmount *string `type:"string" json:",omitempty"`
SettlePosttaxAmount *string `type:"string" json:",omitempty"`
SettlePreTaxPayableAmount *string `type:"string" json:",omitempty"`
SettlePreTaxRealValue *string `type:"string" json:",omitempty"`
SettlePretaxAmount *string `type:"string" json:",omitempty"`
SettleRealValue *string `type:"string" json:",omitempty"`
SettleTaxAmount *string `type:"string" json:",omitempty"`
SplitItemID *string `type:"string" json:",omitempty"`
SplitItemName *string `type:"string" json:",omitempty"`
SubjectName *string `type:"string" json:",omitempty"`
Tag *string `type:"string" json:",omitempty"`
Tax *string `type:"string" json:",omitempty"`
TaxRate *string `type:"string" json:",omitempty"`
Unit *string `type:"string" json:",omitempty"`
UseDuration *string `type:"string" json:",omitempty"`
UseDurationUnit *string `type:"string" json:",omitempty"`
Zone *string `type:"string" json:",omitempty"`
ZoneCode *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListForListAmortizedCostBillDailyOutput) GoString ¶ added in v1.0.121
func (s ListForListAmortizedCostBillDailyOutput) GoString() string
GoString returns the string representation
func (*ListForListAmortizedCostBillDailyOutput) SetAmortizedBeginTime ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetAmortizedBeginTime(v string) *ListForListAmortizedCostBillDailyOutput
SetAmortizedBeginTime sets the AmortizedBeginTime field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetAmortizedDay ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetAmortizedDay(v string) *ListForListAmortizedCostBillDailyOutput
SetAmortizedDay sets the AmortizedDay field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetAmortizedEndTime ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetAmortizedEndTime(v string) *ListForListAmortizedCostBillDailyOutput
SetAmortizedEndTime sets the AmortizedEndTime field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetAmortizedMonth ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetAmortizedMonth(v string) *ListForListAmortizedCostBillDailyOutput
SetAmortizedMonth sets the AmortizedMonth field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetAmortizedType ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetAmortizedType(v string) *ListForListAmortizedCostBillDailyOutput
SetAmortizedType sets the AmortizedType field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetBillCategory ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetBillCategory(v string) *ListForListAmortizedCostBillDailyOutput
SetBillCategory sets the BillCategory field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetBillID ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetBillID(v string) *ListForListAmortizedCostBillDailyOutput
SetBillID sets the BillID field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetBillPeriod ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetBillPeriod(v string) *ListForListAmortizedCostBillDailyOutput
SetBillPeriod sets the BillPeriod field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetBillingFunction ¶ added in v1.2.3
func (s *ListForListAmortizedCostBillDailyOutput) SetBillingFunction(v string) *ListForListAmortizedCostBillDailyOutput
SetBillingFunction sets the BillingFunction field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetBillingMethodCode ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetBillingMethodCode(v string) *ListForListAmortizedCostBillDailyOutput
SetBillingMethodCode sets the BillingMethodCode field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetBillingMode ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetBillingMode(v string) *ListForListAmortizedCostBillDailyOutput
SetBillingMode sets the BillingMode field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetBusiPeriod ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetBusiPeriod(v string) *ListForListAmortizedCostBillDailyOutput
SetBusiPeriod sets the BusiPeriod field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetBusinessMode ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetBusinessMode(v string) *ListForListAmortizedCostBillDailyOutput
SetBusinessMode sets the BusinessMode field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetConfigName ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetConfigName(v string) *ListForListAmortizedCostBillDailyOutput
SetConfigName sets the ConfigName field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetConfigurationCode ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetConfigurationCode(v string) *ListForListAmortizedCostBillDailyOutput
SetConfigurationCode sets the ConfigurationCode field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetCount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetCount(v string) *ListForListAmortizedCostBillDailyOutput
SetCount sets the Count field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetCountryRegion ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetCountryRegion(v string) *ListForListAmortizedCostBillDailyOutput
SetCountryRegion sets the CountryRegion field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetCouponAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetCouponAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetCouponAmount sets the CouponAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetCurrency ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetCurrency(v string) *ListForListAmortizedCostBillDailyOutput
SetCurrency sets the Currency field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetCurrencySettlement ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetCurrencySettlement(v string) *ListForListAmortizedCostBillDailyOutput
SetCurrencySettlement sets the CurrencySettlement field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedCouponAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedCouponAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedCouponAmount sets the DailyAmortizedCouponAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedDiscountBillAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedDiscountBillAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedDiscountBillAmount sets the DailyAmortizedDiscountBillAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedOriginalBillAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedOriginalBillAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedOriginalBillAmount sets the DailyAmortizedOriginalBillAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPaidAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPaidAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedPaidAmount sets the DailyAmortizedPaidAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPayableAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedPayableAmount sets the DailyAmortizedPayableAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPosttaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPosttaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedPosttaxAmount sets the DailyAmortizedPosttaxAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPreTaxPayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedPreTaxPayableAmount sets the DailyAmortizedPreTaxPayableAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPreTaxRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPreTaxRealValue(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedPreTaxRealValue sets the DailyAmortizedPreTaxRealValue field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPreferentialBillAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPreferentialBillAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedPreferentialBillAmount sets the DailyAmortizedPreferentialBillAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPretaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedPretaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedPretaxAmount sets the DailyAmortizedPretaxAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedRealValue(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedRealValue sets the DailyAmortizedRealValue field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedRoundAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedRoundAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedRoundAmount sets the DailyAmortizedRoundAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSavingPlanOriginalAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSavingPlanOriginalAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedSavingPlanOriginalAmount sets the DailyAmortizedSavingPlanOriginalAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettlePayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettlePayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedSettlePayableAmount sets the DailyAmortizedSettlePayableAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettlePosttaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettlePosttaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedSettlePosttaxAmount sets the DailyAmortizedSettlePosttaxAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettlePreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettlePreTaxPayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedSettlePreTaxPayableAmount sets the DailyAmortizedSettlePreTaxPayableAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettlePreTaxRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettlePreTaxRealValue(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedSettlePreTaxRealValue sets the DailyAmortizedSettlePreTaxRealValue field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettlePretaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettlePretaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedSettlePretaxAmount sets the DailyAmortizedSettlePretaxAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettleRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettleRealValue(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedSettleRealValue sets the DailyAmortizedSettleRealValue field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettleTaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedSettleTaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedSettleTaxAmount sets the DailyAmortizedSettleTaxAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedTaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetDailyAmortizedTaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetDailyAmortizedTaxAmount sets the DailyAmortizedTaxAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDeductionUseDuration ¶ added in v1.0.175
func (s *ListForListAmortizedCostBillDailyOutput) SetDeductionUseDuration(v string) *ListForListAmortizedCostBillDailyOutput
SetDeductionUseDuration sets the DeductionUseDuration field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDiscountBillAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetDiscountBillAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetDiscountBillAmount sets the DiscountBillAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetDiscountBizBillingFunction ¶ added in v1.2.3
func (s *ListForListAmortizedCostBillDailyOutput) SetDiscountBizBillingFunction(v string) *ListForListAmortizedCostBillDailyOutput
SetDiscountBizBillingFunction sets the DiscountBizBillingFunction field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetEffectiveFactor ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetEffectiveFactor(v string) *ListForListAmortizedCostBillDailyOutput
SetEffectiveFactor sets the EffectiveFactor field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetElement ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetElement(v string) *ListForListAmortizedCostBillDailyOutput
SetElement sets the Element field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetElementCode ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetElementCode(v string) *ListForListAmortizedCostBillDailyOutput
SetElementCode sets the ElementCode field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetExpandField ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetExpandField(v string) *ListForListAmortizedCostBillDailyOutput
SetExpandField sets the ExpandField field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetExpenseTime ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetExpenseTime(v string) *ListForListAmortizedCostBillDailyOutput
SetExpenseTime sets the ExpenseTime field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetFactor ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetFactor(v string) *ListForListAmortizedCostBillDailyOutput
SetFactor sets the Factor field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetFactorCode ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetFactorCode(v string) *ListForListAmortizedCostBillDailyOutput
SetFactorCode sets the FactorCode field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetInstanceName ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetInstanceName(v string) *ListForListAmortizedCostBillDailyOutput
SetInstanceName sets the InstanceName field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetInstanceNo ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetInstanceNo(v string) *ListForListAmortizedCostBillDailyOutput
SetInstanceNo sets the InstanceNo field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetMainContractNumber ¶ added in v1.1.26
func (s *ListForListAmortizedCostBillDailyOutput) SetMainContractNumber(v string) *ListForListAmortizedCostBillDailyOutput
SetMainContractNumber sets the MainContractNumber field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedCouponAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedCouponAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedCouponAmount sets the NowAmortizedCouponAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedDiscountBillAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedDiscountBillAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedDiscountBillAmount sets the NowAmortizedDiscountBillAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedOriginalBillAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedOriginalBillAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedOriginalBillAmount sets the NowAmortizedOriginalBillAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPaidAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPaidAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedPaidAmount sets the NowAmortizedPaidAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPayableAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedPayableAmount sets the NowAmortizedPayableAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPosttaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPosttaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedPosttaxAmount sets the NowAmortizedPosttaxAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPreTaxPayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedPreTaxPayableAmount sets the NowAmortizedPreTaxPayableAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPreTaxRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPreTaxRealValue(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedPreTaxRealValue sets the NowAmortizedPreTaxRealValue field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPreferentialBillAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPreferentialBillAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedPreferentialBillAmount sets the NowAmortizedPreferentialBillAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPretaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedPretaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedPretaxAmount sets the NowAmortizedPretaxAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedRealValue(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedRealValue sets the NowAmortizedRealValue field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedRoundAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedRoundAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedRoundAmount sets the NowAmortizedRoundAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSavingPlanOriginalAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSavingPlanOriginalAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedSavingPlanOriginalAmount sets the NowAmortizedSavingPlanOriginalAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettlePayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettlePayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedSettlePayableAmount sets the NowAmortizedSettlePayableAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettlePosttaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettlePosttaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedSettlePosttaxAmount sets the NowAmortizedSettlePosttaxAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettlePreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettlePreTaxPayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedSettlePreTaxPayableAmount sets the NowAmortizedSettlePreTaxPayableAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettlePreTaxRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettlePreTaxRealValue(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedSettlePreTaxRealValue sets the NowAmortizedSettlePreTaxRealValue field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettlePretaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettlePretaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedSettlePretaxAmount sets the NowAmortizedSettlePretaxAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettleRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettleRealValue(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedSettleRealValue sets the NowAmortizedSettleRealValue field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettleTaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedSettleTaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedSettleTaxAmount sets the NowAmortizedSettleTaxAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetNowAmortizedTaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetNowAmortizedTaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetNowAmortizedTaxAmount sets the NowAmortizedTaxAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetOriginalBillAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetOriginalBillAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetOriginalBillAmount sets the OriginalBillAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetOriginalOrderNo ¶ added in v1.1.26
func (s *ListForListAmortizedCostBillDailyOutput) SetOriginalOrderNo(v string) *ListForListAmortizedCostBillDailyOutput
SetOriginalOrderNo sets the OriginalOrderNo field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetOwnerCustomerName ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetOwnerCustomerName(v string) *ListForListAmortizedCostBillDailyOutput
SetOwnerCustomerName sets the OwnerCustomerName field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetOwnerID ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetOwnerID(v string) *ListForListAmortizedCostBillDailyOutput
SetOwnerID sets the OwnerID field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetOwnerUserName ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetOwnerUserName(v string) *ListForListAmortizedCostBillDailyOutput
SetOwnerUserName sets the OwnerUserName field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetPaidAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetPaidAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetPaidAmount sets the PaidAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetPayableAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetPayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetPayableAmount sets the PayableAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetPayerCustomerName ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetPayerCustomerName(v string) *ListForListAmortizedCostBillDailyOutput
SetPayerCustomerName sets the PayerCustomerName field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetPayerID ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetPayerID(v string) *ListForListAmortizedCostBillDailyOutput
SetPayerID sets the PayerID field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetPayerUserName ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetPayerUserName(v string) *ListForListAmortizedCostBillDailyOutput
SetPayerUserName sets the PayerUserName field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetPosttaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetPosttaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetPosttaxAmount sets the PosttaxAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetPreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetPreTaxPayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetPreTaxPayableAmount sets the PreTaxPayableAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetPreTaxRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetPreTaxRealValue(v string) *ListForListAmortizedCostBillDailyOutput
SetPreTaxRealValue sets the PreTaxRealValue field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetPreferentialBillAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetPreferentialBillAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetPreferentialBillAmount sets the PreferentialBillAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetPretaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetPretaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetPretaxAmount sets the PretaxAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetPrice ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetPrice(v string) *ListForListAmortizedCostBillDailyOutput
SetPrice sets the Price field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetPriceUnit ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetPriceUnit(v string) *ListForListAmortizedCostBillDailyOutput
SetPriceUnit sets the PriceUnit field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetProduct ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetProduct(v string) *ListForListAmortizedCostBillDailyOutput
SetProduct sets the Product field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetProductZh ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetProductZh(v string) *ListForListAmortizedCostBillDailyOutput
SetProductZh sets the ProductZh field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetProject ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetProject(v string) *ListForListAmortizedCostBillDailyOutput
SetProject sets the Project field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetProjectDisplayName ¶ added in v1.0.130
func (s *ListForListAmortizedCostBillDailyOutput) SetProjectDisplayName(v string) *ListForListAmortizedCostBillDailyOutput
SetProjectDisplayName sets the ProjectDisplayName field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetRealValue(v string) *ListForListAmortizedCostBillDailyOutput
SetRealValue sets the RealValue field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetRegion ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetRegion(v string) *ListForListAmortizedCostBillDailyOutput
SetRegion sets the Region field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetRegionCode ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetRegionCode(v string) *ListForListAmortizedCostBillDailyOutput
SetRegionCode sets the RegionCode field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetRoundAmount ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetRoundAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetRoundAmount sets the RoundAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetSavingPlanOriginalAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetSavingPlanOriginalAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetSavingPlanOriginalAmount sets the SavingPlanOriginalAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetSellerCustomerName ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetSellerCustomerName(v string) *ListForListAmortizedCostBillDailyOutput
SetSellerCustomerName sets the SellerCustomerName field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetSellerID ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetSellerID(v string) *ListForListAmortizedCostBillDailyOutput
SetSellerID sets the SellerID field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetSellerUserName ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetSellerUserName(v string) *ListForListAmortizedCostBillDailyOutput
SetSellerUserName sets the SellerUserName field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetSettlePayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetSettlePayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetSettlePayableAmount sets the SettlePayableAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetSettlePosttaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetSettlePosttaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetSettlePosttaxAmount sets the SettlePosttaxAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetSettlePreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetSettlePreTaxPayableAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetSettlePreTaxPayableAmount sets the SettlePreTaxPayableAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetSettlePreTaxRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetSettlePreTaxRealValue(v string) *ListForListAmortizedCostBillDailyOutput
SetSettlePreTaxRealValue sets the SettlePreTaxRealValue field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetSettlePretaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetSettlePretaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetSettlePretaxAmount sets the SettlePretaxAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetSettleRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetSettleRealValue(v string) *ListForListAmortizedCostBillDailyOutput
SetSettleRealValue sets the SettleRealValue field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetSettleTaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetSettleTaxAmount(v string) *ListForListAmortizedCostBillDailyOutput
SetSettleTaxAmount sets the SettleTaxAmount field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetSplitItemID ¶ added in v1.0.175
func (s *ListForListAmortizedCostBillDailyOutput) SetSplitItemID(v string) *ListForListAmortizedCostBillDailyOutput
SetSplitItemID sets the SplitItemID field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetSplitItemName ¶ added in v1.0.175
func (s *ListForListAmortizedCostBillDailyOutput) SetSplitItemName(v string) *ListForListAmortizedCostBillDailyOutput
SetSplitItemName sets the SplitItemName field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetSubjectName ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetSubjectName(v string) *ListForListAmortizedCostBillDailyOutput
SetSubjectName sets the SubjectName field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetTag ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetTag(v string) *ListForListAmortizedCostBillDailyOutput
SetTag sets the Tag field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetTax ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetTax(v string) *ListForListAmortizedCostBillDailyOutput
SetTax sets the Tax field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetTaxRate ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDailyOutput) SetTaxRate(v string) *ListForListAmortizedCostBillDailyOutput
SetTaxRate sets the TaxRate field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetUnit ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetUnit(v string) *ListForListAmortizedCostBillDailyOutput
SetUnit sets the Unit field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetUseDuration ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetUseDuration(v string) *ListForListAmortizedCostBillDailyOutput
SetUseDuration sets the UseDuration field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetUseDurationUnit ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetUseDurationUnit(v string) *ListForListAmortizedCostBillDailyOutput
SetUseDurationUnit sets the UseDurationUnit field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetZone ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetZone(v string) *ListForListAmortizedCostBillDailyOutput
SetZone sets the Zone field's value.
func (*ListForListAmortizedCostBillDailyOutput) SetZoneCode ¶ added in v1.0.121
func (s *ListForListAmortizedCostBillDailyOutput) SetZoneCode(v string) *ListForListAmortizedCostBillDailyOutput
SetZoneCode sets the ZoneCode field's value.
func (ListForListAmortizedCostBillDailyOutput) String ¶ added in v1.0.121
func (s ListForListAmortizedCostBillDailyOutput) String() string
String returns the string representation
type ListForListAmortizedCostBillDetailOutput ¶ added in v1.0.116
type ListForListAmortizedCostBillDetailOutput struct {
AmortizedBeginTime *string `type:"string" json:",omitempty"`
AmortizedDay *string `type:"string" json:",omitempty"`
AmortizedEndTime *string `type:"string" json:",omitempty"`
AmortizedMonth *string `type:"string" json:",omitempty"`
AmortizedType *string `type:"string" json:",omitempty"`
BillCategory *string `type:"string" json:",omitempty"`
BillID *string `type:"string" json:",omitempty"`
BillPeriod *string `type:"string" json:",omitempty"`
BillingFunction *string `type:"string" json:",omitempty"`
BillingMethodCode *string `type:"string" json:",omitempty"`
BillingMode *string `type:"string" json:",omitempty"`
BusiPeriod *string `type:"string" json:",omitempty"`
BusinessMode *string `type:"string" json:",omitempty"`
ConfigName *string `type:"string" json:",omitempty"`
CostID *string `type:"string" json:",omitempty"`
Count *string `type:"string" json:",omitempty"`
CountryArea *string `type:"string" json:",omitempty"`
CountryRegion *string `type:"string" json:",omitempty"`
CouponAmount *string `type:"string" json:",omitempty"`
Currency *string `type:"string" json:",omitempty"`
CurrencySettlement *string `type:"string" json:",omitempty"`
DailyAmortizedCouponAmount *string `type:"string" json:",omitempty"`
DailyAmortizedDiscountBillAmount *string `type:"string" json:",omitempty"`
DailyAmortizedOriginalBillAmount *string `type:"string" json:",omitempty"`
DailyAmortizedPaidAmount *string `type:"string" json:",omitempty"`
DailyAmortizedPayableAmount *string `type:"string" json:",omitempty"`
DailyAmortizedPosttaxAmount *string `type:"string" json:",omitempty"`
DailyAmortizedPreTaxPayableAmount *string `type:"string" json:",omitempty"`
DailyAmortizedPreTaxRealValue *string `type:"string" json:",omitempty"`
DailyAmortizedPreferentialBillAmount *string `type:"string" json:",omitempty"`
DailyAmortizedPretaxAmount *string `type:"string" json:",omitempty"`
DailyAmortizedRealValue *string `type:"string" json:",omitempty"`
DailyAmortizedRoundAmount *string `type:"string" json:",omitempty"`
DailyAmortizedSavingPlanOriginalAmount *string `type:"string" json:",omitempty"`
DailyAmortizedSettlePayableAmount *string `type:"string" json:",omitempty"`
DailyAmortizedSettlePosttaxAmount *string `type:"string" json:",omitempty"`
DailyAmortizedSettlePreTaxPayableAmount *string `type:"string" json:",omitempty"`
DailyAmortizedSettlePreTaxRealValue *string `type:"string" json:",omitempty"`
DailyAmortizedSettlePretaxAmount *string `type:"string" json:",omitempty"`
DailyAmortizedSettleRealValue *string `type:"string" json:",omitempty"`
DailyAmortizedSettleTaxAmount *string `type:"string" json:",omitempty"`
DailyAmortizedTaxAmount *string `type:"string" json:",omitempty"`
DeductionUseDuration *string `type:"string" json:",omitempty"`
DiscountBillAmount *string `type:"string" json:",omitempty"`
DiscountBizBillingFunction *string `type:"string" json:",omitempty"`
DiscountBizMeasureInterval *string `type:"string" json:",omitempty"`
DiscountBizUnitPrice *string `type:"string" json:",omitempty"`
DiscountBizUnitPriceInterval *string `type:"string" json:",omitempty"`
DiscountInfo *string `type:"string" json:",omitempty"`
EffectiveFactor *string `type:"string" json:",omitempty"`
Element *string `type:"string" json:",omitempty"`
ExchangeRate *string `type:"string" json:",omitempty"`
ExpandField *string `type:"string" json:",omitempty"`
ExpenseBeginTime *string `type:"string" json:",omitempty"`
ExpenseEndTime *string `type:"string" json:",omitempty"`
Factor *string `type:"string" json:",omitempty"`
InstanceName *string `type:"string" json:",omitempty"`
InstanceNo *string `type:"string" json:",omitempty"`
MainContractNumber *string `type:"string" json:",omitempty"`
MarketPrice *string `type:"string" json:",omitempty"`
MeasureInterval *string `type:"string" json:",omitempty"`
OriginalBillAmount *string `type:"string" json:",omitempty"`
OriginalOrderNo *string `type:"string" json:",omitempty"`
OwnerCustomerName *string `type:"string" json:",omitempty"`
OwnerID *string `type:"string" json:",omitempty"`
OwnerUserName *string `type:"string" json:",omitempty"`
PaidAmount *string `type:"string" json:",omitempty"`
PayableAmount *string `type:"string" json:",omitempty"`
PayerCustomerName *string `type:"string" json:",omitempty"`
PayerID *string `type:"string" json:",omitempty"`
PayerUserName *string `type:"string" json:",omitempty"`
PosttaxAmount *string `type:"string" json:",omitempty"`
PreTaxPayableAmount *string `type:"string" json:",omitempty"`
PreTaxRealValue *string `type:"string" json:",omitempty"`
PreferentialBillAmount *string `type:"string" json:",omitempty"`
PretaxAmount *string `type:"string" json:",omitempty"`
Price *string `type:"string" json:",omitempty"`
PriceInterval *string `type:"string" json:",omitempty"`
PriceUnit *string `type:"string" json:",omitempty"`
Product *string `type:"string" json:",omitempty"`
ProductZh *string `type:"string" json:",omitempty"`
Project *string `type:"string" json:",omitempty"`
ProjectDisplayName *string `type:"string" json:",omitempty"`
RealValue *string `type:"string" json:",omitempty"`
Region *string `type:"string" json:",omitempty"`
RoundAmount *string `type:"string" json:",omitempty"`
SavingPlanDeductionDiscountAmount *string `type:"string" json:",omitempty"`
SavingPlanDeductionSpID *string `type:"string" json:",omitempty"`
SavingPlanOriginalAmount *string `type:"string" json:",omitempty"`
SellerCustomerName *string `type:"string" json:",omitempty"`
SellerID *string `type:"string" json:",omitempty"`
SellerUserName *string `type:"string" json:",omitempty"`
SettlePayableAmount *string `type:"string" json:",omitempty"`
SettlePosttaxAmount *string `type:"string" json:",omitempty"`
SettlePreTaxPayableAmount *string `type:"string" json:",omitempty"`
SettlePreTaxRealValue *string `type:"string" json:",omitempty"`
SettlePretaxAmount *string `type:"string" json:",omitempty"`
SettleRealValue *string `type:"string" json:",omitempty"`
SettleTaxAmount *string `type:"string" json:",omitempty"`
SplitItemID *string `type:"string" json:",omitempty"`
SplitItemName *string `type:"string" json:",omitempty"`
SubjectName *string `type:"string" json:",omitempty"`
Tag *string `type:"string" json:",omitempty"`
Tax *string `type:"string" json:",omitempty"`
TaxAmount *string `type:"string" json:",omitempty"`
TaxRate *string `type:"string" json:",omitempty"`
TradeTime *string `type:"string" json:",omitempty"`
Unit *string `type:"string" json:",omitempty"`
UseDuration *string `type:"string" json:",omitempty"`
UseDurationUnit *string `type:"string" json:",omitempty"`
Zone *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListForListAmortizedCostBillDetailOutput) GoString ¶ added in v1.0.116
func (s ListForListAmortizedCostBillDetailOutput) GoString() string
GoString returns the string representation
func (*ListForListAmortizedCostBillDetailOutput) SetAmortizedBeginTime ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetAmortizedBeginTime(v string) *ListForListAmortizedCostBillDetailOutput
SetAmortizedBeginTime sets the AmortizedBeginTime field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetAmortizedDay ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetAmortizedDay(v string) *ListForListAmortizedCostBillDetailOutput
SetAmortizedDay sets the AmortizedDay field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetAmortizedEndTime ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetAmortizedEndTime(v string) *ListForListAmortizedCostBillDetailOutput
SetAmortizedEndTime sets the AmortizedEndTime field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetAmortizedMonth ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetAmortizedMonth(v string) *ListForListAmortizedCostBillDetailOutput
SetAmortizedMonth sets the AmortizedMonth field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetAmortizedType ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetAmortizedType(v string) *ListForListAmortizedCostBillDetailOutput
SetAmortizedType sets the AmortizedType field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetBillCategory ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetBillCategory(v string) *ListForListAmortizedCostBillDetailOutput
SetBillCategory sets the BillCategory field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetBillID ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetBillID(v string) *ListForListAmortizedCostBillDetailOutput
SetBillID sets the BillID field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetBillPeriod ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetBillPeriod(v string) *ListForListAmortizedCostBillDetailOutput
SetBillPeriod sets the BillPeriod field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetBillingFunction ¶ added in v1.0.119
func (s *ListForListAmortizedCostBillDetailOutput) SetBillingFunction(v string) *ListForListAmortizedCostBillDetailOutput
SetBillingFunction sets the BillingFunction field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetBillingMethodCode ¶ added in v1.0.119
func (s *ListForListAmortizedCostBillDetailOutput) SetBillingMethodCode(v string) *ListForListAmortizedCostBillDetailOutput
SetBillingMethodCode sets the BillingMethodCode field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetBillingMode ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetBillingMode(v string) *ListForListAmortizedCostBillDetailOutput
SetBillingMode sets the BillingMode field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetBusiPeriod ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetBusiPeriod(v string) *ListForListAmortizedCostBillDetailOutput
SetBusiPeriod sets the BusiPeriod field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetBusinessMode ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetBusinessMode(v string) *ListForListAmortizedCostBillDetailOutput
SetBusinessMode sets the BusinessMode field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetConfigName ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetConfigName(v string) *ListForListAmortizedCostBillDetailOutput
SetConfigName sets the ConfigName field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetCostID ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetCostID(v string) *ListForListAmortizedCostBillDetailOutput
SetCostID sets the CostID field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetCount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetCount(v string) *ListForListAmortizedCostBillDetailOutput
SetCount sets the Count field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetCountryArea ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetCountryArea(v string) *ListForListAmortizedCostBillDetailOutput
SetCountryArea sets the CountryArea field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetCountryRegion ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDetailOutput) SetCountryRegion(v string) *ListForListAmortizedCostBillDetailOutput
SetCountryRegion sets the CountryRegion field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetCouponAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetCouponAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetCouponAmount sets the CouponAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetCurrency ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetCurrency(v string) *ListForListAmortizedCostBillDetailOutput
SetCurrency sets the Currency field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetCurrencySettlement ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDetailOutput) SetCurrencySettlement(v string) *ListForListAmortizedCostBillDetailOutput
SetCurrencySettlement sets the CurrencySettlement field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedCouponAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedCouponAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedCouponAmount sets the DailyAmortizedCouponAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedDiscountBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedDiscountBillAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedDiscountBillAmount sets the DailyAmortizedDiscountBillAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedOriginalBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedOriginalBillAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedOriginalBillAmount sets the DailyAmortizedOriginalBillAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPaidAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPaidAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedPaidAmount sets the DailyAmortizedPaidAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPayableAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPayableAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedPayableAmount sets the DailyAmortizedPayableAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPosttaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPosttaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedPosttaxAmount sets the DailyAmortizedPosttaxAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPreTaxPayableAmount ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPreTaxPayableAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedPreTaxPayableAmount sets the DailyAmortizedPreTaxPayableAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPreTaxRealValue ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPreTaxRealValue(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedPreTaxRealValue sets the DailyAmortizedPreTaxRealValue field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPreferentialBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPreferentialBillAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedPreferentialBillAmount sets the DailyAmortizedPreferentialBillAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPretaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedPretaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedPretaxAmount sets the DailyAmortizedPretaxAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedRealValue ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedRealValue(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedRealValue sets the DailyAmortizedRealValue field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedRoundAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedRoundAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedRoundAmount sets the DailyAmortizedRoundAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSavingPlanOriginalAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSavingPlanOriginalAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedSavingPlanOriginalAmount sets the DailyAmortizedSavingPlanOriginalAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettlePayableAmount ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettlePayableAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedSettlePayableAmount sets the DailyAmortizedSettlePayableAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettlePosttaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettlePosttaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedSettlePosttaxAmount sets the DailyAmortizedSettlePosttaxAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettlePreTaxPayableAmount ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettlePreTaxPayableAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedSettlePreTaxPayableAmount sets the DailyAmortizedSettlePreTaxPayableAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettlePreTaxRealValue ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettlePreTaxRealValue(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedSettlePreTaxRealValue sets the DailyAmortizedSettlePreTaxRealValue field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettlePretaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettlePretaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedSettlePretaxAmount sets the DailyAmortizedSettlePretaxAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettleRealValue ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettleRealValue(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedSettleRealValue sets the DailyAmortizedSettleRealValue field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettleTaxAmount ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedSettleTaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedSettleTaxAmount sets the DailyAmortizedSettleTaxAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedTaxAmount ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetDailyAmortizedTaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetDailyAmortizedTaxAmount sets the DailyAmortizedTaxAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDeductionUseDuration ¶ added in v1.0.175
func (s *ListForListAmortizedCostBillDetailOutput) SetDeductionUseDuration(v string) *ListForListAmortizedCostBillDetailOutput
SetDeductionUseDuration sets the DeductionUseDuration field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDiscountBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetDiscountBillAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetDiscountBillAmount sets the DiscountBillAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDiscountBizBillingFunction ¶ added in v1.0.119
func (s *ListForListAmortizedCostBillDetailOutput) SetDiscountBizBillingFunction(v string) *ListForListAmortizedCostBillDetailOutput
SetDiscountBizBillingFunction sets the DiscountBizBillingFunction field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDiscountBizMeasureInterval ¶ added in v1.0.119
func (s *ListForListAmortizedCostBillDetailOutput) SetDiscountBizMeasureInterval(v string) *ListForListAmortizedCostBillDetailOutput
SetDiscountBizMeasureInterval sets the DiscountBizMeasureInterval field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDiscountBizUnitPrice ¶ added in v1.0.119
func (s *ListForListAmortizedCostBillDetailOutput) SetDiscountBizUnitPrice(v string) *ListForListAmortizedCostBillDetailOutput
SetDiscountBizUnitPrice sets the DiscountBizUnitPrice field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDiscountBizUnitPriceInterval ¶ added in v1.0.119
func (s *ListForListAmortizedCostBillDetailOutput) SetDiscountBizUnitPriceInterval(v string) *ListForListAmortizedCostBillDetailOutput
SetDiscountBizUnitPriceInterval sets the DiscountBizUnitPriceInterval field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetDiscountInfo ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDetailOutput) SetDiscountInfo(v string) *ListForListAmortizedCostBillDetailOutput
SetDiscountInfo sets the DiscountInfo field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetEffectiveFactor ¶ added in v1.0.119
func (s *ListForListAmortizedCostBillDetailOutput) SetEffectiveFactor(v string) *ListForListAmortizedCostBillDetailOutput
SetEffectiveFactor sets the EffectiveFactor field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetElement ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetElement(v string) *ListForListAmortizedCostBillDetailOutput
SetElement sets the Element field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetExchangeRate ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetExchangeRate(v string) *ListForListAmortizedCostBillDetailOutput
SetExchangeRate sets the ExchangeRate field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetExpandField ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetExpandField(v string) *ListForListAmortizedCostBillDetailOutput
SetExpandField sets the ExpandField field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetExpenseBeginTime ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetExpenseBeginTime(v string) *ListForListAmortizedCostBillDetailOutput
SetExpenseBeginTime sets the ExpenseBeginTime field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetExpenseEndTime ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetExpenseEndTime(v string) *ListForListAmortizedCostBillDetailOutput
SetExpenseEndTime sets the ExpenseEndTime field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetFactor ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetFactor(v string) *ListForListAmortizedCostBillDetailOutput
SetFactor sets the Factor field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetInstanceName ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetInstanceName(v string) *ListForListAmortizedCostBillDetailOutput
SetInstanceName sets the InstanceName field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetInstanceNo ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetInstanceNo(v string) *ListForListAmortizedCostBillDetailOutput
SetInstanceNo sets the InstanceNo field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetMainContractNumber ¶ added in v1.1.26
func (s *ListForListAmortizedCostBillDetailOutput) SetMainContractNumber(v string) *ListForListAmortizedCostBillDetailOutput
SetMainContractNumber sets the MainContractNumber field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetMarketPrice ¶ added in v1.0.119
func (s *ListForListAmortizedCostBillDetailOutput) SetMarketPrice(v string) *ListForListAmortizedCostBillDetailOutput
SetMarketPrice sets the MarketPrice field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetMeasureInterval ¶ added in v1.0.119
func (s *ListForListAmortizedCostBillDetailOutput) SetMeasureInterval(v string) *ListForListAmortizedCostBillDetailOutput
SetMeasureInterval sets the MeasureInterval field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetOriginalBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetOriginalBillAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetOriginalBillAmount sets the OriginalBillAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetOriginalOrderNo ¶ added in v1.1.26
func (s *ListForListAmortizedCostBillDetailOutput) SetOriginalOrderNo(v string) *ListForListAmortizedCostBillDetailOutput
SetOriginalOrderNo sets the OriginalOrderNo field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetOwnerCustomerName ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetOwnerCustomerName(v string) *ListForListAmortizedCostBillDetailOutput
SetOwnerCustomerName sets the OwnerCustomerName field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetOwnerID ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetOwnerID(v string) *ListForListAmortizedCostBillDetailOutput
SetOwnerID sets the OwnerID field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetOwnerUserName ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetOwnerUserName(v string) *ListForListAmortizedCostBillDetailOutput
SetOwnerUserName sets the OwnerUserName field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetPaidAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetPaidAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetPaidAmount sets the PaidAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetPayableAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetPayableAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetPayableAmount sets the PayableAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetPayerCustomerName ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetPayerCustomerName(v string) *ListForListAmortizedCostBillDetailOutput
SetPayerCustomerName sets the PayerCustomerName field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetPayerID ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetPayerID(v string) *ListForListAmortizedCostBillDetailOutput
SetPayerID sets the PayerID field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetPayerUserName ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetPayerUserName(v string) *ListForListAmortizedCostBillDetailOutput
SetPayerUserName sets the PayerUserName field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetPosttaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDetailOutput) SetPosttaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetPosttaxAmount sets the PosttaxAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetPreTaxPayableAmount ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetPreTaxPayableAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetPreTaxPayableAmount sets the PreTaxPayableAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetPreTaxRealValue ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetPreTaxRealValue(v string) *ListForListAmortizedCostBillDetailOutput
SetPreTaxRealValue sets the PreTaxRealValue field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetPreferentialBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetPreferentialBillAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetPreferentialBillAmount sets the PreferentialBillAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetPretaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDetailOutput) SetPretaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetPretaxAmount sets the PretaxAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetPrice ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetPrice(v string) *ListForListAmortizedCostBillDetailOutput
SetPrice sets the Price field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetPriceInterval ¶ added in v1.0.119
func (s *ListForListAmortizedCostBillDetailOutput) SetPriceInterval(v string) *ListForListAmortizedCostBillDetailOutput
SetPriceInterval sets the PriceInterval field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetPriceUnit ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetPriceUnit(v string) *ListForListAmortizedCostBillDetailOutput
SetPriceUnit sets the PriceUnit field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetProduct ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetProduct(v string) *ListForListAmortizedCostBillDetailOutput
SetProduct sets the Product field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetProductZh ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetProductZh(v string) *ListForListAmortizedCostBillDetailOutput
SetProductZh sets the ProductZh field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetProject ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetProject(v string) *ListForListAmortizedCostBillDetailOutput
SetProject sets the Project field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetProjectDisplayName ¶ added in v1.0.130
func (s *ListForListAmortizedCostBillDetailOutput) SetProjectDisplayName(v string) *ListForListAmortizedCostBillDetailOutput
SetProjectDisplayName sets the ProjectDisplayName field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetRealValue ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetRealValue(v string) *ListForListAmortizedCostBillDetailOutput
SetRealValue sets the RealValue field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetRegion ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetRegion(v string) *ListForListAmortizedCostBillDetailOutput
SetRegion sets the Region field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetRoundAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetRoundAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetRoundAmount sets the RoundAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetSavingPlanDeductionDiscountAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDetailOutput) SetSavingPlanDeductionDiscountAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetSavingPlanDeductionDiscountAmount sets the SavingPlanDeductionDiscountAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetSavingPlanDeductionSpID ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDetailOutput) SetSavingPlanDeductionSpID(v string) *ListForListAmortizedCostBillDetailOutput
SetSavingPlanDeductionSpID sets the SavingPlanDeductionSpID field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetSavingPlanOriginalAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDetailOutput) SetSavingPlanOriginalAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetSavingPlanOriginalAmount sets the SavingPlanOriginalAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetSellerCustomerName ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetSellerCustomerName(v string) *ListForListAmortizedCostBillDetailOutput
SetSellerCustomerName sets the SellerCustomerName field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetSellerID ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetSellerID(v string) *ListForListAmortizedCostBillDetailOutput
SetSellerID sets the SellerID field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetSellerUserName ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetSellerUserName(v string) *ListForListAmortizedCostBillDetailOutput
SetSellerUserName sets the SellerUserName field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetSettlePayableAmount ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetSettlePayableAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetSettlePayableAmount sets the SettlePayableAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetSettlePosttaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDetailOutput) SetSettlePosttaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetSettlePosttaxAmount sets the SettlePosttaxAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetSettlePreTaxPayableAmount ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetSettlePreTaxPayableAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetSettlePreTaxPayableAmount sets the SettlePreTaxPayableAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetSettlePreTaxRealValue ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetSettlePreTaxRealValue(v string) *ListForListAmortizedCostBillDetailOutput
SetSettlePreTaxRealValue sets the SettlePreTaxRealValue field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetSettlePretaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDetailOutput) SetSettlePretaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetSettlePretaxAmount sets the SettlePretaxAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetSettleRealValue ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetSettleRealValue(v string) *ListForListAmortizedCostBillDetailOutput
SetSettleRealValue sets the SettleRealValue field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetSettleTaxAmount ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetSettleTaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetSettleTaxAmount sets the SettleTaxAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetSplitItemID ¶ added in v1.0.175
func (s *ListForListAmortizedCostBillDetailOutput) SetSplitItemID(v string) *ListForListAmortizedCostBillDetailOutput
SetSplitItemID sets the SplitItemID field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetSplitItemName ¶ added in v1.0.175
func (s *ListForListAmortizedCostBillDetailOutput) SetSplitItemName(v string) *ListForListAmortizedCostBillDetailOutput
SetSplitItemName sets the SplitItemName field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetSubjectName ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetSubjectName(v string) *ListForListAmortizedCostBillDetailOutput
SetSubjectName sets the SubjectName field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetTag ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetTag(v string) *ListForListAmortizedCostBillDetailOutput
SetTag sets the Tag field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetTax ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillDetailOutput) SetTax(v string) *ListForListAmortizedCostBillDetailOutput
SetTax sets the Tax field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetTaxAmount ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetTaxAmount(v string) *ListForListAmortizedCostBillDetailOutput
SetTaxAmount sets the TaxAmount field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetTaxRate ¶ added in v1.1.16
func (s *ListForListAmortizedCostBillDetailOutput) SetTaxRate(v string) *ListForListAmortizedCostBillDetailOutput
SetTaxRate sets the TaxRate field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetTradeTime ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetTradeTime(v string) *ListForListAmortizedCostBillDetailOutput
SetTradeTime sets the TradeTime field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetUnit ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetUnit(v string) *ListForListAmortizedCostBillDetailOutput
SetUnit sets the Unit field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetUseDuration ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetUseDuration(v string) *ListForListAmortizedCostBillDetailOutput
SetUseDuration sets the UseDuration field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetUseDurationUnit ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetUseDurationUnit(v string) *ListForListAmortizedCostBillDetailOutput
SetUseDurationUnit sets the UseDurationUnit field's value.
func (*ListForListAmortizedCostBillDetailOutput) SetZone ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillDetailOutput) SetZone(v string) *ListForListAmortizedCostBillDetailOutput
SetZone sets the Zone field's value.
func (ListForListAmortizedCostBillDetailOutput) String ¶ added in v1.0.116
func (s ListForListAmortizedCostBillDetailOutput) String() string
String returns the string representation
type ListForListAmortizedCostBillMonthlyOutput ¶ added in v1.0.116
type ListForListAmortizedCostBillMonthlyOutput struct {
AmortizedBeginTime *string `type:"string" json:",omitempty"`
AmortizedDayNum *string `type:"string" json:",omitempty"`
AmortizedEndTime *string `type:"string" json:",omitempty"`
AmortizedMonth *string `type:"string" json:",omitempty"`
AmortizedType *string `type:"string" json:",omitempty"`
BeforeAmortizedCouponAmount *string `type:"string" json:",omitempty"`
BeforeAmortizedDiscountBillAmount *string `type:"string" json:",omitempty"`
BeforeAmortizedOriginalBillAmount *string `type:"string" json:",omitempty"`
BeforeAmortizedPaidAmount *string `type:"string" json:",omitempty"`
BeforeAmortizedPayableAmount *string `type:"string" json:",omitempty"`
BeforeAmortizedPosttaxAmount *string `type:"string" json:",omitempty"`
BeforeAmortizedPreTaxPayableAmount *string `type:"string" json:",omitempty"`
BeforeAmortizedPreTaxRealValue *string `type:"string" json:",omitempty"`
BeforeAmortizedPreferentialBillAmount *string `type:"string" json:",omitempty"`
BeforeAmortizedPretaxAmount *string `type:"string" json:",omitempty"`
BeforeAmortizedRealValue *string `type:"string" json:",omitempty"`
BeforeAmortizedRoundAmount *string `type:"string" json:",omitempty"`
BeforeAmortizedSavingPlanOriginalAmount *string `type:"string" json:",omitempty"`
BeforeAmortizedSettlePayableAmount *string `type:"string" json:",omitempty"`
BeforeAmortizedSettlePosttaxAmount *string `type:"string" json:",omitempty"`
BeforeAmortizedSettlePreTaxPayableAmount *string `type:"string" json:",omitempty"`
BeforeAmortizedSettlePreTaxRealValue *string `type:"string" json:",omitempty"`
BeforeAmortizedSettlePretaxAmount *string `type:"string" json:",omitempty"`
BeforeAmortizedSettleRealValue *string `type:"string" json:",omitempty"`
BeforeAmortizedSettleTaxAmount *string `type:"string" json:",omitempty"`
BeforeAmortizedTaxAmount *string `type:"string" json:",omitempty"`
BillCategory *string `type:"string" json:",omitempty"`
BillID *string `type:"string" json:",omitempty"`
BillPeriod *string `type:"string" json:",omitempty"`
BillingFunction *string `type:"string" json:",omitempty"`
BillingMethodCode *string `type:"string" json:",omitempty"`
BillingMode *string `type:"string" json:",omitempty"`
BusiPeriod *string `type:"string" json:",omitempty"`
BusinessMode *string `type:"string" json:",omitempty"`
ConfigName *string `type:"string" json:",omitempty"`
Count *string `type:"string" json:",omitempty"`
CountryRegion *string `type:"string" json:",omitempty"`
CouponAmount *string `type:"string" json:",omitempty"`
Currency *string `type:"string" json:",omitempty"`
CurrencySettlement *string `type:"string" json:",omitempty"`
DailyAmortizedCouponAmount *string `type:"string" json:",omitempty"`
DailyAmortizedDiscountBillAmount *string `type:"string" json:",omitempty"`
DailyAmortizedOriginalBillAmount *string `type:"string" json:",omitempty"`
DailyAmortizedPaidAmount *string `type:"string" json:",omitempty"`
DailyAmortizedPayableAmount *string `type:"string" json:",omitempty"`
DailyAmortizedPosttaxAmount *string `type:"string" json:",omitempty"`
DailyAmortizedPreTaxPayableAmount *string `type:"string" json:",omitempty"`
DailyAmortizedPreTaxRealValue *string `type:"string" json:",omitempty"`
DailyAmortizedPreferentialBillAmount *string `type:"string" json:",omitempty"`
DailyAmortizedPretaxAmount *string `type:"string" json:",omitempty"`
DailyAmortizedRealValue *string `type:"string" json:",omitempty"`
DailyAmortizedRoundAmount *string `type:"string" json:",omitempty"`
DailyAmortizedSavingPlanOriginalAmount *string `type:"string" json:",omitempty"`
DailyAmortizedSettlePayableAmount *string `type:"string" json:",omitempty"`
DailyAmortizedSettlePosttaxAmount *string `type:"string" json:",omitempty"`
DailyAmortizedSettlePreTaxPayableAmount *string `type:"string" json:",omitempty"`
DailyAmortizedSettlePreTaxRealValue *string `type:"string" json:",omitempty"`
DailyAmortizedSettlePretaxAmount *string `type:"string" json:",omitempty"`
DailyAmortizedSettleRealValue *string `type:"string" json:",omitempty"`
DailyAmortizedSettleTaxAmount *string `type:"string" json:",omitempty"`
DailyAmortizedTaxAmount *string `type:"string" json:",omitempty"`
DeductionUseDuration *string `type:"string" json:",omitempty"`
DiscountBillAmount *string `type:"string" json:",omitempty"`
DiscountBizBillingFunction *string `type:"string" json:",omitempty"`
DiscountBizMeasureInterval *string `type:"string" json:",omitempty"`
DiscountBizUnitPrice *string `type:"string" json:",omitempty"`
DiscountBizUnitPriceInterval *string `type:"string" json:",omitempty"`
EffectiveFactor *string `type:"string" json:",omitempty"`
Element *string `type:"string" json:",omitempty"`
ExpandField *string `type:"string" json:",omitempty"`
ExpenseTime *string `type:"string" json:",omitempty"`
Factor *string `type:"string" json:",omitempty"`
InstanceName *string `type:"string" json:",omitempty"`
InstanceNo *string `type:"string" json:",omitempty"`
MainContractNumber *string `type:"string" json:",omitempty"`
MarketPrice *string `type:"string" json:",omitempty"`
MeasureInterval *string `type:"string" json:",omitempty"`
NowAmortizedCouponAmount *string `type:"string" json:",omitempty"`
NowAmortizedDiscountBillAmount *string `type:"string" json:",omitempty"`
NowAmortizedOriginalBillAmount *string `type:"string" json:",omitempty"`
NowAmortizedPaidAmount *string `type:"string" json:",omitempty"`
NowAmortizedPayableAmount *string `type:"string" json:",omitempty"`
NowAmortizedPosttaxAmount *string `type:"string" json:",omitempty"`
NowAmortizedPreTaxPayableAmount *string `type:"string" json:",omitempty"`
NowAmortizedPreTaxRealValue *string `type:"string" json:",omitempty"`
NowAmortizedPreferentialBillAmount *string `type:"string" json:",omitempty"`
NowAmortizedPretaxAmount *string `type:"string" json:",omitempty"`
NowAmortizedRealValue *string `type:"string" json:",omitempty"`
NowAmortizedRoundAmount *string `type:"string" json:",omitempty"`
NowAmortizedSavingPlanOriginalAmount *string `type:"string" json:",omitempty"`
NowAmortizedSettlePayableAmount *string `type:"string" json:",omitempty"`
NowAmortizedSettlePosttaxAmount *string `type:"string" json:",omitempty"`
NowAmortizedSettlePreTaxPayableAmount *string `type:"string" json:",omitempty"`
NowAmortizedSettlePreTaxRealValue *string `type:"string" json:",omitempty"`
NowAmortizedSettlePretaxAmount *string `type:"string" json:",omitempty"`
NowAmortizedSettleRealValue *string `type:"string" json:",omitempty"`
NowAmortizedSettleTaxAmount *string `type:"string" json:",omitempty"`
NowAmortizedTaxAmount *string `type:"string" json:",omitempty"`
OriginalBillAmount *string `type:"string" json:",omitempty"`
OriginalOrderNo *string `type:"string" json:",omitempty"`
OwnerCustomerName *string `type:"string" json:",omitempty"`
OwnerID *string `type:"string" json:",omitempty"`
OwnerUserName *string `type:"string" json:",omitempty"`
PaidAmount *string `type:"string" json:",omitempty"`
PayableAmount *string `type:"string" json:",omitempty"`
PayerCustomerName *string `type:"string" json:",omitempty"`
PayerID *string `type:"string" json:",omitempty"`
PayerUserName *string `type:"string" json:",omitempty"`
PosttaxAmount *string `type:"string" json:",omitempty"`
PreTaxPayableAmount *string `type:"string" json:",omitempty"`
PreTaxRealValue *string `type:"string" json:",omitempty"`
PreferentialBillAmount *string `type:"string" json:",omitempty"`
PretaxAmount *string `type:"string" json:",omitempty"`
Price *string `type:"string" json:",omitempty"`
PriceInterval *string `type:"string" json:",omitempty"`
PriceUnit *string `type:"string" json:",omitempty"`
Product *string `type:"string" json:",omitempty"`
ProductZh *string `type:"string" json:",omitempty"`
Project *string `type:"string" json:",omitempty"`
ProjectDisplayName *string `type:"string" json:",omitempty"`
RealValue *string `type:"string" json:",omitempty"`
Region *string `type:"string" json:",omitempty"`
RoundAmount *string `type:"string" json:",omitempty"`
SavingPlanOriginalAmount *string `type:"string" json:",omitempty"`
SellerCustomerName *string `type:"string" json:",omitempty"`
SellerID *string `type:"string" json:",omitempty"`
SellerUserName *string `type:"string" json:",omitempty"`
SettlePayableAmount *string `type:"string" json:",omitempty"`
SettlePosttaxAmount *string `type:"string" json:",omitempty"`
SettlePreTaxPayableAmount *string `type:"string" json:",omitempty"`
SettlePreTaxRealValue *string `type:"string" json:",omitempty"`
SettlePretaxAmount *string `type:"string" json:",omitempty"`
SettleRealValue *string `type:"string" json:",omitempty"`
SettleTaxAmount *string `type:"string" json:",omitempty"`
SplitItemID *string `type:"string" json:",omitempty"`
SplitItemName *string `type:"string" json:",omitempty"`
SubjectName *string `type:"string" json:",omitempty"`
Tag *string `type:"string" json:",omitempty"`
Tax *string `type:"string" json:",omitempty"`
TaxRate *string `type:"string" json:",omitempty"`
UnAmortizedSavingPlanOriginalAmount *string `type:"string" json:",omitempty"`
UnamortizedCouponAmount *string `type:"string" json:",omitempty"`
UnamortizedDiscountBillAmount *string `type:"string" json:",omitempty"`
UnamortizedOriginalBillAmount *string `type:"string" json:",omitempty"`
UnamortizedPaidAmount *string `type:"string" json:",omitempty"`
UnamortizedPayableAmount *string `type:"string" json:",omitempty"`
UnamortizedPosttaxAmount *string `type:"string" json:",omitempty"`
UnamortizedPreTaxPayableAmount *string `type:"string" json:",omitempty"`
UnamortizedPreTaxRealValue *string `type:"string" json:",omitempty"`
UnamortizedPreferentialBillAmount *string `type:"string" json:",omitempty"`
UnamortizedPretaxAmount *string `type:"string" json:",omitempty"`
UnamortizedRealValue *string `type:"string" json:",omitempty"`
UnamortizedRoundAmount *string `type:"string" json:",omitempty"`
UnamortizedSettlePayableAmount *string `type:"string" json:",omitempty"`
UnamortizedSettlePosttaxAmount *string `type:"string" json:",omitempty"`
UnamortizedSettlePreTaxPayableAmount *string `type:"string" json:",omitempty"`
UnamortizedSettlePreTaxRealValue *string `type:"string" json:",omitempty"`
UnamortizedSettlePretaxAmount *string `type:"string" json:",omitempty"`
UnamortizedSettleRealValue *string `type:"string" json:",omitempty"`
UnamortizedSettleTaxAmount *string `type:"string" json:",omitempty"`
UnamortizedTaxAmount *string `type:"string" json:",omitempty"`
Unit *string `type:"string" json:",omitempty"`
UseDuration *string `type:"string" json:",omitempty"`
UseDurationUnit *string `type:"string" json:",omitempty"`
Zone *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListForListAmortizedCostBillMonthlyOutput) GoString ¶ added in v1.0.116
func (s ListForListAmortizedCostBillMonthlyOutput) GoString() string
GoString returns the string representation
func (*ListForListAmortizedCostBillMonthlyOutput) SetAmortizedBeginTime ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetAmortizedBeginTime(v string) *ListForListAmortizedCostBillMonthlyOutput
SetAmortizedBeginTime sets the AmortizedBeginTime field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetAmortizedDayNum ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetAmortizedDayNum(v string) *ListForListAmortizedCostBillMonthlyOutput
SetAmortizedDayNum sets the AmortizedDayNum field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetAmortizedEndTime ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetAmortizedEndTime(v string) *ListForListAmortizedCostBillMonthlyOutput
SetAmortizedEndTime sets the AmortizedEndTime field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetAmortizedMonth ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetAmortizedMonth(v string) *ListForListAmortizedCostBillMonthlyOutput
SetAmortizedMonth sets the AmortizedMonth field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetAmortizedType ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetAmortizedType(v string) *ListForListAmortizedCostBillMonthlyOutput
SetAmortizedType sets the AmortizedType field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedCouponAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedCouponAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedCouponAmount sets the BeforeAmortizedCouponAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedDiscountBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedDiscountBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedDiscountBillAmount sets the BeforeAmortizedDiscountBillAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedOriginalBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedOriginalBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedOriginalBillAmount sets the BeforeAmortizedOriginalBillAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPaidAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPaidAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedPaidAmount sets the BeforeAmortizedPaidAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPayableAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedPayableAmount sets the BeforeAmortizedPayableAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPosttaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPosttaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedPosttaxAmount sets the BeforeAmortizedPosttaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPreTaxPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedPreTaxPayableAmount sets the BeforeAmortizedPreTaxPayableAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPreTaxRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPreTaxRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedPreTaxRealValue sets the BeforeAmortizedPreTaxRealValue field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPreferentialBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPreferentialBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedPreferentialBillAmount sets the BeforeAmortizedPreferentialBillAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPretaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedPretaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedPretaxAmount sets the BeforeAmortizedPretaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedRealValue sets the BeforeAmortizedRealValue field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedRoundAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedRoundAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedRoundAmount sets the BeforeAmortizedRoundAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSavingPlanOriginalAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSavingPlanOriginalAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedSavingPlanOriginalAmount sets the BeforeAmortizedSavingPlanOriginalAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettlePayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettlePayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedSettlePayableAmount sets the BeforeAmortizedSettlePayableAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettlePosttaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettlePosttaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedSettlePosttaxAmount sets the BeforeAmortizedSettlePosttaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettlePreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettlePreTaxPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedSettlePreTaxPayableAmount sets the BeforeAmortizedSettlePreTaxPayableAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettlePreTaxRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettlePreTaxRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedSettlePreTaxRealValue sets the BeforeAmortizedSettlePreTaxRealValue field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettlePretaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettlePretaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedSettlePretaxAmount sets the BeforeAmortizedSettlePretaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettleRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettleRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedSettleRealValue sets the BeforeAmortizedSettleRealValue field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettleTaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedSettleTaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedSettleTaxAmount sets the BeforeAmortizedSettleTaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedTaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBeforeAmortizedTaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBeforeAmortizedTaxAmount sets the BeforeAmortizedTaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBillCategory ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBillCategory(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBillCategory sets the BillCategory field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBillID ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBillID(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBillID sets the BillID field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBillPeriod ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBillPeriod(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBillPeriod sets the BillPeriod field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBillingFunction ¶ added in v1.0.119
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBillingFunction(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBillingFunction sets the BillingFunction field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBillingMethodCode ¶ added in v1.0.119
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBillingMethodCode(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBillingMethodCode sets the BillingMethodCode field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBillingMode ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBillingMode(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBillingMode sets the BillingMode field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBusiPeriod ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBusiPeriod(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBusiPeriod sets the BusiPeriod field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetBusinessMode ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetBusinessMode(v string) *ListForListAmortizedCostBillMonthlyOutput
SetBusinessMode sets the BusinessMode field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetConfigName ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetConfigName(v string) *ListForListAmortizedCostBillMonthlyOutput
SetConfigName sets the ConfigName field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetCount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetCount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetCount sets the Count field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetCountryRegion ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetCountryRegion(v string) *ListForListAmortizedCostBillMonthlyOutput
SetCountryRegion sets the CountryRegion field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetCouponAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetCouponAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetCouponAmount sets the CouponAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetCurrency ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetCurrency(v string) *ListForListAmortizedCostBillMonthlyOutput
SetCurrency sets the Currency field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetCurrencySettlement ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetCurrencySettlement(v string) *ListForListAmortizedCostBillMonthlyOutput
SetCurrencySettlement sets the CurrencySettlement field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedCouponAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedCouponAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedCouponAmount sets the DailyAmortizedCouponAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedDiscountBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedDiscountBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedDiscountBillAmount sets the DailyAmortizedDiscountBillAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedOriginalBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedOriginalBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedOriginalBillAmount sets the DailyAmortizedOriginalBillAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPaidAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPaidAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedPaidAmount sets the DailyAmortizedPaidAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPayableAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedPayableAmount sets the DailyAmortizedPayableAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPosttaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPosttaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedPosttaxAmount sets the DailyAmortizedPosttaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPreTaxPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedPreTaxPayableAmount sets the DailyAmortizedPreTaxPayableAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPreTaxRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPreTaxRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedPreTaxRealValue sets the DailyAmortizedPreTaxRealValue field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPreferentialBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPreferentialBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedPreferentialBillAmount sets the DailyAmortizedPreferentialBillAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPretaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedPretaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedPretaxAmount sets the DailyAmortizedPretaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedRealValue sets the DailyAmortizedRealValue field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedRoundAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedRoundAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedRoundAmount sets the DailyAmortizedRoundAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSavingPlanOriginalAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSavingPlanOriginalAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedSavingPlanOriginalAmount sets the DailyAmortizedSavingPlanOriginalAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettlePayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettlePayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedSettlePayableAmount sets the DailyAmortizedSettlePayableAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettlePosttaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettlePosttaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedSettlePosttaxAmount sets the DailyAmortizedSettlePosttaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettlePreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettlePreTaxPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedSettlePreTaxPayableAmount sets the DailyAmortizedSettlePreTaxPayableAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettlePreTaxRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettlePreTaxRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedSettlePreTaxRealValue sets the DailyAmortizedSettlePreTaxRealValue field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettlePretaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettlePretaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedSettlePretaxAmount sets the DailyAmortizedSettlePretaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettleRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettleRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedSettleRealValue sets the DailyAmortizedSettleRealValue field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettleTaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedSettleTaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedSettleTaxAmount sets the DailyAmortizedSettleTaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedTaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDailyAmortizedTaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDailyAmortizedTaxAmount sets the DailyAmortizedTaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDeductionUseDuration ¶ added in v1.0.175
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDeductionUseDuration(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDeductionUseDuration sets the DeductionUseDuration field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDiscountBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDiscountBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDiscountBillAmount sets the DiscountBillAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDiscountBizBillingFunction ¶ added in v1.0.119
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDiscountBizBillingFunction(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDiscountBizBillingFunction sets the DiscountBizBillingFunction field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDiscountBizMeasureInterval ¶ added in v1.0.119
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDiscountBizMeasureInterval(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDiscountBizMeasureInterval sets the DiscountBizMeasureInterval field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDiscountBizUnitPrice ¶ added in v1.0.119
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDiscountBizUnitPrice(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDiscountBizUnitPrice sets the DiscountBizUnitPrice field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetDiscountBizUnitPriceInterval ¶ added in v1.0.119
func (s *ListForListAmortizedCostBillMonthlyOutput) SetDiscountBizUnitPriceInterval(v string) *ListForListAmortizedCostBillMonthlyOutput
SetDiscountBizUnitPriceInterval sets the DiscountBizUnitPriceInterval field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetEffectiveFactor ¶ added in v1.0.119
func (s *ListForListAmortizedCostBillMonthlyOutput) SetEffectiveFactor(v string) *ListForListAmortizedCostBillMonthlyOutput
SetEffectiveFactor sets the EffectiveFactor field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetElement ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetElement(v string) *ListForListAmortizedCostBillMonthlyOutput
SetElement sets the Element field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetExpandField ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetExpandField(v string) *ListForListAmortizedCostBillMonthlyOutput
SetExpandField sets the ExpandField field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetExpenseTime ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetExpenseTime(v string) *ListForListAmortizedCostBillMonthlyOutput
SetExpenseTime sets the ExpenseTime field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetFactor ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetFactor(v string) *ListForListAmortizedCostBillMonthlyOutput
SetFactor sets the Factor field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetInstanceName ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetInstanceName(v string) *ListForListAmortizedCostBillMonthlyOutput
SetInstanceName sets the InstanceName field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetInstanceNo ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetInstanceNo(v string) *ListForListAmortizedCostBillMonthlyOutput
SetInstanceNo sets the InstanceNo field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetMainContractNumber ¶ added in v1.1.26
func (s *ListForListAmortizedCostBillMonthlyOutput) SetMainContractNumber(v string) *ListForListAmortizedCostBillMonthlyOutput
SetMainContractNumber sets the MainContractNumber field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetMarketPrice ¶ added in v1.0.119
func (s *ListForListAmortizedCostBillMonthlyOutput) SetMarketPrice(v string) *ListForListAmortizedCostBillMonthlyOutput
SetMarketPrice sets the MarketPrice field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetMeasureInterval ¶ added in v1.0.119
func (s *ListForListAmortizedCostBillMonthlyOutput) SetMeasureInterval(v string) *ListForListAmortizedCostBillMonthlyOutput
SetMeasureInterval sets the MeasureInterval field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedCouponAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedCouponAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedCouponAmount sets the NowAmortizedCouponAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedDiscountBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedDiscountBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedDiscountBillAmount sets the NowAmortizedDiscountBillAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedOriginalBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedOriginalBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedOriginalBillAmount sets the NowAmortizedOriginalBillAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPaidAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPaidAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedPaidAmount sets the NowAmortizedPaidAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPayableAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedPayableAmount sets the NowAmortizedPayableAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPosttaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPosttaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedPosttaxAmount sets the NowAmortizedPosttaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPreTaxPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedPreTaxPayableAmount sets the NowAmortizedPreTaxPayableAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPreTaxRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPreTaxRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedPreTaxRealValue sets the NowAmortizedPreTaxRealValue field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPreferentialBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPreferentialBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedPreferentialBillAmount sets the NowAmortizedPreferentialBillAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPretaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedPretaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedPretaxAmount sets the NowAmortizedPretaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedRealValue sets the NowAmortizedRealValue field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedRoundAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedRoundAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedRoundAmount sets the NowAmortizedRoundAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSavingPlanOriginalAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSavingPlanOriginalAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedSavingPlanOriginalAmount sets the NowAmortizedSavingPlanOriginalAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettlePayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettlePayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedSettlePayableAmount sets the NowAmortizedSettlePayableAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettlePosttaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettlePosttaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedSettlePosttaxAmount sets the NowAmortizedSettlePosttaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettlePreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettlePreTaxPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedSettlePreTaxPayableAmount sets the NowAmortizedSettlePreTaxPayableAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettlePreTaxRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettlePreTaxRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedSettlePreTaxRealValue sets the NowAmortizedSettlePreTaxRealValue field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettlePretaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettlePretaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedSettlePretaxAmount sets the NowAmortizedSettlePretaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettleRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettleRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedSettleRealValue sets the NowAmortizedSettleRealValue field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettleTaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedSettleTaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedSettleTaxAmount sets the NowAmortizedSettleTaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedTaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetNowAmortizedTaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetNowAmortizedTaxAmount sets the NowAmortizedTaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetOriginalBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetOriginalBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetOriginalBillAmount sets the OriginalBillAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetOriginalOrderNo ¶ added in v1.1.26
func (s *ListForListAmortizedCostBillMonthlyOutput) SetOriginalOrderNo(v string) *ListForListAmortizedCostBillMonthlyOutput
SetOriginalOrderNo sets the OriginalOrderNo field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetOwnerCustomerName ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetOwnerCustomerName(v string) *ListForListAmortizedCostBillMonthlyOutput
SetOwnerCustomerName sets the OwnerCustomerName field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetOwnerID ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetOwnerID(v string) *ListForListAmortizedCostBillMonthlyOutput
SetOwnerID sets the OwnerID field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetOwnerUserName ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetOwnerUserName(v string) *ListForListAmortizedCostBillMonthlyOutput
SetOwnerUserName sets the OwnerUserName field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetPaidAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetPaidAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetPaidAmount sets the PaidAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetPayableAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetPayableAmount sets the PayableAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetPayerCustomerName ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetPayerCustomerName(v string) *ListForListAmortizedCostBillMonthlyOutput
SetPayerCustomerName sets the PayerCustomerName field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetPayerID ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetPayerID(v string) *ListForListAmortizedCostBillMonthlyOutput
SetPayerID sets the PayerID field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetPayerUserName ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetPayerUserName(v string) *ListForListAmortizedCostBillMonthlyOutput
SetPayerUserName sets the PayerUserName field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetPosttaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetPosttaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetPosttaxAmount sets the PosttaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetPreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetPreTaxPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetPreTaxPayableAmount sets the PreTaxPayableAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetPreTaxRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetPreTaxRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
SetPreTaxRealValue sets the PreTaxRealValue field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetPreferentialBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetPreferentialBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetPreferentialBillAmount sets the PreferentialBillAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetPretaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetPretaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetPretaxAmount sets the PretaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetPrice ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetPrice(v string) *ListForListAmortizedCostBillMonthlyOutput
SetPrice sets the Price field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetPriceInterval ¶ added in v1.0.119
func (s *ListForListAmortizedCostBillMonthlyOutput) SetPriceInterval(v string) *ListForListAmortizedCostBillMonthlyOutput
SetPriceInterval sets the PriceInterval field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetPriceUnit ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetPriceUnit(v string) *ListForListAmortizedCostBillMonthlyOutput
SetPriceUnit sets the PriceUnit field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetProduct ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetProduct(v string) *ListForListAmortizedCostBillMonthlyOutput
SetProduct sets the Product field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetProductZh ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetProductZh(v string) *ListForListAmortizedCostBillMonthlyOutput
SetProductZh sets the ProductZh field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetProject ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetProject(v string) *ListForListAmortizedCostBillMonthlyOutput
SetProject sets the Project field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetProjectDisplayName ¶ added in v1.0.130
func (s *ListForListAmortizedCostBillMonthlyOutput) SetProjectDisplayName(v string) *ListForListAmortizedCostBillMonthlyOutput
SetProjectDisplayName sets the ProjectDisplayName field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
SetRealValue sets the RealValue field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetRegion ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetRegion(v string) *ListForListAmortizedCostBillMonthlyOutput
SetRegion sets the Region field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetRoundAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetRoundAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetRoundAmount sets the RoundAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetSavingPlanOriginalAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetSavingPlanOriginalAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetSavingPlanOriginalAmount sets the SavingPlanOriginalAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetSellerCustomerName ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetSellerCustomerName(v string) *ListForListAmortizedCostBillMonthlyOutput
SetSellerCustomerName sets the SellerCustomerName field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetSellerID ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetSellerID(v string) *ListForListAmortizedCostBillMonthlyOutput
SetSellerID sets the SellerID field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetSellerUserName ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetSellerUserName(v string) *ListForListAmortizedCostBillMonthlyOutput
SetSellerUserName sets the SellerUserName field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetSettlePayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetSettlePayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetSettlePayableAmount sets the SettlePayableAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetSettlePosttaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetSettlePosttaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetSettlePosttaxAmount sets the SettlePosttaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetSettlePreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetSettlePreTaxPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetSettlePreTaxPayableAmount sets the SettlePreTaxPayableAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetSettlePreTaxRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetSettlePreTaxRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
SetSettlePreTaxRealValue sets the SettlePreTaxRealValue field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetSettlePretaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetSettlePretaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetSettlePretaxAmount sets the SettlePretaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetSettleRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetSettleRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
SetSettleRealValue sets the SettleRealValue field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetSettleTaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetSettleTaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetSettleTaxAmount sets the SettleTaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetSplitItemID ¶ added in v1.0.175
func (s *ListForListAmortizedCostBillMonthlyOutput) SetSplitItemID(v string) *ListForListAmortizedCostBillMonthlyOutput
SetSplitItemID sets the SplitItemID field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetSplitItemName ¶ added in v1.0.175
func (s *ListForListAmortizedCostBillMonthlyOutput) SetSplitItemName(v string) *ListForListAmortizedCostBillMonthlyOutput
SetSplitItemName sets the SplitItemName field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetSubjectName ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetSubjectName(v string) *ListForListAmortizedCostBillMonthlyOutput
SetSubjectName sets the SubjectName field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetTag ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetTag(v string) *ListForListAmortizedCostBillMonthlyOutput
SetTag sets the Tag field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetTax ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetTax(v string) *ListForListAmortizedCostBillMonthlyOutput
SetTax sets the Tax field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetTaxRate ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetTaxRate(v string) *ListForListAmortizedCostBillMonthlyOutput
SetTaxRate sets the TaxRate field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnAmortizedSavingPlanOriginalAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnAmortizedSavingPlanOriginalAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnAmortizedSavingPlanOriginalAmount sets the UnAmortizedSavingPlanOriginalAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedCouponAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedCouponAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnamortizedCouponAmount sets the UnamortizedCouponAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedDiscountBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedDiscountBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnamortizedDiscountBillAmount sets the UnamortizedDiscountBillAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedOriginalBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedOriginalBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnamortizedOriginalBillAmount sets the UnamortizedOriginalBillAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPaidAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPaidAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnamortizedPaidAmount sets the UnamortizedPaidAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPayableAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnamortizedPayableAmount sets the UnamortizedPayableAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPosttaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPosttaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnamortizedPosttaxAmount sets the UnamortizedPosttaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPreTaxPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnamortizedPreTaxPayableAmount sets the UnamortizedPreTaxPayableAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPreTaxRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPreTaxRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnamortizedPreTaxRealValue sets the UnamortizedPreTaxRealValue field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPreferentialBillAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPreferentialBillAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnamortizedPreferentialBillAmount sets the UnamortizedPreferentialBillAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPretaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedPretaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnamortizedPretaxAmount sets the UnamortizedPretaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnamortizedRealValue sets the UnamortizedRealValue field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedRoundAmount ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedRoundAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnamortizedRoundAmount sets the UnamortizedRoundAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettlePayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettlePayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnamortizedSettlePayableAmount sets the UnamortizedSettlePayableAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettlePosttaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettlePosttaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnamortizedSettlePosttaxAmount sets the UnamortizedSettlePosttaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettlePreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettlePreTaxPayableAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnamortizedSettlePreTaxPayableAmount sets the UnamortizedSettlePreTaxPayableAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettlePreTaxRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettlePreTaxRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnamortizedSettlePreTaxRealValue sets the UnamortizedSettlePreTaxRealValue field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettlePretaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettlePretaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnamortizedSettlePretaxAmount sets the UnamortizedSettlePretaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettleRealValue ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettleRealValue(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnamortizedSettleRealValue sets the UnamortizedSettleRealValue field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettleTaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedSettleTaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnamortizedSettleTaxAmount sets the UnamortizedSettleTaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedTaxAmount ¶ added in v1.1.24
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnamortizedTaxAmount(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnamortizedTaxAmount sets the UnamortizedTaxAmount field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUnit ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUnit(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUnit sets the Unit field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUseDuration ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUseDuration(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUseDuration sets the UseDuration field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetUseDurationUnit ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetUseDurationUnit(v string) *ListForListAmortizedCostBillMonthlyOutput
SetUseDurationUnit sets the UseDurationUnit field's value.
func (*ListForListAmortizedCostBillMonthlyOutput) SetZone ¶ added in v1.0.116
func (s *ListForListAmortizedCostBillMonthlyOutput) SetZone(v string) *ListForListAmortizedCostBillMonthlyOutput
SetZone sets the Zone field's value.
func (ListForListAmortizedCostBillMonthlyOutput) String ¶ added in v1.0.116
func (s ListForListAmortizedCostBillMonthlyOutput) String() string
String returns the string representation
type ListForListBillDetailOutput ¶ added in v1.0.116
type ListForListBillDetailOutput struct {
BillCategory *string `type:"string" json:",omitempty"`
BillDetailId *string `type:"string" json:",omitempty"`
BillID *string `type:"string" json:",omitempty"`
BillPeriod *string `type:"string" json:",omitempty"`
BillingFunction *string `type:"string" json:",omitempty"`
BillingMethodCode *string `type:"string" json:",omitempty"`
BillingMode *string `type:"string" json:",omitempty"`
BusiPeriod *string `type:"string" json:",omitempty"`
BusinessMode *string `type:"string" json:",omitempty"`
ConfigName *string `type:"string" json:",omitempty"`
ConfigurationCode *string `type:"string" json:",omitempty"`
Count *string `type:"string" json:",omitempty"`
CountryRegion *string `type:"string" json:",omitempty"`
CouponAmount *string `type:"string" json:",omitempty"`
CreditCarriedAmount *string `type:"string" json:",omitempty"`
Currency *string `type:"string" json:",omitempty"`
CurrencySettlement *string `type:"string" json:",omitempty"`
DeductionCount *string `type:"string" json:",omitempty"`
DeductionUseDuration *string `type:"string" json:",omitempty"`
DiscountBillAmount *string `type:"string" json:",omitempty"`
DiscountBizBillingFunction *string `type:"string" json:",omitempty"`
DiscountBizMeasureInterval *string `type:"string" json:",omitempty"`
DiscountBizUnitPrice *string `type:"string" json:",omitempty"`
DiscountBizUnitPriceInterval *string `type:"string" json:",omitempty"`
DiscountInfo *string `type:"string" json:",omitempty"`
EffectiveFactor *string `type:"string" json:",omitempty"`
Element *string `type:"string" json:",omitempty"`
ElementCode *string `type:"string" json:",omitempty"`
ExchangeRate *string `type:"string" json:",omitempty"`
ExpandField *string `type:"string" json:",omitempty"`
ExpenseBeginTime *string `type:"string" json:",omitempty"`
ExpenseDate *string `type:"string" json:",omitempty"`
ExpenseEndTime *string `type:"string" json:",omitempty"`
Factor *string `type:"string" json:",omitempty"`
FactorCode *string `type:"string" json:",omitempty"`
Formula *string `type:"string" json:",omitempty"`
InstanceName *string `type:"string" json:",omitempty"`
InstanceNo *string `type:"string" json:",omitempty"`
MainContractNumber *string `type:"string" json:",omitempty"`
MarketPrice *string `type:"string" json:",omitempty"`
MeasureInterval *string `type:"string" json:",omitempty"`
OriginalBillAmount *string `type:"string" json:",omitempty"`
OriginalOrderNo *string `type:"string" json:",omitempty"`
OwnerCustomerName *string `type:"string" json:",omitempty"`
OwnerID *string `type:"string" json:",omitempty"`
OwnerUserName *string `type:"string" json:",omitempty"`
PaidAmount *string `type:"string" json:",omitempty"`
PayableAmount *string `type:"string" json:",omitempty"`
PayerCustomerName *string `type:"string" json:",omitempty"`
PayerID *string `type:"string" json:",omitempty"`
PayerUserName *string `type:"string" json:",omitempty"`
PosttaxAmount *string `type:"string" json:",omitempty"`
PreTaxPayableAmount *string `type:"string" json:",omitempty"`
PreferentialBillAmount *string `type:"string" json:",omitempty"`
PretaxAmount *string `type:"string" json:",omitempty"`
PretaxRealValue *string `type:"string" json:",omitempty"`
Price *string `type:"string" json:",omitempty"`
PriceInterval *string `type:"string" json:",omitempty"`
PriceUnit *string `type:"string" json:",omitempty"`
Product *string `type:"string" json:",omitempty"`
ProductZh *string `type:"string" json:",omitempty"`
Project *string `type:"string" json:",omitempty"`
ProjectDisplayName *string `type:"string" json:",omitempty"`
RealValue *string `type:"string" json:",omitempty"`
Region *string `type:"string" json:",omitempty"`
RegionCode *string `type:"string" json:",omitempty"`
ReservationInstance *string `type:"string" json:",omitempty"`
RoundAmount *float64 `type:"double" json:",omitempty"`
SavingPlanDeductionDiscountAmount *string `type:"string" json:",omitempty"`
SavingPlanDeductionSpID *string `type:"string" json:",omitempty"`
SavingPlanOriginalAmount *string `type:"string" json:",omitempty"`
SellerCustomerName *string `type:"string" json:",omitempty"`
SellerID *string `type:"string" json:",omitempty"`
SellerUserName *string `type:"string" json:",omitempty"`
SellingMode *string `type:"string" json:",omitempty"`
SettlePayableAmount *string `type:"string" json:",omitempty"`
SettlePosttaxAmount *string `type:"string" json:",omitempty"`
SettlePreTaxPayableAmount *string `type:"string" json:",omitempty"`
SettlePretaxAmount *string `type:"string" json:",omitempty"`
SettlePretaxRealValue *string `type:"string" json:",omitempty"`
SettleRealValue *string `type:"string" json:",omitempty"`
SettleTax *string `type:"string" json:",omitempty"`
SettlementType *string `type:"string" json:",omitempty"`
SolutionZh *string `type:"string" json:",omitempty"`
SubjectName *string `type:"string" json:",omitempty"`
Tag *string `type:"string" json:",omitempty"`
Tax *string `type:"string" json:",omitempty"`
TaxRate *string `type:"string" json:",omitempty"`
TradeTime *string `type:"string" json:",omitempty"`
Unit *string `type:"string" json:",omitempty"`
UnpaidAmount *string `type:"string" json:",omitempty"`
UseDuration *string `type:"string" json:",omitempty"`
UseDurationUnit *string `type:"string" json:",omitempty"`
Zone *string `type:"string" json:",omitempty"`
ZoneCode *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListForListBillDetailOutput) GoString ¶ added in v1.0.116
func (s ListForListBillDetailOutput) GoString() string
GoString returns the string representation
func (*ListForListBillDetailOutput) SetBillCategory ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetBillCategory(v string) *ListForListBillDetailOutput
SetBillCategory sets the BillCategory field's value.
func (*ListForListBillDetailOutput) SetBillDetailId ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetBillDetailId(v string) *ListForListBillDetailOutput
SetBillDetailId sets the BillDetailId field's value.
func (*ListForListBillDetailOutput) SetBillID ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetBillID(v string) *ListForListBillDetailOutput
SetBillID sets the BillID field's value.
func (*ListForListBillDetailOutput) SetBillPeriod ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetBillPeriod(v string) *ListForListBillDetailOutput
SetBillPeriod sets the BillPeriod field's value.
func (*ListForListBillDetailOutput) SetBillingFunction ¶ added in v1.0.119
func (s *ListForListBillDetailOutput) SetBillingFunction(v string) *ListForListBillDetailOutput
SetBillingFunction sets the BillingFunction field's value.
func (*ListForListBillDetailOutput) SetBillingMethodCode ¶ added in v1.0.119
func (s *ListForListBillDetailOutput) SetBillingMethodCode(v string) *ListForListBillDetailOutput
SetBillingMethodCode sets the BillingMethodCode field's value.
func (*ListForListBillDetailOutput) SetBillingMode ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetBillingMode(v string) *ListForListBillDetailOutput
SetBillingMode sets the BillingMode field's value.
func (*ListForListBillDetailOutput) SetBusiPeriod ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetBusiPeriod(v string) *ListForListBillDetailOutput
SetBusiPeriod sets the BusiPeriod field's value.
func (*ListForListBillDetailOutput) SetBusinessMode ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetBusinessMode(v string) *ListForListBillDetailOutput
SetBusinessMode sets the BusinessMode field's value.
func (*ListForListBillDetailOutput) SetConfigName ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetConfigName(v string) *ListForListBillDetailOutput
SetConfigName sets the ConfigName field's value.
func (*ListForListBillDetailOutput) SetConfigurationCode ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetConfigurationCode(v string) *ListForListBillDetailOutput
SetConfigurationCode sets the ConfigurationCode field's value.
func (*ListForListBillDetailOutput) SetCount ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetCount(v string) *ListForListBillDetailOutput
SetCount sets the Count field's value.
func (*ListForListBillDetailOutput) SetCountryRegion ¶ added in v1.1.16
func (s *ListForListBillDetailOutput) SetCountryRegion(v string) *ListForListBillDetailOutput
SetCountryRegion sets the CountryRegion field's value.
func (*ListForListBillDetailOutput) SetCouponAmount ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetCouponAmount(v string) *ListForListBillDetailOutput
SetCouponAmount sets the CouponAmount field's value.
func (*ListForListBillDetailOutput) SetCreditCarriedAmount ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetCreditCarriedAmount(v string) *ListForListBillDetailOutput
SetCreditCarriedAmount sets the CreditCarriedAmount field's value.
func (*ListForListBillDetailOutput) SetCurrency ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetCurrency(v string) *ListForListBillDetailOutput
SetCurrency sets the Currency field's value.
func (*ListForListBillDetailOutput) SetCurrencySettlement ¶ added in v1.1.24
func (s *ListForListBillDetailOutput) SetCurrencySettlement(v string) *ListForListBillDetailOutput
SetCurrencySettlement sets the CurrencySettlement field's value.
func (*ListForListBillDetailOutput) SetDeductionCount ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetDeductionCount(v string) *ListForListBillDetailOutput
SetDeductionCount sets the DeductionCount field's value.
func (*ListForListBillDetailOutput) SetDeductionUseDuration ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetDeductionUseDuration(v string) *ListForListBillDetailOutput
SetDeductionUseDuration sets the DeductionUseDuration field's value.
func (*ListForListBillDetailOutput) SetDiscountBillAmount ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetDiscountBillAmount(v string) *ListForListBillDetailOutput
SetDiscountBillAmount sets the DiscountBillAmount field's value.
func (*ListForListBillDetailOutput) SetDiscountBizBillingFunction ¶ added in v1.0.119
func (s *ListForListBillDetailOutput) SetDiscountBizBillingFunction(v string) *ListForListBillDetailOutput
SetDiscountBizBillingFunction sets the DiscountBizBillingFunction field's value.
func (*ListForListBillDetailOutput) SetDiscountBizMeasureInterval ¶ added in v1.0.119
func (s *ListForListBillDetailOutput) SetDiscountBizMeasureInterval(v string) *ListForListBillDetailOutput
SetDiscountBizMeasureInterval sets the DiscountBizMeasureInterval field's value.
func (*ListForListBillDetailOutput) SetDiscountBizUnitPrice ¶ added in v1.0.119
func (s *ListForListBillDetailOutput) SetDiscountBizUnitPrice(v string) *ListForListBillDetailOutput
SetDiscountBizUnitPrice sets the DiscountBizUnitPrice field's value.
func (*ListForListBillDetailOutput) SetDiscountBizUnitPriceInterval ¶ added in v1.0.119
func (s *ListForListBillDetailOutput) SetDiscountBizUnitPriceInterval(v string) *ListForListBillDetailOutput
SetDiscountBizUnitPriceInterval sets the DiscountBizUnitPriceInterval field's value.
func (*ListForListBillDetailOutput) SetDiscountInfo ¶ added in v1.1.24
func (s *ListForListBillDetailOutput) SetDiscountInfo(v string) *ListForListBillDetailOutput
SetDiscountInfo sets the DiscountInfo field's value.
func (*ListForListBillDetailOutput) SetEffectiveFactor ¶ added in v1.0.119
func (s *ListForListBillDetailOutput) SetEffectiveFactor(v string) *ListForListBillDetailOutput
SetEffectiveFactor sets the EffectiveFactor field's value.
func (*ListForListBillDetailOutput) SetElement ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetElement(v string) *ListForListBillDetailOutput
SetElement sets the Element field's value.
func (*ListForListBillDetailOutput) SetElementCode ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetElementCode(v string) *ListForListBillDetailOutput
SetElementCode sets the ElementCode field's value.
func (*ListForListBillDetailOutput) SetExchangeRate ¶ added in v1.1.24
func (s *ListForListBillDetailOutput) SetExchangeRate(v string) *ListForListBillDetailOutput
SetExchangeRate sets the ExchangeRate field's value.
func (*ListForListBillDetailOutput) SetExpandField ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetExpandField(v string) *ListForListBillDetailOutput
SetExpandField sets the ExpandField field's value.
func (*ListForListBillDetailOutput) SetExpenseBeginTime ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetExpenseBeginTime(v string) *ListForListBillDetailOutput
SetExpenseBeginTime sets the ExpenseBeginTime field's value.
func (*ListForListBillDetailOutput) SetExpenseDate ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetExpenseDate(v string) *ListForListBillDetailOutput
SetExpenseDate sets the ExpenseDate field's value.
func (*ListForListBillDetailOutput) SetExpenseEndTime ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetExpenseEndTime(v string) *ListForListBillDetailOutput
SetExpenseEndTime sets the ExpenseEndTime field's value.
func (*ListForListBillDetailOutput) SetFactor ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetFactor(v string) *ListForListBillDetailOutput
SetFactor sets the Factor field's value.
func (*ListForListBillDetailOutput) SetFactorCode ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetFactorCode(v string) *ListForListBillDetailOutput
SetFactorCode sets the FactorCode field's value.
func (*ListForListBillDetailOutput) SetFormula ¶ added in v1.0.165
func (s *ListForListBillDetailOutput) SetFormula(v string) *ListForListBillDetailOutput
SetFormula sets the Formula field's value.
func (*ListForListBillDetailOutput) SetInstanceName ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetInstanceName(v string) *ListForListBillDetailOutput
SetInstanceName sets the InstanceName field's value.
func (*ListForListBillDetailOutput) SetInstanceNo ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetInstanceNo(v string) *ListForListBillDetailOutput
SetInstanceNo sets the InstanceNo field's value.
func (*ListForListBillDetailOutput) SetMainContractNumber ¶ added in v1.1.26
func (s *ListForListBillDetailOutput) SetMainContractNumber(v string) *ListForListBillDetailOutput
SetMainContractNumber sets the MainContractNumber field's value.
func (*ListForListBillDetailOutput) SetMarketPrice ¶ added in v1.0.119
func (s *ListForListBillDetailOutput) SetMarketPrice(v string) *ListForListBillDetailOutput
SetMarketPrice sets the MarketPrice field's value.
func (*ListForListBillDetailOutput) SetMeasureInterval ¶ added in v1.0.119
func (s *ListForListBillDetailOutput) SetMeasureInterval(v string) *ListForListBillDetailOutput
SetMeasureInterval sets the MeasureInterval field's value.
func (*ListForListBillDetailOutput) SetOriginalBillAmount ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetOriginalBillAmount(v string) *ListForListBillDetailOutput
SetOriginalBillAmount sets the OriginalBillAmount field's value.
func (*ListForListBillDetailOutput) SetOriginalOrderNo ¶ added in v1.1.26
func (s *ListForListBillDetailOutput) SetOriginalOrderNo(v string) *ListForListBillDetailOutput
SetOriginalOrderNo sets the OriginalOrderNo field's value.
func (*ListForListBillDetailOutput) SetOwnerCustomerName ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetOwnerCustomerName(v string) *ListForListBillDetailOutput
SetOwnerCustomerName sets the OwnerCustomerName field's value.
func (*ListForListBillDetailOutput) SetOwnerID ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetOwnerID(v string) *ListForListBillDetailOutput
SetOwnerID sets the OwnerID field's value.
func (*ListForListBillDetailOutput) SetOwnerUserName ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetOwnerUserName(v string) *ListForListBillDetailOutput
SetOwnerUserName sets the OwnerUserName field's value.
func (*ListForListBillDetailOutput) SetPaidAmount ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetPaidAmount(v string) *ListForListBillDetailOutput
SetPaidAmount sets the PaidAmount field's value.
func (*ListForListBillDetailOutput) SetPayableAmount ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetPayableAmount(v string) *ListForListBillDetailOutput
SetPayableAmount sets the PayableAmount field's value.
func (*ListForListBillDetailOutput) SetPayerCustomerName ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetPayerCustomerName(v string) *ListForListBillDetailOutput
SetPayerCustomerName sets the PayerCustomerName field's value.
func (*ListForListBillDetailOutput) SetPayerID ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetPayerID(v string) *ListForListBillDetailOutput
SetPayerID sets the PayerID field's value.
func (*ListForListBillDetailOutput) SetPayerUserName ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetPayerUserName(v string) *ListForListBillDetailOutput
SetPayerUserName sets the PayerUserName field's value.
func (*ListForListBillDetailOutput) SetPosttaxAmount ¶ added in v1.1.16
func (s *ListForListBillDetailOutput) SetPosttaxAmount(v string) *ListForListBillDetailOutput
SetPosttaxAmount sets the PosttaxAmount field's value.
func (*ListForListBillDetailOutput) SetPreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListBillDetailOutput) SetPreTaxPayableAmount(v string) *ListForListBillDetailOutput
SetPreTaxPayableAmount sets the PreTaxPayableAmount field's value.
func (*ListForListBillDetailOutput) SetPreferentialBillAmount ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetPreferentialBillAmount(v string) *ListForListBillDetailOutput
SetPreferentialBillAmount sets the PreferentialBillAmount field's value.
func (*ListForListBillDetailOutput) SetPretaxAmount ¶ added in v1.1.16
func (s *ListForListBillDetailOutput) SetPretaxAmount(v string) *ListForListBillDetailOutput
SetPretaxAmount sets the PretaxAmount field's value.
func (*ListForListBillDetailOutput) SetPretaxRealValue ¶ added in v1.1.16
func (s *ListForListBillDetailOutput) SetPretaxRealValue(v string) *ListForListBillDetailOutput
SetPretaxRealValue sets the PretaxRealValue field's value.
func (*ListForListBillDetailOutput) SetPrice ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetPrice(v string) *ListForListBillDetailOutput
SetPrice sets the Price field's value.
func (*ListForListBillDetailOutput) SetPriceInterval ¶ added in v1.0.119
func (s *ListForListBillDetailOutput) SetPriceInterval(v string) *ListForListBillDetailOutput
SetPriceInterval sets the PriceInterval field's value.
func (*ListForListBillDetailOutput) SetPriceUnit ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetPriceUnit(v string) *ListForListBillDetailOutput
SetPriceUnit sets the PriceUnit field's value.
func (*ListForListBillDetailOutput) SetProduct ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetProduct(v string) *ListForListBillDetailOutput
SetProduct sets the Product field's value.
func (*ListForListBillDetailOutput) SetProductZh ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetProductZh(v string) *ListForListBillDetailOutput
SetProductZh sets the ProductZh field's value.
func (*ListForListBillDetailOutput) SetProject ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetProject(v string) *ListForListBillDetailOutput
SetProject sets the Project field's value.
func (*ListForListBillDetailOutput) SetProjectDisplayName ¶ added in v1.0.130
func (s *ListForListBillDetailOutput) SetProjectDisplayName(v string) *ListForListBillDetailOutput
SetProjectDisplayName sets the ProjectDisplayName field's value.
func (*ListForListBillDetailOutput) SetRealValue ¶ added in v1.1.16
func (s *ListForListBillDetailOutput) SetRealValue(v string) *ListForListBillDetailOutput
SetRealValue sets the RealValue field's value.
func (*ListForListBillDetailOutput) SetRegion ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetRegion(v string) *ListForListBillDetailOutput
SetRegion sets the Region field's value.
func (*ListForListBillDetailOutput) SetRegionCode ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetRegionCode(v string) *ListForListBillDetailOutput
SetRegionCode sets the RegionCode field's value.
func (*ListForListBillDetailOutput) SetReservationInstance ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetReservationInstance(v string) *ListForListBillDetailOutput
SetReservationInstance sets the ReservationInstance field's value.
func (*ListForListBillDetailOutput) SetRoundAmount ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetRoundAmount(v float64) *ListForListBillDetailOutput
SetRoundAmount sets the RoundAmount field's value.
func (*ListForListBillDetailOutput) SetSavingPlanDeductionDiscountAmount ¶ added in v1.1.24
func (s *ListForListBillDetailOutput) SetSavingPlanDeductionDiscountAmount(v string) *ListForListBillDetailOutput
SetSavingPlanDeductionDiscountAmount sets the SavingPlanDeductionDiscountAmount field's value.
func (*ListForListBillDetailOutput) SetSavingPlanDeductionSpID ¶ added in v1.1.24
func (s *ListForListBillDetailOutput) SetSavingPlanDeductionSpID(v string) *ListForListBillDetailOutput
SetSavingPlanDeductionSpID sets the SavingPlanDeductionSpID field's value.
func (*ListForListBillDetailOutput) SetSavingPlanOriginalAmount ¶ added in v1.1.24
func (s *ListForListBillDetailOutput) SetSavingPlanOriginalAmount(v string) *ListForListBillDetailOutput
SetSavingPlanOriginalAmount sets the SavingPlanOriginalAmount field's value.
func (*ListForListBillDetailOutput) SetSellerCustomerName ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetSellerCustomerName(v string) *ListForListBillDetailOutput
SetSellerCustomerName sets the SellerCustomerName field's value.
func (*ListForListBillDetailOutput) SetSellerID ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetSellerID(v string) *ListForListBillDetailOutput
SetSellerID sets the SellerID field's value.
func (*ListForListBillDetailOutput) SetSellerUserName ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetSellerUserName(v string) *ListForListBillDetailOutput
SetSellerUserName sets the SellerUserName field's value.
func (*ListForListBillDetailOutput) SetSellingMode ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetSellingMode(v string) *ListForListBillDetailOutput
SetSellingMode sets the SellingMode field's value.
func (*ListForListBillDetailOutput) SetSettlePayableAmount ¶ added in v1.1.24
func (s *ListForListBillDetailOutput) SetSettlePayableAmount(v string) *ListForListBillDetailOutput
SetSettlePayableAmount sets the SettlePayableAmount field's value.
func (*ListForListBillDetailOutput) SetSettlePosttaxAmount ¶ added in v1.1.16
func (s *ListForListBillDetailOutput) SetSettlePosttaxAmount(v string) *ListForListBillDetailOutput
SetSettlePosttaxAmount sets the SettlePosttaxAmount field's value.
func (*ListForListBillDetailOutput) SetSettlePreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListBillDetailOutput) SetSettlePreTaxPayableAmount(v string) *ListForListBillDetailOutput
SetSettlePreTaxPayableAmount sets the SettlePreTaxPayableAmount field's value.
func (*ListForListBillDetailOutput) SetSettlePretaxAmount ¶ added in v1.1.16
func (s *ListForListBillDetailOutput) SetSettlePretaxAmount(v string) *ListForListBillDetailOutput
SetSettlePretaxAmount sets the SettlePretaxAmount field's value.
func (*ListForListBillDetailOutput) SetSettlePretaxRealValue ¶ added in v1.1.16
func (s *ListForListBillDetailOutput) SetSettlePretaxRealValue(v string) *ListForListBillDetailOutput
SetSettlePretaxRealValue sets the SettlePretaxRealValue field's value.
func (*ListForListBillDetailOutput) SetSettleRealValue ¶ added in v1.1.16
func (s *ListForListBillDetailOutput) SetSettleRealValue(v string) *ListForListBillDetailOutput
SetSettleRealValue sets the SettleRealValue field's value.
func (*ListForListBillDetailOutput) SetSettleTax ¶ added in v1.1.16
func (s *ListForListBillDetailOutput) SetSettleTax(v string) *ListForListBillDetailOutput
SetSettleTax sets the SettleTax field's value.
func (*ListForListBillDetailOutput) SetSettlementType ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetSettlementType(v string) *ListForListBillDetailOutput
SetSettlementType sets the SettlementType field's value.
func (*ListForListBillDetailOutput) SetSolutionZh ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetSolutionZh(v string) *ListForListBillDetailOutput
SetSolutionZh sets the SolutionZh field's value.
func (*ListForListBillDetailOutput) SetSubjectName ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetSubjectName(v string) *ListForListBillDetailOutput
SetSubjectName sets the SubjectName field's value.
func (*ListForListBillDetailOutput) SetTag ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetTag(v string) *ListForListBillDetailOutput
SetTag sets the Tag field's value.
func (*ListForListBillDetailOutput) SetTax ¶ added in v1.1.16
func (s *ListForListBillDetailOutput) SetTax(v string) *ListForListBillDetailOutput
SetTax sets the Tax field's value.
func (*ListForListBillDetailOutput) SetTaxRate ¶ added in v1.1.16
func (s *ListForListBillDetailOutput) SetTaxRate(v string) *ListForListBillDetailOutput
SetTaxRate sets the TaxRate field's value.
func (*ListForListBillDetailOutput) SetTradeTime ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetTradeTime(v string) *ListForListBillDetailOutput
SetTradeTime sets the TradeTime field's value.
func (*ListForListBillDetailOutput) SetUnit ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetUnit(v string) *ListForListBillDetailOutput
SetUnit sets the Unit field's value.
func (*ListForListBillDetailOutput) SetUnpaidAmount ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetUnpaidAmount(v string) *ListForListBillDetailOutput
SetUnpaidAmount sets the UnpaidAmount field's value.
func (*ListForListBillDetailOutput) SetUseDuration ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetUseDuration(v string) *ListForListBillDetailOutput
SetUseDuration sets the UseDuration field's value.
func (*ListForListBillDetailOutput) SetUseDurationUnit ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetUseDurationUnit(v string) *ListForListBillDetailOutput
SetUseDurationUnit sets the UseDurationUnit field's value.
func (*ListForListBillDetailOutput) SetZone ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetZone(v string) *ListForListBillDetailOutput
SetZone sets the Zone field's value.
func (*ListForListBillDetailOutput) SetZoneCode ¶ added in v1.0.116
func (s *ListForListBillDetailOutput) SetZoneCode(v string) *ListForListBillDetailOutput
SetZoneCode sets the ZoneCode field's value.
func (ListForListBillDetailOutput) String ¶ added in v1.0.116
func (s ListForListBillDetailOutput) String() string
String returns the string representation
type ListForListBillOutput ¶ added in v1.0.116
type ListForListBillOutput struct {
BillCategoryParent *string `type:"string" json:",omitempty"`
BillDetailNum *string `type:"string" json:",omitempty"`
BillID *string `type:"string" json:",omitempty"`
BillPeriod *string `type:"string" json:",omitempty"`
BillingMode *string `type:"string" json:",omitempty"`
BusiPeriod *string `type:"string" json:",omitempty"`
BusinessMode *string `type:"string" json:",omitempty"`
CountryRegion *string `type:"string" json:",omitempty"`
CouponAmount *string `type:"string" json:",omitempty"`
CreditCarriedAmount *string `type:"string" json:",omitempty"`
Currency *string `type:"string" json:",omitempty"`
CurrencySettlement *string `type:"string" json:",omitempty"`
DiscountBillAmount *string `type:"string" json:",omitempty"`
ExchangeRate *string `type:"string" json:",omitempty"`
ExpenseBeginTime *string `type:"string" json:",omitempty"`
ExpenseEndTime *string `type:"string" json:",omitempty"`
OriginalBillAmount *string `type:"string" json:",omitempty"`
OwnerCustomerName *string `type:"string" json:",omitempty"`
OwnerID *string `type:"string" json:",omitempty"`
OwnerUserName *string `type:"string" json:",omitempty"`
PaidAmount *string `type:"string" json:",omitempty"`
PayStatus *string `type:"string" json:",omitempty"`
PayableAmount *string `type:"string" json:",omitempty"`
PayerCustomerName *string `type:"string" json:",omitempty"`
PayerID *string `type:"string" json:",omitempty"`
PayerUserName *string `type:"string" json:",omitempty"`
PosttaxAmount *string `type:"string" json:",omitempty"`
PreTaxPayableAmount *string `type:"string" json:",omitempty"`
PreferentialBillAmount *string `type:"string" json:",omitempty"`
PretaxAmount *string `type:"string" json:",omitempty"`
PretaxRealValue *string `type:"string" json:",omitempty"`
Product *string `type:"string" json:",omitempty"`
ProductZh *string `type:"string" json:",omitempty"`
RealValue *string `type:"string" json:",omitempty"`
RoundBillAmount *string `type:"string" json:",omitempty"`
SavingPlanOriginalAmount *string `type:"string" json:",omitempty"`
SellerCustomerName *string `type:"string" json:",omitempty"`
SellerID *string `type:"string" json:",omitempty"`
SellerUserName *string `type:"string" json:",omitempty"`
SettlePayableAmount *string `type:"string" json:",omitempty"`
SettlePosttaxAmount *string `type:"string" json:",omitempty"`
SettlePreTaxPayableAmount *string `type:"string" json:",omitempty"`
SettlePretaxAmount *string `type:"string" json:",omitempty"`
SettlePretaxRealValue *string `type:"string" json:",omitempty"`
SettleRealValue *string `type:"string" json:",omitempty"`
SettleTax *string `type:"string" json:",omitempty"`
SettlementType *string `type:"string" json:",omitempty"`
SubjectName *string `type:"string" json:",omitempty"`
Tax *string `type:"string" json:",omitempty"`
TaxRate *string `type:"string" json:",omitempty"`
TradeTime *string `type:"string" json:",omitempty"`
UnpaidAmount *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListForListBillOutput) GoString ¶ added in v1.0.116
func (s ListForListBillOutput) GoString() string
GoString returns the string representation
func (*ListForListBillOutput) SetBillCategoryParent ¶ added in v1.0.116
func (s *ListForListBillOutput) SetBillCategoryParent(v string) *ListForListBillOutput
SetBillCategoryParent sets the BillCategoryParent field's value.
func (*ListForListBillOutput) SetBillDetailNum ¶ added in v1.0.120
func (s *ListForListBillOutput) SetBillDetailNum(v string) *ListForListBillOutput
SetBillDetailNum sets the BillDetailNum field's value.
func (*ListForListBillOutput) SetBillID ¶ added in v1.0.116
func (s *ListForListBillOutput) SetBillID(v string) *ListForListBillOutput
SetBillID sets the BillID field's value.
func (*ListForListBillOutput) SetBillPeriod ¶ added in v1.0.116
func (s *ListForListBillOutput) SetBillPeriod(v string) *ListForListBillOutput
SetBillPeriod sets the BillPeriod field's value.
func (*ListForListBillOutput) SetBillingMode ¶ added in v1.0.116
func (s *ListForListBillOutput) SetBillingMode(v string) *ListForListBillOutput
SetBillingMode sets the BillingMode field's value.
func (*ListForListBillOutput) SetBusiPeriod ¶ added in v1.0.116
func (s *ListForListBillOutput) SetBusiPeriod(v string) *ListForListBillOutput
SetBusiPeriod sets the BusiPeriod field's value.
func (*ListForListBillOutput) SetBusinessMode ¶ added in v1.0.116
func (s *ListForListBillOutput) SetBusinessMode(v string) *ListForListBillOutput
SetBusinessMode sets the BusinessMode field's value.
func (*ListForListBillOutput) SetCountryRegion ¶ added in v1.1.24
func (s *ListForListBillOutput) SetCountryRegion(v string) *ListForListBillOutput
SetCountryRegion sets the CountryRegion field's value.
func (*ListForListBillOutput) SetCouponAmount ¶ added in v1.0.116
func (s *ListForListBillOutput) SetCouponAmount(v string) *ListForListBillOutput
SetCouponAmount sets the CouponAmount field's value.
func (*ListForListBillOutput) SetCreditCarriedAmount ¶ added in v1.0.116
func (s *ListForListBillOutput) SetCreditCarriedAmount(v string) *ListForListBillOutput
SetCreditCarriedAmount sets the CreditCarriedAmount field's value.
func (*ListForListBillOutput) SetCurrency ¶ added in v1.0.116
func (s *ListForListBillOutput) SetCurrency(v string) *ListForListBillOutput
SetCurrency sets the Currency field's value.
func (*ListForListBillOutput) SetCurrencySettlement ¶ added in v1.1.24
func (s *ListForListBillOutput) SetCurrencySettlement(v string) *ListForListBillOutput
SetCurrencySettlement sets the CurrencySettlement field's value.
func (*ListForListBillOutput) SetDiscountBillAmount ¶ added in v1.0.116
func (s *ListForListBillOutput) SetDiscountBillAmount(v string) *ListForListBillOutput
SetDiscountBillAmount sets the DiscountBillAmount field's value.
func (*ListForListBillOutput) SetExchangeRate ¶ added in v1.1.24
func (s *ListForListBillOutput) SetExchangeRate(v string) *ListForListBillOutput
SetExchangeRate sets the ExchangeRate field's value.
func (*ListForListBillOutput) SetExpenseBeginTime ¶ added in v1.0.116
func (s *ListForListBillOutput) SetExpenseBeginTime(v string) *ListForListBillOutput
SetExpenseBeginTime sets the ExpenseBeginTime field's value.
func (*ListForListBillOutput) SetExpenseEndTime ¶ added in v1.0.116
func (s *ListForListBillOutput) SetExpenseEndTime(v string) *ListForListBillOutput
SetExpenseEndTime sets the ExpenseEndTime field's value.
func (*ListForListBillOutput) SetOriginalBillAmount ¶ added in v1.0.116
func (s *ListForListBillOutput) SetOriginalBillAmount(v string) *ListForListBillOutput
SetOriginalBillAmount sets the OriginalBillAmount field's value.
func (*ListForListBillOutput) SetOwnerCustomerName ¶ added in v1.0.116
func (s *ListForListBillOutput) SetOwnerCustomerName(v string) *ListForListBillOutput
SetOwnerCustomerName sets the OwnerCustomerName field's value.
func (*ListForListBillOutput) SetOwnerID ¶ added in v1.0.116
func (s *ListForListBillOutput) SetOwnerID(v string) *ListForListBillOutput
SetOwnerID sets the OwnerID field's value.
func (*ListForListBillOutput) SetOwnerUserName ¶ added in v1.0.116
func (s *ListForListBillOutput) SetOwnerUserName(v string) *ListForListBillOutput
SetOwnerUserName sets the OwnerUserName field's value.
func (*ListForListBillOutput) SetPaidAmount ¶ added in v1.0.116
func (s *ListForListBillOutput) SetPaidAmount(v string) *ListForListBillOutput
SetPaidAmount sets the PaidAmount field's value.
func (*ListForListBillOutput) SetPayStatus ¶ added in v1.0.116
func (s *ListForListBillOutput) SetPayStatus(v string) *ListForListBillOutput
SetPayStatus sets the PayStatus field's value.
func (*ListForListBillOutput) SetPayableAmount ¶ added in v1.0.116
func (s *ListForListBillOutput) SetPayableAmount(v string) *ListForListBillOutput
SetPayableAmount sets the PayableAmount field's value.
func (*ListForListBillOutput) SetPayerCustomerName ¶ added in v1.0.116
func (s *ListForListBillOutput) SetPayerCustomerName(v string) *ListForListBillOutput
SetPayerCustomerName sets the PayerCustomerName field's value.
func (*ListForListBillOutput) SetPayerID ¶ added in v1.0.116
func (s *ListForListBillOutput) SetPayerID(v string) *ListForListBillOutput
SetPayerID sets the PayerID field's value.
func (*ListForListBillOutput) SetPayerUserName ¶ added in v1.0.116
func (s *ListForListBillOutput) SetPayerUserName(v string) *ListForListBillOutput
SetPayerUserName sets the PayerUserName field's value.
func (*ListForListBillOutput) SetPosttaxAmount ¶ added in v1.1.24
func (s *ListForListBillOutput) SetPosttaxAmount(v string) *ListForListBillOutput
SetPosttaxAmount sets the PosttaxAmount field's value.
func (*ListForListBillOutput) SetPreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListBillOutput) SetPreTaxPayableAmount(v string) *ListForListBillOutput
SetPreTaxPayableAmount sets the PreTaxPayableAmount field's value.
func (*ListForListBillOutput) SetPreferentialBillAmount ¶ added in v1.0.116
func (s *ListForListBillOutput) SetPreferentialBillAmount(v string) *ListForListBillOutput
SetPreferentialBillAmount sets the PreferentialBillAmount field's value.
func (*ListForListBillOutput) SetPretaxAmount ¶ added in v1.1.24
func (s *ListForListBillOutput) SetPretaxAmount(v string) *ListForListBillOutput
SetPretaxAmount sets the PretaxAmount field's value.
func (*ListForListBillOutput) SetPretaxRealValue ¶ added in v1.1.24
func (s *ListForListBillOutput) SetPretaxRealValue(v string) *ListForListBillOutput
SetPretaxRealValue sets the PretaxRealValue field's value.
func (*ListForListBillOutput) SetProduct ¶ added in v1.0.116
func (s *ListForListBillOutput) SetProduct(v string) *ListForListBillOutput
SetProduct sets the Product field's value.
func (*ListForListBillOutput) SetProductZh ¶ added in v1.0.116
func (s *ListForListBillOutput) SetProductZh(v string) *ListForListBillOutput
SetProductZh sets the ProductZh field's value.
func (*ListForListBillOutput) SetRealValue ¶ added in v1.1.24
func (s *ListForListBillOutput) SetRealValue(v string) *ListForListBillOutput
SetRealValue sets the RealValue field's value.
func (*ListForListBillOutput) SetRoundBillAmount ¶ added in v1.0.116
func (s *ListForListBillOutput) SetRoundBillAmount(v string) *ListForListBillOutput
SetRoundBillAmount sets the RoundBillAmount field's value.
func (*ListForListBillOutput) SetSavingPlanOriginalAmount ¶ added in v1.1.24
func (s *ListForListBillOutput) SetSavingPlanOriginalAmount(v string) *ListForListBillOutput
SetSavingPlanOriginalAmount sets the SavingPlanOriginalAmount field's value.
func (*ListForListBillOutput) SetSellerCustomerName ¶ added in v1.0.116
func (s *ListForListBillOutput) SetSellerCustomerName(v string) *ListForListBillOutput
SetSellerCustomerName sets the SellerCustomerName field's value.
func (*ListForListBillOutput) SetSellerID ¶ added in v1.0.116
func (s *ListForListBillOutput) SetSellerID(v string) *ListForListBillOutput
SetSellerID sets the SellerID field's value.
func (*ListForListBillOutput) SetSellerUserName ¶ added in v1.0.116
func (s *ListForListBillOutput) SetSellerUserName(v string) *ListForListBillOutput
SetSellerUserName sets the SellerUserName field's value.
func (*ListForListBillOutput) SetSettlePayableAmount ¶ added in v1.1.24
func (s *ListForListBillOutput) SetSettlePayableAmount(v string) *ListForListBillOutput
SetSettlePayableAmount sets the SettlePayableAmount field's value.
func (*ListForListBillOutput) SetSettlePosttaxAmount ¶ added in v1.1.24
func (s *ListForListBillOutput) SetSettlePosttaxAmount(v string) *ListForListBillOutput
SetSettlePosttaxAmount sets the SettlePosttaxAmount field's value.
func (*ListForListBillOutput) SetSettlePreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListBillOutput) SetSettlePreTaxPayableAmount(v string) *ListForListBillOutput
SetSettlePreTaxPayableAmount sets the SettlePreTaxPayableAmount field's value.
func (*ListForListBillOutput) SetSettlePretaxAmount ¶ added in v1.1.24
func (s *ListForListBillOutput) SetSettlePretaxAmount(v string) *ListForListBillOutput
SetSettlePretaxAmount sets the SettlePretaxAmount field's value.
func (*ListForListBillOutput) SetSettlePretaxRealValue ¶ added in v1.1.24
func (s *ListForListBillOutput) SetSettlePretaxRealValue(v string) *ListForListBillOutput
SetSettlePretaxRealValue sets the SettlePretaxRealValue field's value.
func (*ListForListBillOutput) SetSettleRealValue ¶ added in v1.1.24
func (s *ListForListBillOutput) SetSettleRealValue(v string) *ListForListBillOutput
SetSettleRealValue sets the SettleRealValue field's value.
func (*ListForListBillOutput) SetSettleTax ¶ added in v1.1.24
func (s *ListForListBillOutput) SetSettleTax(v string) *ListForListBillOutput
SetSettleTax sets the SettleTax field's value.
func (*ListForListBillOutput) SetSettlementType ¶ added in v1.0.116
func (s *ListForListBillOutput) SetSettlementType(v string) *ListForListBillOutput
SetSettlementType sets the SettlementType field's value.
func (*ListForListBillOutput) SetSubjectName ¶ added in v1.0.116
func (s *ListForListBillOutput) SetSubjectName(v string) *ListForListBillOutput
SetSubjectName sets the SubjectName field's value.
func (*ListForListBillOutput) SetTax ¶ added in v1.1.24
func (s *ListForListBillOutput) SetTax(v string) *ListForListBillOutput
SetTax sets the Tax field's value.
func (*ListForListBillOutput) SetTaxRate ¶ added in v1.1.24
func (s *ListForListBillOutput) SetTaxRate(v string) *ListForListBillOutput
SetTaxRate sets the TaxRate field's value.
func (*ListForListBillOutput) SetTradeTime ¶ added in v1.0.116
func (s *ListForListBillOutput) SetTradeTime(v string) *ListForListBillOutput
SetTradeTime sets the TradeTime field's value.
func (*ListForListBillOutput) SetUnpaidAmount ¶ added in v1.0.116
func (s *ListForListBillOutput) SetUnpaidAmount(v string) *ListForListBillOutput
SetUnpaidAmount sets the UnpaidAmount field's value.
func (ListForListBillOutput) String ¶ added in v1.0.116
func (s ListForListBillOutput) String() string
String returns the string representation
type ListForListBillOverviewByCategoryOutput ¶ added in v1.0.116
type ListForListBillOverviewByCategoryOutput struct {
BillCategoryParent *string `type:"string" json:",omitempty"`
BillPeriod *string `type:"string" json:",omitempty"`
BusinessMode *string `type:"string" json:",omitempty"`
CountryArea *string `type:"string" json:",omitempty"`
CountryRegion *string `type:"string" json:",omitempty"`
CouponAmount *string `type:"string" json:",omitempty"`
CreditCarriedAmount *string `type:"string" json:",omitempty"`
Currency *string `type:"string" json:",omitempty"`
CurrencySettlement *string `type:"string" json:",omitempty"`
DiscountBillAmount *string `type:"string" json:",omitempty"`
OriginalBillAmount *string `type:"string" json:",omitempty"`
OwnerCustomerName *string `type:"string" json:",omitempty"`
OwnerID *string `type:"string" json:",omitempty"`
OwnerUserName *string `type:"string" json:",omitempty"`
PaidAmount *string `type:"string" json:",omitempty"`
PayableAmount *string `type:"string" json:",omitempty"`
PayerCustomerName *string `type:"string" json:",omitempty"`
PayerID *string `type:"string" json:",omitempty"`
PayerUserName *string `type:"string" json:",omitempty"`
PosttaxAmount *string `type:"string" json:",omitempty"`
PreTaxPayableAmount *string `type:"string" json:",omitempty"`
PretaxAmount *string `type:"string" json:",omitempty"`
PretaxRealValue *string `type:"string" json:",omitempty"`
RealValue *string `type:"string" json:",omitempty"`
SavingPlanOriginalAmount *string `type:"string" json:",omitempty"`
SellerCustomerName *string `type:"string" json:",omitempty"`
SellerID *string `type:"string" json:",omitempty"`
SellerUserName *string `type:"string" json:",omitempty"`
SettlePayableAmount *string `type:"string" json:",omitempty"`
SettlePosttaxAmount *string `type:"string" json:",omitempty"`
SettlePreTaxPayableAmount *string `type:"string" json:",omitempty"`
SettlePretaxAmount *string `type:"string" json:",omitempty"`
SettlePretaxRealValue *string `type:"string" json:",omitempty"`
SettleRealValue *string `type:"string" json:",omitempty"`
SettleTax *string `type:"string" json:",omitempty"`
SettlementType *string `type:"string" json:",omitempty"`
SubjectName *string `type:"string" json:",omitempty"`
SubjectNo *string `type:"string" json:",omitempty"`
Tax *string `type:"string" json:",omitempty"`
UnpaidAmount *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListForListBillOverviewByCategoryOutput) GoString ¶ added in v1.0.116
func (s ListForListBillOverviewByCategoryOutput) GoString() string
GoString returns the string representation
func (*ListForListBillOverviewByCategoryOutput) SetBillCategoryParent ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetBillCategoryParent(v string) *ListForListBillOverviewByCategoryOutput
SetBillCategoryParent sets the BillCategoryParent field's value.
func (*ListForListBillOverviewByCategoryOutput) SetBillPeriod ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetBillPeriod(v string) *ListForListBillOverviewByCategoryOutput
SetBillPeriod sets the BillPeriod field's value.
func (*ListForListBillOverviewByCategoryOutput) SetBusinessMode ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetBusinessMode(v string) *ListForListBillOverviewByCategoryOutput
SetBusinessMode sets the BusinessMode field's value.
func (*ListForListBillOverviewByCategoryOutput) SetCountryArea ¶ added in v1.1.16
func (s *ListForListBillOverviewByCategoryOutput) SetCountryArea(v string) *ListForListBillOverviewByCategoryOutput
SetCountryArea sets the CountryArea field's value.
func (*ListForListBillOverviewByCategoryOutput) SetCountryRegion ¶ added in v1.1.16
func (s *ListForListBillOverviewByCategoryOutput) SetCountryRegion(v string) *ListForListBillOverviewByCategoryOutput
SetCountryRegion sets the CountryRegion field's value.
func (*ListForListBillOverviewByCategoryOutput) SetCouponAmount ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetCouponAmount(v string) *ListForListBillOverviewByCategoryOutput
SetCouponAmount sets the CouponAmount field's value.
func (*ListForListBillOverviewByCategoryOutput) SetCreditCarriedAmount ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetCreditCarriedAmount(v string) *ListForListBillOverviewByCategoryOutput
SetCreditCarriedAmount sets the CreditCarriedAmount field's value.
func (*ListForListBillOverviewByCategoryOutput) SetCurrency ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetCurrency(v string) *ListForListBillOverviewByCategoryOutput
SetCurrency sets the Currency field's value.
func (*ListForListBillOverviewByCategoryOutput) SetCurrencySettlement ¶ added in v1.1.24
func (s *ListForListBillOverviewByCategoryOutput) SetCurrencySettlement(v string) *ListForListBillOverviewByCategoryOutput
SetCurrencySettlement sets the CurrencySettlement field's value.
func (*ListForListBillOverviewByCategoryOutput) SetDiscountBillAmount ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetDiscountBillAmount(v string) *ListForListBillOverviewByCategoryOutput
SetDiscountBillAmount sets the DiscountBillAmount field's value.
func (*ListForListBillOverviewByCategoryOutput) SetOriginalBillAmount ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetOriginalBillAmount(v string) *ListForListBillOverviewByCategoryOutput
SetOriginalBillAmount sets the OriginalBillAmount field's value.
func (*ListForListBillOverviewByCategoryOutput) SetOwnerCustomerName ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetOwnerCustomerName(v string) *ListForListBillOverviewByCategoryOutput
SetOwnerCustomerName sets the OwnerCustomerName field's value.
func (*ListForListBillOverviewByCategoryOutput) SetOwnerID ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetOwnerID(v string) *ListForListBillOverviewByCategoryOutput
SetOwnerID sets the OwnerID field's value.
func (*ListForListBillOverviewByCategoryOutput) SetOwnerUserName ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetOwnerUserName(v string) *ListForListBillOverviewByCategoryOutput
SetOwnerUserName sets the OwnerUserName field's value.
func (*ListForListBillOverviewByCategoryOutput) SetPaidAmount ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetPaidAmount(v string) *ListForListBillOverviewByCategoryOutput
SetPaidAmount sets the PaidAmount field's value.
func (*ListForListBillOverviewByCategoryOutput) SetPayableAmount ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetPayableAmount(v string) *ListForListBillOverviewByCategoryOutput
SetPayableAmount sets the PayableAmount field's value.
func (*ListForListBillOverviewByCategoryOutput) SetPayerCustomerName ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetPayerCustomerName(v string) *ListForListBillOverviewByCategoryOutput
SetPayerCustomerName sets the PayerCustomerName field's value.
func (*ListForListBillOverviewByCategoryOutput) SetPayerID ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetPayerID(v string) *ListForListBillOverviewByCategoryOutput
SetPayerID sets the PayerID field's value.
func (*ListForListBillOverviewByCategoryOutput) SetPayerUserName ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetPayerUserName(v string) *ListForListBillOverviewByCategoryOutput
SetPayerUserName sets the PayerUserName field's value.
func (*ListForListBillOverviewByCategoryOutput) SetPosttaxAmount ¶ added in v1.1.16
func (s *ListForListBillOverviewByCategoryOutput) SetPosttaxAmount(v string) *ListForListBillOverviewByCategoryOutput
SetPosttaxAmount sets the PosttaxAmount field's value.
func (*ListForListBillOverviewByCategoryOutput) SetPreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListBillOverviewByCategoryOutput) SetPreTaxPayableAmount(v string) *ListForListBillOverviewByCategoryOutput
SetPreTaxPayableAmount sets the PreTaxPayableAmount field's value.
func (*ListForListBillOverviewByCategoryOutput) SetPretaxAmount ¶ added in v1.1.16
func (s *ListForListBillOverviewByCategoryOutput) SetPretaxAmount(v string) *ListForListBillOverviewByCategoryOutput
SetPretaxAmount sets the PretaxAmount field's value.
func (*ListForListBillOverviewByCategoryOutput) SetPretaxRealValue ¶ added in v1.1.16
func (s *ListForListBillOverviewByCategoryOutput) SetPretaxRealValue(v string) *ListForListBillOverviewByCategoryOutput
SetPretaxRealValue sets the PretaxRealValue field's value.
func (*ListForListBillOverviewByCategoryOutput) SetRealValue ¶ added in v1.1.16
func (s *ListForListBillOverviewByCategoryOutput) SetRealValue(v string) *ListForListBillOverviewByCategoryOutput
SetRealValue sets the RealValue field's value.
func (*ListForListBillOverviewByCategoryOutput) SetSavingPlanOriginalAmount ¶ added in v1.1.24
func (s *ListForListBillOverviewByCategoryOutput) SetSavingPlanOriginalAmount(v string) *ListForListBillOverviewByCategoryOutput
SetSavingPlanOriginalAmount sets the SavingPlanOriginalAmount field's value.
func (*ListForListBillOverviewByCategoryOutput) SetSellerCustomerName ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetSellerCustomerName(v string) *ListForListBillOverviewByCategoryOutput
SetSellerCustomerName sets the SellerCustomerName field's value.
func (*ListForListBillOverviewByCategoryOutput) SetSellerID ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetSellerID(v string) *ListForListBillOverviewByCategoryOutput
SetSellerID sets the SellerID field's value.
func (*ListForListBillOverviewByCategoryOutput) SetSellerUserName ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetSellerUserName(v string) *ListForListBillOverviewByCategoryOutput
SetSellerUserName sets the SellerUserName field's value.
func (*ListForListBillOverviewByCategoryOutput) SetSettlePayableAmount ¶ added in v1.1.24
func (s *ListForListBillOverviewByCategoryOutput) SetSettlePayableAmount(v string) *ListForListBillOverviewByCategoryOutput
SetSettlePayableAmount sets the SettlePayableAmount field's value.
func (*ListForListBillOverviewByCategoryOutput) SetSettlePosttaxAmount ¶ added in v1.1.16
func (s *ListForListBillOverviewByCategoryOutput) SetSettlePosttaxAmount(v string) *ListForListBillOverviewByCategoryOutput
SetSettlePosttaxAmount sets the SettlePosttaxAmount field's value.
func (*ListForListBillOverviewByCategoryOutput) SetSettlePreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListBillOverviewByCategoryOutput) SetSettlePreTaxPayableAmount(v string) *ListForListBillOverviewByCategoryOutput
SetSettlePreTaxPayableAmount sets the SettlePreTaxPayableAmount field's value.
func (*ListForListBillOverviewByCategoryOutput) SetSettlePretaxAmount ¶ added in v1.1.16
func (s *ListForListBillOverviewByCategoryOutput) SetSettlePretaxAmount(v string) *ListForListBillOverviewByCategoryOutput
SetSettlePretaxAmount sets the SettlePretaxAmount field's value.
func (*ListForListBillOverviewByCategoryOutput) SetSettlePretaxRealValue ¶ added in v1.1.16
func (s *ListForListBillOverviewByCategoryOutput) SetSettlePretaxRealValue(v string) *ListForListBillOverviewByCategoryOutput
SetSettlePretaxRealValue sets the SettlePretaxRealValue field's value.
func (*ListForListBillOverviewByCategoryOutput) SetSettleRealValue ¶ added in v1.1.16
func (s *ListForListBillOverviewByCategoryOutput) SetSettleRealValue(v string) *ListForListBillOverviewByCategoryOutput
SetSettleRealValue sets the SettleRealValue field's value.
func (*ListForListBillOverviewByCategoryOutput) SetSettleTax ¶ added in v1.1.16
func (s *ListForListBillOverviewByCategoryOutput) SetSettleTax(v string) *ListForListBillOverviewByCategoryOutput
SetSettleTax sets the SettleTax field's value.
func (*ListForListBillOverviewByCategoryOutput) SetSettlementType ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetSettlementType(v string) *ListForListBillOverviewByCategoryOutput
SetSettlementType sets the SettlementType field's value.
func (*ListForListBillOverviewByCategoryOutput) SetSubjectName ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetSubjectName(v string) *ListForListBillOverviewByCategoryOutput
SetSubjectName sets the SubjectName field's value.
func (*ListForListBillOverviewByCategoryOutput) SetSubjectNo ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetSubjectNo(v string) *ListForListBillOverviewByCategoryOutput
SetSubjectNo sets the SubjectNo field's value.
func (*ListForListBillOverviewByCategoryOutput) SetTax ¶ added in v1.1.16
func (s *ListForListBillOverviewByCategoryOutput) SetTax(v string) *ListForListBillOverviewByCategoryOutput
SetTax sets the Tax field's value.
func (*ListForListBillOverviewByCategoryOutput) SetUnpaidAmount ¶ added in v1.0.116
func (s *ListForListBillOverviewByCategoryOutput) SetUnpaidAmount(v string) *ListForListBillOverviewByCategoryOutput
SetUnpaidAmount sets the UnpaidAmount field's value.
func (ListForListBillOverviewByCategoryOutput) String ¶ added in v1.0.116
func (s ListForListBillOverviewByCategoryOutput) String() string
String returns the string representation
type ListForListBillOverviewByProdOutput ¶ added in v1.0.116
type ListForListBillOverviewByProdOutput struct {
BillCategoryParent *string `type:"string" json:",omitempty"`
BillPeriod *string `type:"string" json:",omitempty"`
BillingMode *string `type:"string" json:",omitempty"`
BusinessMode *string `type:"string" json:",omitempty"`
CountryRegion *string `type:"string" json:",omitempty"`
CouponAmount *string `type:"string" json:",omitempty"`
CreditCarriedAmount *string `type:"string" json:",omitempty"`
Currency *string `type:"string" json:",omitempty"`
CurrencySettlement *string `type:"string" json:",omitempty"`
DiscountBillAmount *string `type:"string" json:",omitempty"`
OriginalBillAmount *string `type:"string" json:",omitempty"`
OwnerCustomerName *string `type:"string" json:",omitempty"`
OwnerID *string `type:"string" json:",omitempty"`
OwnerUserName *string `type:"string" json:",omitempty"`
PaidAmount *string `type:"string" json:",omitempty"`
PayableAmount *string `type:"string" json:",omitempty"`
PayerCustomerName *string `type:"string" json:",omitempty"`
PayerID *string `type:"string" json:",omitempty"`
PayerUserName *string `type:"string" json:",omitempty"`
PosttaxAmount *string `type:"string" json:",omitempty"`
PreTaxPayableAmount *string `type:"string" json:",omitempty"`
PreferentialBillAmount *string `type:"string" json:",omitempty"`
PretaxAmount *string `type:"string" json:",omitempty"`
PretaxRealValue *string `type:"string" json:",omitempty"`
Product *string `type:"string" json:",omitempty"`
ProductZh *string `type:"string" json:",omitempty"`
RealValue *string `type:"string" json:",omitempty"`
RoundBillAmount *string `type:"string" json:",omitempty"`
SavingPlanOriginalAmount *string `type:"string" json:",omitempty"`
SellerCustomerName *string `type:"string" json:",omitempty"`
SellerID *string `type:"string" json:",omitempty"`
SellerUserName *string `type:"string" json:",omitempty"`
SettlePayableAmount *string `type:"string" json:",omitempty"`
SettlePosttaxAmount *string `type:"string" json:",omitempty"`
SettlePreTaxPayableAmount *string `type:"string" json:",omitempty"`
SettlePretaxAmount *string `type:"string" json:",omitempty"`
SettlePretaxRealValue *string `type:"string" json:",omitempty"`
SettleRealValue *string `type:"string" json:",omitempty"`
SettleTax *string `type:"string" json:",omitempty"`
SettlementType *string `type:"string" json:",omitempty"`
SubjectName *string `type:"string" json:",omitempty"`
Tax *string `type:"string" json:",omitempty"`
UnpaidAmount *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListForListBillOverviewByProdOutput) GoString ¶ added in v1.0.116
func (s ListForListBillOverviewByProdOutput) GoString() string
GoString returns the string representation
func (*ListForListBillOverviewByProdOutput) SetBillCategoryParent ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetBillCategoryParent(v string) *ListForListBillOverviewByProdOutput
SetBillCategoryParent sets the BillCategoryParent field's value.
func (*ListForListBillOverviewByProdOutput) SetBillPeriod ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetBillPeriod(v string) *ListForListBillOverviewByProdOutput
SetBillPeriod sets the BillPeriod field's value.
func (*ListForListBillOverviewByProdOutput) SetBillingMode ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetBillingMode(v string) *ListForListBillOverviewByProdOutput
SetBillingMode sets the BillingMode field's value.
func (*ListForListBillOverviewByProdOutput) SetBusinessMode ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetBusinessMode(v string) *ListForListBillOverviewByProdOutput
SetBusinessMode sets the BusinessMode field's value.
func (*ListForListBillOverviewByProdOutput) SetCountryRegion ¶ added in v1.1.16
func (s *ListForListBillOverviewByProdOutput) SetCountryRegion(v string) *ListForListBillOverviewByProdOutput
SetCountryRegion sets the CountryRegion field's value.
func (*ListForListBillOverviewByProdOutput) SetCouponAmount ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetCouponAmount(v string) *ListForListBillOverviewByProdOutput
SetCouponAmount sets the CouponAmount field's value.
func (*ListForListBillOverviewByProdOutput) SetCreditCarriedAmount ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetCreditCarriedAmount(v string) *ListForListBillOverviewByProdOutput
SetCreditCarriedAmount sets the CreditCarriedAmount field's value.
func (*ListForListBillOverviewByProdOutput) SetCurrency ¶ added in v1.1.16
func (s *ListForListBillOverviewByProdOutput) SetCurrency(v string) *ListForListBillOverviewByProdOutput
SetCurrency sets the Currency field's value.
func (*ListForListBillOverviewByProdOutput) SetCurrencySettlement ¶ added in v1.1.24
func (s *ListForListBillOverviewByProdOutput) SetCurrencySettlement(v string) *ListForListBillOverviewByProdOutput
SetCurrencySettlement sets the CurrencySettlement field's value.
func (*ListForListBillOverviewByProdOutput) SetDiscountBillAmount ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetDiscountBillAmount(v string) *ListForListBillOverviewByProdOutput
SetDiscountBillAmount sets the DiscountBillAmount field's value.
func (*ListForListBillOverviewByProdOutput) SetOriginalBillAmount ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetOriginalBillAmount(v string) *ListForListBillOverviewByProdOutput
SetOriginalBillAmount sets the OriginalBillAmount field's value.
func (*ListForListBillOverviewByProdOutput) SetOwnerCustomerName ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetOwnerCustomerName(v string) *ListForListBillOverviewByProdOutput
SetOwnerCustomerName sets the OwnerCustomerName field's value.
func (*ListForListBillOverviewByProdOutput) SetOwnerID ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetOwnerID(v string) *ListForListBillOverviewByProdOutput
SetOwnerID sets the OwnerID field's value.
func (*ListForListBillOverviewByProdOutput) SetOwnerUserName ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetOwnerUserName(v string) *ListForListBillOverviewByProdOutput
SetOwnerUserName sets the OwnerUserName field's value.
func (*ListForListBillOverviewByProdOutput) SetPaidAmount ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetPaidAmount(v string) *ListForListBillOverviewByProdOutput
SetPaidAmount sets the PaidAmount field's value.
func (*ListForListBillOverviewByProdOutput) SetPayableAmount ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetPayableAmount(v string) *ListForListBillOverviewByProdOutput
SetPayableAmount sets the PayableAmount field's value.
func (*ListForListBillOverviewByProdOutput) SetPayerCustomerName ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetPayerCustomerName(v string) *ListForListBillOverviewByProdOutput
SetPayerCustomerName sets the PayerCustomerName field's value.
func (*ListForListBillOverviewByProdOutput) SetPayerID ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetPayerID(v string) *ListForListBillOverviewByProdOutput
SetPayerID sets the PayerID field's value.
func (*ListForListBillOverviewByProdOutput) SetPayerUserName ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetPayerUserName(v string) *ListForListBillOverviewByProdOutput
SetPayerUserName sets the PayerUserName field's value.
func (*ListForListBillOverviewByProdOutput) SetPosttaxAmount ¶ added in v1.1.16
func (s *ListForListBillOverviewByProdOutput) SetPosttaxAmount(v string) *ListForListBillOverviewByProdOutput
SetPosttaxAmount sets the PosttaxAmount field's value.
func (*ListForListBillOverviewByProdOutput) SetPreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListBillOverviewByProdOutput) SetPreTaxPayableAmount(v string) *ListForListBillOverviewByProdOutput
SetPreTaxPayableAmount sets the PreTaxPayableAmount field's value.
func (*ListForListBillOverviewByProdOutput) SetPreferentialBillAmount ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetPreferentialBillAmount(v string) *ListForListBillOverviewByProdOutput
SetPreferentialBillAmount sets the PreferentialBillAmount field's value.
func (*ListForListBillOverviewByProdOutput) SetPretaxAmount ¶ added in v1.1.16
func (s *ListForListBillOverviewByProdOutput) SetPretaxAmount(v string) *ListForListBillOverviewByProdOutput
SetPretaxAmount sets the PretaxAmount field's value.
func (*ListForListBillOverviewByProdOutput) SetPretaxRealValue ¶ added in v1.1.16
func (s *ListForListBillOverviewByProdOutput) SetPretaxRealValue(v string) *ListForListBillOverviewByProdOutput
SetPretaxRealValue sets the PretaxRealValue field's value.
func (*ListForListBillOverviewByProdOutput) SetProduct ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetProduct(v string) *ListForListBillOverviewByProdOutput
SetProduct sets the Product field's value.
func (*ListForListBillOverviewByProdOutput) SetProductZh ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetProductZh(v string) *ListForListBillOverviewByProdOutput
SetProductZh sets the ProductZh field's value.
func (*ListForListBillOverviewByProdOutput) SetRealValue ¶ added in v1.1.16
func (s *ListForListBillOverviewByProdOutput) SetRealValue(v string) *ListForListBillOverviewByProdOutput
SetRealValue sets the RealValue field's value.
func (*ListForListBillOverviewByProdOutput) SetRoundBillAmount ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetRoundBillAmount(v string) *ListForListBillOverviewByProdOutput
SetRoundBillAmount sets the RoundBillAmount field's value.
func (*ListForListBillOverviewByProdOutput) SetSavingPlanOriginalAmount ¶ added in v1.1.24
func (s *ListForListBillOverviewByProdOutput) SetSavingPlanOriginalAmount(v string) *ListForListBillOverviewByProdOutput
SetSavingPlanOriginalAmount sets the SavingPlanOriginalAmount field's value.
func (*ListForListBillOverviewByProdOutput) SetSellerCustomerName ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetSellerCustomerName(v string) *ListForListBillOverviewByProdOutput
SetSellerCustomerName sets the SellerCustomerName field's value.
func (*ListForListBillOverviewByProdOutput) SetSellerID ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetSellerID(v string) *ListForListBillOverviewByProdOutput
SetSellerID sets the SellerID field's value.
func (*ListForListBillOverviewByProdOutput) SetSellerUserName ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetSellerUserName(v string) *ListForListBillOverviewByProdOutput
SetSellerUserName sets the SellerUserName field's value.
func (*ListForListBillOverviewByProdOutput) SetSettlePayableAmount ¶ added in v1.1.24
func (s *ListForListBillOverviewByProdOutput) SetSettlePayableAmount(v string) *ListForListBillOverviewByProdOutput
SetSettlePayableAmount sets the SettlePayableAmount field's value.
func (*ListForListBillOverviewByProdOutput) SetSettlePosttaxAmount ¶ added in v1.1.16
func (s *ListForListBillOverviewByProdOutput) SetSettlePosttaxAmount(v string) *ListForListBillOverviewByProdOutput
SetSettlePosttaxAmount sets the SettlePosttaxAmount field's value.
func (*ListForListBillOverviewByProdOutput) SetSettlePreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListBillOverviewByProdOutput) SetSettlePreTaxPayableAmount(v string) *ListForListBillOverviewByProdOutput
SetSettlePreTaxPayableAmount sets the SettlePreTaxPayableAmount field's value.
func (*ListForListBillOverviewByProdOutput) SetSettlePretaxAmount ¶ added in v1.1.16
func (s *ListForListBillOverviewByProdOutput) SetSettlePretaxAmount(v string) *ListForListBillOverviewByProdOutput
SetSettlePretaxAmount sets the SettlePretaxAmount field's value.
func (*ListForListBillOverviewByProdOutput) SetSettlePretaxRealValue ¶ added in v1.1.16
func (s *ListForListBillOverviewByProdOutput) SetSettlePretaxRealValue(v string) *ListForListBillOverviewByProdOutput
SetSettlePretaxRealValue sets the SettlePretaxRealValue field's value.
func (*ListForListBillOverviewByProdOutput) SetSettleRealValue ¶ added in v1.1.16
func (s *ListForListBillOverviewByProdOutput) SetSettleRealValue(v string) *ListForListBillOverviewByProdOutput
SetSettleRealValue sets the SettleRealValue field's value.
func (*ListForListBillOverviewByProdOutput) SetSettleTax ¶ added in v1.1.16
func (s *ListForListBillOverviewByProdOutput) SetSettleTax(v string) *ListForListBillOverviewByProdOutput
SetSettleTax sets the SettleTax field's value.
func (*ListForListBillOverviewByProdOutput) SetSettlementType ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetSettlementType(v string) *ListForListBillOverviewByProdOutput
SetSettlementType sets the SettlementType field's value.
func (*ListForListBillOverviewByProdOutput) SetSubjectName ¶ added in v1.1.16
func (s *ListForListBillOverviewByProdOutput) SetSubjectName(v string) *ListForListBillOverviewByProdOutput
SetSubjectName sets the SubjectName field's value.
func (*ListForListBillOverviewByProdOutput) SetTax ¶ added in v1.1.16
func (s *ListForListBillOverviewByProdOutput) SetTax(v string) *ListForListBillOverviewByProdOutput
SetTax sets the Tax field's value.
func (*ListForListBillOverviewByProdOutput) SetUnpaidAmount ¶ added in v1.0.116
func (s *ListForListBillOverviewByProdOutput) SetUnpaidAmount(v string) *ListForListBillOverviewByProdOutput
SetUnpaidAmount sets the UnpaidAmount field's value.
func (ListForListBillOverviewByProdOutput) String ¶ added in v1.0.116
func (s ListForListBillOverviewByProdOutput) String() string
String returns the string representation
type ListForListBudgetFilterOwnerIDOutput ¶ added in v1.1.41
type ListForListBudgetFilterOwnerIDOutput struct {
OwnerID *int64 `type:"int64" json:",omitempty"`
OwnerUserName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListForListBudgetFilterOwnerIDOutput) GoString ¶ added in v1.1.41
func (s ListForListBudgetFilterOwnerIDOutput) GoString() string
GoString returns the string representation
func (*ListForListBudgetFilterOwnerIDOutput) SetOwnerID ¶ added in v1.1.41
func (s *ListForListBudgetFilterOwnerIDOutput) SetOwnerID(v int64) *ListForListBudgetFilterOwnerIDOutput
SetOwnerID sets the OwnerID field's value.
func (*ListForListBudgetFilterOwnerIDOutput) SetOwnerUserName ¶ added in v1.1.41
func (s *ListForListBudgetFilterOwnerIDOutput) SetOwnerUserName(v string) *ListForListBudgetFilterOwnerIDOutput
SetOwnerUserName sets the OwnerUserName field's value.
func (ListForListBudgetFilterOwnerIDOutput) String ¶ added in v1.1.41
func (s ListForListBudgetFilterOwnerIDOutput) String() string
String returns the string representation
type ListForListBudgetFilterPayerIDOutput ¶ added in v1.1.41
type ListForListBudgetFilterPayerIDOutput struct {
PayerID *int64 `type:"int64" json:",omitempty"`
PayerUserName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListForListBudgetFilterPayerIDOutput) GoString ¶ added in v1.1.41
func (s ListForListBudgetFilterPayerIDOutput) GoString() string
GoString returns the string representation
func (*ListForListBudgetFilterPayerIDOutput) SetPayerID ¶ added in v1.1.41
func (s *ListForListBudgetFilterPayerIDOutput) SetPayerID(v int64) *ListForListBudgetFilterPayerIDOutput
SetPayerID sets the PayerID field's value.
func (*ListForListBudgetFilterPayerIDOutput) SetPayerUserName ¶ added in v1.1.41
func (s *ListForListBudgetFilterPayerIDOutput) SetPayerUserName(v string) *ListForListBudgetFilterPayerIDOutput
SetPayerUserName sets the PayerUserName field's value.
func (ListForListBudgetFilterPayerIDOutput) String ¶ added in v1.1.41
func (s ListForListBudgetFilterPayerIDOutput) String() string
String returns the string representation
type ListForListBudgetFilterProductOutput ¶ added in v1.1.41
type ListForListBudgetFilterProductOutput struct {
ProductCode *string `type:"string" json:",omitempty"`
ProductName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListForListBudgetFilterProductOutput) GoString ¶ added in v1.1.41
func (s ListForListBudgetFilterProductOutput) GoString() string
GoString returns the string representation
func (*ListForListBudgetFilterProductOutput) SetProductCode ¶ added in v1.1.41
func (s *ListForListBudgetFilterProductOutput) SetProductCode(v string) *ListForListBudgetFilterProductOutput
SetProductCode sets the ProductCode field's value.
func (*ListForListBudgetFilterProductOutput) SetProductName ¶ added in v1.1.41
func (s *ListForListBudgetFilterProductOutput) SetProductName(v string) *ListForListBudgetFilterProductOutput
SetProductName sets the ProductName field's value.
func (ListForListBudgetFilterProductOutput) String ¶ added in v1.1.41
func (s ListForListBudgetFilterProductOutput) String() string
String returns the string representation
type ListForListCouponUsageRecordsOutput ¶ added in v1.1.28
type ListForListCouponUsageRecordsOutput struct {
AccountID *int64 `type:"int64" json:",omitempty"`
BillingCycle *string `type:"string" json:",omitempty"`
ChangeAmount *float64 `type:"double" json:",omitempty"`
ChangeType *int32 `type:"int32" json:",omitempty"`
CouponID *string `type:"string" json:",omitempty"`
CreatedTime *string `type:"string" json:",omitempty"`
PayType *string `type:"string" json:",omitempty"`
ProductCode *string `type:"string" json:",omitempty"`
ProductName *string `type:"string" json:",omitempty"`
SubBusinessID *string `type:"string" json:",omitempty"`
UserAccountID *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListForListCouponUsageRecordsOutput) GoString ¶ added in v1.1.28
func (s ListForListCouponUsageRecordsOutput) GoString() string
GoString returns the string representation
func (*ListForListCouponUsageRecordsOutput) SetAccountID ¶ added in v1.1.28
func (s *ListForListCouponUsageRecordsOutput) SetAccountID(v int64) *ListForListCouponUsageRecordsOutput
SetAccountID sets the AccountID field's value.
func (*ListForListCouponUsageRecordsOutput) SetBillingCycle ¶ added in v1.1.54
func (s *ListForListCouponUsageRecordsOutput) SetBillingCycle(v string) *ListForListCouponUsageRecordsOutput
SetBillingCycle sets the BillingCycle field's value.
func (*ListForListCouponUsageRecordsOutput) SetChangeAmount ¶ added in v1.1.28
func (s *ListForListCouponUsageRecordsOutput) SetChangeAmount(v float64) *ListForListCouponUsageRecordsOutput
SetChangeAmount sets the ChangeAmount field's value.
func (*ListForListCouponUsageRecordsOutput) SetChangeType ¶ added in v1.1.28
func (s *ListForListCouponUsageRecordsOutput) SetChangeType(v int32) *ListForListCouponUsageRecordsOutput
SetChangeType sets the ChangeType field's value.
func (*ListForListCouponUsageRecordsOutput) SetCouponID ¶ added in v1.1.28
func (s *ListForListCouponUsageRecordsOutput) SetCouponID(v string) *ListForListCouponUsageRecordsOutput
SetCouponID sets the CouponID field's value.
func (*ListForListCouponUsageRecordsOutput) SetCreatedTime ¶ added in v1.1.28
func (s *ListForListCouponUsageRecordsOutput) SetCreatedTime(v string) *ListForListCouponUsageRecordsOutput
SetCreatedTime sets the CreatedTime field's value.
func (*ListForListCouponUsageRecordsOutput) SetPayType ¶ added in v1.1.28
func (s *ListForListCouponUsageRecordsOutput) SetPayType(v string) *ListForListCouponUsageRecordsOutput
SetPayType sets the PayType field's value.
func (*ListForListCouponUsageRecordsOutput) SetProductCode ¶ added in v1.1.28
func (s *ListForListCouponUsageRecordsOutput) SetProductCode(v string) *ListForListCouponUsageRecordsOutput
SetProductCode sets the ProductCode field's value.
func (*ListForListCouponUsageRecordsOutput) SetProductName ¶ added in v1.1.28
func (s *ListForListCouponUsageRecordsOutput) SetProductName(v string) *ListForListCouponUsageRecordsOutput
SetProductName sets the ProductName field's value.
func (*ListForListCouponUsageRecordsOutput) SetSubBusinessID ¶ added in v1.1.28
func (s *ListForListCouponUsageRecordsOutput) SetSubBusinessID(v string) *ListForListCouponUsageRecordsOutput
SetSubBusinessID sets the SubBusinessID field's value.
func (*ListForListCouponUsageRecordsOutput) SetUserAccountID ¶ added in v1.1.28
func (s *ListForListCouponUsageRecordsOutput) SetUserAccountID(v int64) *ListForListCouponUsageRecordsOutput
SetUserAccountID sets the UserAccountID field's value.
func (ListForListCouponUsageRecordsOutput) String ¶ added in v1.1.28
func (s ListForListCouponUsageRecordsOutput) String() string
String returns the string representation
type ListForListCouponsOutput ¶ added in v1.1.28
type ListForListCouponsOutput struct {
AccountID *int64 `type:"int64" json:",omitempty"`
AcquireTime *string `type:"string" json:",omitempty"`
AmountLimit *float64 `type:"double" json:",omitempty"`
AssignedOwnerIDList []*int64 `type:"list" json:",omitempty"`
BeginTime *string `type:"string" json:",omitempty"`
CouponID *string `type:"string" json:",omitempty"`
CouponName *string `type:"string" json:",omitempty"`
ExpiredTime *string `type:"string" json:",omitempty"`
OrderTypeLimit *string `type:"string" json:",omitempty"`
PayTypeLimit *string `type:"string" json:",omitempty"`
ProductLimitList []*ProductLimitListForListCouponsOutput `type:"list" json:",omitempty"`
RemainingAmount *float64 `type:"double" json:",omitempty"`
Remark *string `type:"string" json:",omitempty"`
Status *int32 `type:"int32" json:",omitempty"`
TotalAmount *float64 `type:"double" json:",omitempty"`
UsageLimit *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListForListCouponsOutput) GoString ¶ added in v1.1.28
func (s ListForListCouponsOutput) GoString() string
GoString returns the string representation
func (*ListForListCouponsOutput) SetAccountID ¶ added in v1.1.28
func (s *ListForListCouponsOutput) SetAccountID(v int64) *ListForListCouponsOutput
SetAccountID sets the AccountID field's value.
func (*ListForListCouponsOutput) SetAcquireTime ¶ added in v1.1.28
func (s *ListForListCouponsOutput) SetAcquireTime(v string) *ListForListCouponsOutput
SetAcquireTime sets the AcquireTime field's value.
func (*ListForListCouponsOutput) SetAmountLimit ¶ added in v1.1.28
func (s *ListForListCouponsOutput) SetAmountLimit(v float64) *ListForListCouponsOutput
SetAmountLimit sets the AmountLimit field's value.
func (*ListForListCouponsOutput) SetAssignedOwnerIDList ¶ added in v1.1.28
func (s *ListForListCouponsOutput) SetAssignedOwnerIDList(v []*int64) *ListForListCouponsOutput
SetAssignedOwnerIDList sets the AssignedOwnerIDList field's value.
func (*ListForListCouponsOutput) SetBeginTime ¶ added in v1.1.28
func (s *ListForListCouponsOutput) SetBeginTime(v string) *ListForListCouponsOutput
SetBeginTime sets the BeginTime field's value.
func (*ListForListCouponsOutput) SetCouponID ¶ added in v1.1.28
func (s *ListForListCouponsOutput) SetCouponID(v string) *ListForListCouponsOutput
SetCouponID sets the CouponID field's value.
func (*ListForListCouponsOutput) SetCouponName ¶ added in v1.1.28
func (s *ListForListCouponsOutput) SetCouponName(v string) *ListForListCouponsOutput
SetCouponName sets the CouponName field's value.
func (*ListForListCouponsOutput) SetExpiredTime ¶ added in v1.1.28
func (s *ListForListCouponsOutput) SetExpiredTime(v string) *ListForListCouponsOutput
SetExpiredTime sets the ExpiredTime field's value.
func (*ListForListCouponsOutput) SetOrderTypeLimit ¶ added in v1.1.28
func (s *ListForListCouponsOutput) SetOrderTypeLimit(v string) *ListForListCouponsOutput
SetOrderTypeLimit sets the OrderTypeLimit field's value.
func (*ListForListCouponsOutput) SetPayTypeLimit ¶ added in v1.1.28
func (s *ListForListCouponsOutput) SetPayTypeLimit(v string) *ListForListCouponsOutput
SetPayTypeLimit sets the PayTypeLimit field's value.
func (*ListForListCouponsOutput) SetProductLimitList ¶ added in v1.1.28
func (s *ListForListCouponsOutput) SetProductLimitList(v []*ProductLimitListForListCouponsOutput) *ListForListCouponsOutput
SetProductLimitList sets the ProductLimitList field's value.
func (*ListForListCouponsOutput) SetRemainingAmount ¶ added in v1.1.28
func (s *ListForListCouponsOutput) SetRemainingAmount(v float64) *ListForListCouponsOutput
SetRemainingAmount sets the RemainingAmount field's value.
func (*ListForListCouponsOutput) SetRemark ¶ added in v1.1.28
func (s *ListForListCouponsOutput) SetRemark(v string) *ListForListCouponsOutput
SetRemark sets the Remark field's value.
func (*ListForListCouponsOutput) SetStatus ¶ added in v1.1.28
func (s *ListForListCouponsOutput) SetStatus(v int32) *ListForListCouponsOutput
SetStatus sets the Status field's value.
func (*ListForListCouponsOutput) SetTotalAmount ¶ added in v1.1.29
func (s *ListForListCouponsOutput) SetTotalAmount(v float64) *ListForListCouponsOutput
SetTotalAmount sets the TotalAmount field's value.
func (*ListForListCouponsOutput) SetUsageLimit ¶ added in v1.1.28
func (s *ListForListCouponsOutput) SetUsageLimit(v int32) *ListForListCouponsOutput
SetUsageLimit sets the UsageLimit field's value.
func (ListForListCouponsOutput) String ¶ added in v1.1.28
func (s ListForListCouponsOutput) String() string
String returns the string representation
type ListForListFinancialRelationOutput ¶ added in v1.0.125
type ListForListFinancialRelationOutput struct {
AccountAlias *string `type:"string" json:",omitempty"`
AuthInfo []*AuthInfoForListFinancialRelationOutput `type:"list" json:",omitempty"`
Filiation *int32 `type:"int32" json:",omitempty"`
FiliationDesc *string `type:"string" json:",omitempty"`
MajorAccountID *int64 `type:"int64" json:",omitempty"`
MajorAccountName *string `type:"string" json:",omitempty"`
Relation *int32 `type:"int32" json:",omitempty"`
RelationDesc *string `type:"string" json:",omitempty"`
RelationID *string `type:"string" json:",omitempty"`
Status *int32 `type:"int32" json:",omitempty"`
StatusDesc *string `type:"string" json:",omitempty"`
SubAccountID *int64 `type:"int64" json:",omitempty"`
SubAccountName *string `type:"string" json:",omitempty"`
UpdateTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListForListFinancialRelationOutput) GoString ¶ added in v1.0.125
func (s ListForListFinancialRelationOutput) GoString() string
GoString returns the string representation
func (*ListForListFinancialRelationOutput) SetAccountAlias ¶ added in v1.0.125
func (s *ListForListFinancialRelationOutput) SetAccountAlias(v string) *ListForListFinancialRelationOutput
SetAccountAlias sets the AccountAlias field's value.
func (*ListForListFinancialRelationOutput) SetAuthInfo ¶ added in v1.0.125
func (s *ListForListFinancialRelationOutput) SetAuthInfo(v []*AuthInfoForListFinancialRelationOutput) *ListForListFinancialRelationOutput
SetAuthInfo sets the AuthInfo field's value.
func (*ListForListFinancialRelationOutput) SetFiliation ¶ added in v1.0.125
func (s *ListForListFinancialRelationOutput) SetFiliation(v int32) *ListForListFinancialRelationOutput
SetFiliation sets the Filiation field's value.
func (*ListForListFinancialRelationOutput) SetFiliationDesc ¶ added in v1.0.125
func (s *ListForListFinancialRelationOutput) SetFiliationDesc(v string) *ListForListFinancialRelationOutput
SetFiliationDesc sets the FiliationDesc field's value.
func (*ListForListFinancialRelationOutput) SetMajorAccountID ¶ added in v1.0.125
func (s *ListForListFinancialRelationOutput) SetMajorAccountID(v int64) *ListForListFinancialRelationOutput
SetMajorAccountID sets the MajorAccountID field's value.
func (*ListForListFinancialRelationOutput) SetMajorAccountName ¶ added in v1.0.125
func (s *ListForListFinancialRelationOutput) SetMajorAccountName(v string) *ListForListFinancialRelationOutput
SetMajorAccountName sets the MajorAccountName field's value.
func (*ListForListFinancialRelationOutput) SetRelation ¶ added in v1.0.125
func (s *ListForListFinancialRelationOutput) SetRelation(v int32) *ListForListFinancialRelationOutput
SetRelation sets the Relation field's value.
func (*ListForListFinancialRelationOutput) SetRelationDesc ¶ added in v1.0.125
func (s *ListForListFinancialRelationOutput) SetRelationDesc(v string) *ListForListFinancialRelationOutput
SetRelationDesc sets the RelationDesc field's value.
func (*ListForListFinancialRelationOutput) SetRelationID ¶ added in v1.0.125
func (s *ListForListFinancialRelationOutput) SetRelationID(v string) *ListForListFinancialRelationOutput
SetRelationID sets the RelationID field's value.
func (*ListForListFinancialRelationOutput) SetStatus ¶ added in v1.0.125
func (s *ListForListFinancialRelationOutput) SetStatus(v int32) *ListForListFinancialRelationOutput
SetStatus sets the Status field's value.
func (*ListForListFinancialRelationOutput) SetStatusDesc ¶ added in v1.0.125
func (s *ListForListFinancialRelationOutput) SetStatusDesc(v string) *ListForListFinancialRelationOutput
SetStatusDesc sets the StatusDesc field's value.
func (*ListForListFinancialRelationOutput) SetSubAccountID ¶ added in v1.0.125
func (s *ListForListFinancialRelationOutput) SetSubAccountID(v int64) *ListForListFinancialRelationOutput
SetSubAccountID sets the SubAccountID field's value.
func (*ListForListFinancialRelationOutput) SetSubAccountName ¶ added in v1.0.125
func (s *ListForListFinancialRelationOutput) SetSubAccountName(v string) *ListForListFinancialRelationOutput
SetSubAccountName sets the SubAccountName field's value.
func (*ListForListFinancialRelationOutput) SetUpdateTime ¶ added in v1.0.125
func (s *ListForListFinancialRelationOutput) SetUpdateTime(v string) *ListForListFinancialRelationOutput
SetUpdateTime sets the UpdateTime field's value.
func (ListForListFinancialRelationOutput) String ¶ added in v1.0.125
func (s ListForListFinancialRelationOutput) String() string
String returns the string representation
type ListForListInvitationOutput ¶ added in v1.0.125
type ListForListInvitationOutput struct {
Auth *AuthForListInvitationOutput `type:"structure" json:",omitempty"`
InvitationType *int32 `type:"int32" json:",omitempty"`
Relation *RelationForListInvitationOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListForListInvitationOutput) GoString ¶ added in v1.0.125
func (s ListForListInvitationOutput) GoString() string
GoString returns the string representation
func (*ListForListInvitationOutput) SetAuth ¶ added in v1.0.125
func (s *ListForListInvitationOutput) SetAuth(v *AuthForListInvitationOutput) *ListForListInvitationOutput
SetAuth sets the Auth field's value.
func (*ListForListInvitationOutput) SetInvitationType ¶ added in v1.0.125
func (s *ListForListInvitationOutput) SetInvitationType(v int32) *ListForListInvitationOutput
SetInvitationType sets the InvitationType field's value.
func (*ListForListInvitationOutput) SetRelation ¶ added in v1.0.125
func (s *ListForListInvitationOutput) SetRelation(v *RelationForListInvitationOutput) *ListForListInvitationOutput
SetRelation sets the Relation field's value.
func (ListForListInvitationOutput) String ¶ added in v1.0.125
func (s ListForListInvitationOutput) String() string
String returns the string representation
type ListForListPackageUsageDetailsOutput ¶ added in v1.0.157
type ListForListPackageUsageDetailsOutput struct {
AfterAmount *string `type:"string" json:",omitempty"`
BeforeAmount *string `type:"string" json:",omitempty"`
BeginTime *string `type:"string" json:",omitempty"`
ConfigurationCode *string `type:"string" json:",omitempty"`
ConfigurationName *string `type:"string" json:",omitempty"`
DeductBillingFactor *string `type:"string" json:",omitempty"`
DeductionAccountID *string `type:"string" json:",omitempty"`
DeductionAmount *string `type:"string" json:",omitempty"`
DeductionCalculateFactor *string `type:"string" json:",omitempty"`
DeductionElementCode *string `type:"string" json:",omitempty"`
DeductionInstanceNo *string `type:"string" json:",omitempty"`
DeductionInstanceUnit *string `type:"string" json:",omitempty"`
DeductionProduct *string `type:"string" json:",omitempty"`
DeductionRatio *string `type:"string" json:",omitempty"`
DeductionRegionCode *string `type:"string" json:",omitempty"`
DeductionSpecification *string `type:"string" json:",omitempty"`
DeductionSpecificationUnit *string `type:"string" json:",omitempty"`
DeductionTime *string `type:"string" json:",omitempty"`
DeductionUseAmount *string `type:"string" json:",omitempty"`
DeductionUserName *string `type:"string" json:",omitempty"`
EndTime *string `type:"string" json:",omitempty"`
InstanceName *string `type:"string" json:",omitempty"`
InstanceNo *string `type:"string" json:",omitempty"`
OwnerID *string `type:"string" json:",omitempty"`
PackageType *string `type:"string" json:",omitempty" enum:"EnumOfPackageTypeForListPackageUsageDetailsOutput"`
Product *string `type:"string" json:",omitempty"`
ProductName *string `type:"string" json:",omitempty"`
RegionCode *string `type:"string" json:",omitempty"`
SpecCalculateFactor *string `type:"string" json:",omitempty"`
Specification *string `type:"string" json:",omitempty"`
SpecificationUnit *string `type:"string" json:",omitempty"`
SubjectNo *string `type:"string" json:",omitempty"`
Unit *string `type:"string" json:",omitempty"`
UserName *string `type:"string" json:",omitempty"`
ZoneCode *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListForListPackageUsageDetailsOutput) GoString ¶ added in v1.0.157
func (s ListForListPackageUsageDetailsOutput) GoString() string
GoString returns the string representation
func (*ListForListPackageUsageDetailsOutput) SetAfterAmount ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetAfterAmount(v string) *ListForListPackageUsageDetailsOutput
SetAfterAmount sets the AfterAmount field's value.
func (*ListForListPackageUsageDetailsOutput) SetBeforeAmount ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetBeforeAmount(v string) *ListForListPackageUsageDetailsOutput
SetBeforeAmount sets the BeforeAmount field's value.
func (*ListForListPackageUsageDetailsOutput) SetBeginTime ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetBeginTime(v string) *ListForListPackageUsageDetailsOutput
SetBeginTime sets the BeginTime field's value.
func (*ListForListPackageUsageDetailsOutput) SetConfigurationCode ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetConfigurationCode(v string) *ListForListPackageUsageDetailsOutput
SetConfigurationCode sets the ConfigurationCode field's value.
func (*ListForListPackageUsageDetailsOutput) SetConfigurationName ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetConfigurationName(v string) *ListForListPackageUsageDetailsOutput
SetConfigurationName sets the ConfigurationName field's value.
func (*ListForListPackageUsageDetailsOutput) SetDeductBillingFactor ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetDeductBillingFactor(v string) *ListForListPackageUsageDetailsOutput
SetDeductBillingFactor sets the DeductBillingFactor field's value.
func (*ListForListPackageUsageDetailsOutput) SetDeductionAccountID ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetDeductionAccountID(v string) *ListForListPackageUsageDetailsOutput
SetDeductionAccountID sets the DeductionAccountID field's value.
func (*ListForListPackageUsageDetailsOutput) SetDeductionAmount ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetDeductionAmount(v string) *ListForListPackageUsageDetailsOutput
SetDeductionAmount sets the DeductionAmount field's value.
func (*ListForListPackageUsageDetailsOutput) SetDeductionCalculateFactor ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetDeductionCalculateFactor(v string) *ListForListPackageUsageDetailsOutput
SetDeductionCalculateFactor sets the DeductionCalculateFactor field's value.
func (*ListForListPackageUsageDetailsOutput) SetDeductionElementCode ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetDeductionElementCode(v string) *ListForListPackageUsageDetailsOutput
SetDeductionElementCode sets the DeductionElementCode field's value.
func (*ListForListPackageUsageDetailsOutput) SetDeductionInstanceNo ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetDeductionInstanceNo(v string) *ListForListPackageUsageDetailsOutput
SetDeductionInstanceNo sets the DeductionInstanceNo field's value.
func (*ListForListPackageUsageDetailsOutput) SetDeductionInstanceUnit ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetDeductionInstanceUnit(v string) *ListForListPackageUsageDetailsOutput
SetDeductionInstanceUnit sets the DeductionInstanceUnit field's value.
func (*ListForListPackageUsageDetailsOutput) SetDeductionProduct ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetDeductionProduct(v string) *ListForListPackageUsageDetailsOutput
SetDeductionProduct sets the DeductionProduct field's value.
func (*ListForListPackageUsageDetailsOutput) SetDeductionRatio ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetDeductionRatio(v string) *ListForListPackageUsageDetailsOutput
SetDeductionRatio sets the DeductionRatio field's value.
func (*ListForListPackageUsageDetailsOutput) SetDeductionRegionCode ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetDeductionRegionCode(v string) *ListForListPackageUsageDetailsOutput
SetDeductionRegionCode sets the DeductionRegionCode field's value.
func (*ListForListPackageUsageDetailsOutput) SetDeductionSpecification ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetDeductionSpecification(v string) *ListForListPackageUsageDetailsOutput
SetDeductionSpecification sets the DeductionSpecification field's value.
func (*ListForListPackageUsageDetailsOutput) SetDeductionSpecificationUnit ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetDeductionSpecificationUnit(v string) *ListForListPackageUsageDetailsOutput
SetDeductionSpecificationUnit sets the DeductionSpecificationUnit field's value.
func (*ListForListPackageUsageDetailsOutput) SetDeductionTime ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetDeductionTime(v string) *ListForListPackageUsageDetailsOutput
SetDeductionTime sets the DeductionTime field's value.
func (*ListForListPackageUsageDetailsOutput) SetDeductionUseAmount ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetDeductionUseAmount(v string) *ListForListPackageUsageDetailsOutput
SetDeductionUseAmount sets the DeductionUseAmount field's value.
func (*ListForListPackageUsageDetailsOutput) SetDeductionUserName ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetDeductionUserName(v string) *ListForListPackageUsageDetailsOutput
SetDeductionUserName sets the DeductionUserName field's value.
func (*ListForListPackageUsageDetailsOutput) SetEndTime ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetEndTime(v string) *ListForListPackageUsageDetailsOutput
SetEndTime sets the EndTime field's value.
func (*ListForListPackageUsageDetailsOutput) SetInstanceName ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetInstanceName(v string) *ListForListPackageUsageDetailsOutput
SetInstanceName sets the InstanceName field's value.
func (*ListForListPackageUsageDetailsOutput) SetInstanceNo ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetInstanceNo(v string) *ListForListPackageUsageDetailsOutput
SetInstanceNo sets the InstanceNo field's value.
func (*ListForListPackageUsageDetailsOutput) SetOwnerID ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetOwnerID(v string) *ListForListPackageUsageDetailsOutput
SetOwnerID sets the OwnerID field's value.
func (*ListForListPackageUsageDetailsOutput) SetPackageType ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetPackageType(v string) *ListForListPackageUsageDetailsOutput
SetPackageType sets the PackageType field's value.
func (*ListForListPackageUsageDetailsOutput) SetProduct ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetProduct(v string) *ListForListPackageUsageDetailsOutput
SetProduct sets the Product field's value.
func (*ListForListPackageUsageDetailsOutput) SetProductName ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetProductName(v string) *ListForListPackageUsageDetailsOutput
SetProductName sets the ProductName field's value.
func (*ListForListPackageUsageDetailsOutput) SetRegionCode ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetRegionCode(v string) *ListForListPackageUsageDetailsOutput
SetRegionCode sets the RegionCode field's value.
func (*ListForListPackageUsageDetailsOutput) SetSpecCalculateFactor ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetSpecCalculateFactor(v string) *ListForListPackageUsageDetailsOutput
SetSpecCalculateFactor sets the SpecCalculateFactor field's value.
func (*ListForListPackageUsageDetailsOutput) SetSpecification ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetSpecification(v string) *ListForListPackageUsageDetailsOutput
SetSpecification sets the Specification field's value.
func (*ListForListPackageUsageDetailsOutput) SetSpecificationUnit ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetSpecificationUnit(v string) *ListForListPackageUsageDetailsOutput
SetSpecificationUnit sets the SpecificationUnit field's value.
func (*ListForListPackageUsageDetailsOutput) SetSubjectNo ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetSubjectNo(v string) *ListForListPackageUsageDetailsOutput
SetSubjectNo sets the SubjectNo field's value.
func (*ListForListPackageUsageDetailsOutput) SetUnit ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetUnit(v string) *ListForListPackageUsageDetailsOutput
SetUnit sets the Unit field's value.
func (*ListForListPackageUsageDetailsOutput) SetUserName ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetUserName(v string) *ListForListPackageUsageDetailsOutput
SetUserName sets the UserName field's value.
func (*ListForListPackageUsageDetailsOutput) SetZoneCode ¶ added in v1.0.157
func (s *ListForListPackageUsageDetailsOutput) SetZoneCode(v string) *ListForListPackageUsageDetailsOutput
SetZoneCode sets the ZoneCode field's value.
func (ListForListPackageUsageDetailsOutput) String ¶ added in v1.0.157
func (s ListForListPackageUsageDetailsOutput) String() string
String returns the string representation
type ListForListResourcePackagesOutput ¶ added in v1.0.157
type ListForListResourcePackagesOutput struct {
AvailableAmount *string `type:"string" json:",omitempty"`
BillTime *string `type:"string" json:",omitempty"`
ConfigurationCode *string `type:"string" json:",omitempty"`
ConfigurationName *string `type:"string" json:",omitempty"`
EffectiveTime *string `type:"string" json:",omitempty"`
ExpiryTime *string `type:"string" json:",omitempty"`
InstanceName *string `type:"string" json:",omitempty"`
InstanceNo *string `type:"string" json:",omitempty"`
OwnerID *string `type:"string" json:",omitempty"`
PackageType *string `type:"string" json:",omitempty"`
Product *string `type:"string" json:",omitempty"`
ProductName *string `type:"string" json:",omitempty"`
RegionCode *string `type:"string" json:",omitempty"`
ResetByNaturalMonth *string `type:"string" json:",omitempty"`
ResetPeriod *string `type:"string" json:",omitempty"`
SpecCalculateFactor *string `type:"string" json:",omitempty"`
Specification *string `type:"string" json:",omitempty"`
SpecificationUnit *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForListResourcePackagesOutput"`
SubjectNo *string `type:"string" json:",omitempty"`
TotalAmount *string `type:"string" json:",omitempty"`
Unit *string `type:"string" json:",omitempty"`
UserName *string `type:"string" json:",omitempty"`
ZoneCode *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListForListResourcePackagesOutput) GoString ¶ added in v1.0.157
func (s ListForListResourcePackagesOutput) GoString() string
GoString returns the string representation
func (*ListForListResourcePackagesOutput) SetAvailableAmount ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetAvailableAmount(v string) *ListForListResourcePackagesOutput
SetAvailableAmount sets the AvailableAmount field's value.
func (*ListForListResourcePackagesOutput) SetBillTime ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetBillTime(v string) *ListForListResourcePackagesOutput
SetBillTime sets the BillTime field's value.
func (*ListForListResourcePackagesOutput) SetConfigurationCode ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetConfigurationCode(v string) *ListForListResourcePackagesOutput
SetConfigurationCode sets the ConfigurationCode field's value.
func (*ListForListResourcePackagesOutput) SetConfigurationName ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetConfigurationName(v string) *ListForListResourcePackagesOutput
SetConfigurationName sets the ConfigurationName field's value.
func (*ListForListResourcePackagesOutput) SetEffectiveTime ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetEffectiveTime(v string) *ListForListResourcePackagesOutput
SetEffectiveTime sets the EffectiveTime field's value.
func (*ListForListResourcePackagesOutput) SetExpiryTime ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetExpiryTime(v string) *ListForListResourcePackagesOutput
SetExpiryTime sets the ExpiryTime field's value.
func (*ListForListResourcePackagesOutput) SetInstanceName ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetInstanceName(v string) *ListForListResourcePackagesOutput
SetInstanceName sets the InstanceName field's value.
func (*ListForListResourcePackagesOutput) SetInstanceNo ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetInstanceNo(v string) *ListForListResourcePackagesOutput
SetInstanceNo sets the InstanceNo field's value.
func (*ListForListResourcePackagesOutput) SetOwnerID ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetOwnerID(v string) *ListForListResourcePackagesOutput
SetOwnerID sets the OwnerID field's value.
func (*ListForListResourcePackagesOutput) SetPackageType ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetPackageType(v string) *ListForListResourcePackagesOutput
SetPackageType sets the PackageType field's value.
func (*ListForListResourcePackagesOutput) SetProduct ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetProduct(v string) *ListForListResourcePackagesOutput
SetProduct sets the Product field's value.
func (*ListForListResourcePackagesOutput) SetProductName ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetProductName(v string) *ListForListResourcePackagesOutput
SetProductName sets the ProductName field's value.
func (*ListForListResourcePackagesOutput) SetRegionCode ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetRegionCode(v string) *ListForListResourcePackagesOutput
SetRegionCode sets the RegionCode field's value.
func (*ListForListResourcePackagesOutput) SetResetByNaturalMonth ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetResetByNaturalMonth(v string) *ListForListResourcePackagesOutput
SetResetByNaturalMonth sets the ResetByNaturalMonth field's value.
func (*ListForListResourcePackagesOutput) SetResetPeriod ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetResetPeriod(v string) *ListForListResourcePackagesOutput
SetResetPeriod sets the ResetPeriod field's value.
func (*ListForListResourcePackagesOutput) SetSpecCalculateFactor ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetSpecCalculateFactor(v string) *ListForListResourcePackagesOutput
SetSpecCalculateFactor sets the SpecCalculateFactor field's value.
func (*ListForListResourcePackagesOutput) SetSpecification ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetSpecification(v string) *ListForListResourcePackagesOutput
SetSpecification sets the Specification field's value.
func (*ListForListResourcePackagesOutput) SetSpecificationUnit ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetSpecificationUnit(v string) *ListForListResourcePackagesOutput
SetSpecificationUnit sets the SpecificationUnit field's value.
func (*ListForListResourcePackagesOutput) SetStatus ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetStatus(v string) *ListForListResourcePackagesOutput
SetStatus sets the Status field's value.
func (*ListForListResourcePackagesOutput) SetSubjectNo ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetSubjectNo(v string) *ListForListResourcePackagesOutput
SetSubjectNo sets the SubjectNo field's value.
func (*ListForListResourcePackagesOutput) SetTotalAmount ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetTotalAmount(v string) *ListForListResourcePackagesOutput
SetTotalAmount sets the TotalAmount field's value.
func (*ListForListResourcePackagesOutput) SetUnit ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetUnit(v string) *ListForListResourcePackagesOutput
SetUnit sets the Unit field's value.
func (*ListForListResourcePackagesOutput) SetUserName ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetUserName(v string) *ListForListResourcePackagesOutput
SetUserName sets the UserName field's value.
func (*ListForListResourcePackagesOutput) SetZoneCode ¶ added in v1.0.157
func (s *ListForListResourcePackagesOutput) SetZoneCode(v string) *ListForListResourcePackagesOutput
SetZoneCode sets the ZoneCode field's value.
func (ListForListResourcePackagesOutput) String ¶ added in v1.0.157
func (s ListForListResourcePackagesOutput) String() string
String returns the string representation
type ListForListSplitBillDetailOutput ¶ added in v1.0.116
type ListForListSplitBillDetailOutput struct {
BillCategory *string `type:"string" json:",omitempty"`
BillDetailId *string `type:"string" json:",omitempty"`
BillID *string `type:"string" json:",omitempty"`
BillPeriod *string `type:"string" json:",omitempty"`
BillingFunction *string `type:"string" json:",omitempty"`
BillingMethodCode *string `type:"string" json:",omitempty"`
BillingMode *string `type:"string" json:",omitempty"`
BusiPeriod *string `type:"string" json:",omitempty"`
BusinessMode *string `type:"string" json:",omitempty"`
ConfigName *string `type:"string" json:",omitempty"`
ConfigurationCode *string `type:"string" json:",omitempty"`
CostUnit *string `type:"string" json:",omitempty"`
CountryRegion *string `type:"string" json:",omitempty"`
CouponDeductionAmount *string `type:"string" json:",omitempty"`
CreditCarriedAmount *string `type:"string" json:",omitempty"`
Currency *string `type:"string" json:",omitempty"`
CurrencySettlement *string `type:"string" json:",omitempty"`
DeductionCount *string `type:"string" json:",omitempty"`
DiscountBillAmount *string `type:"string" json:",omitempty"`
DiscountBizBillingFunction *string `type:"string" json:",omitempty"`
DiscountBizMeasureInterval *string `type:"string" json:",omitempty"`
DiscountBizUnitPrice *string `type:"string" json:",omitempty"`
DiscountBizUnitPriceInterval *string `type:"string" json:",omitempty"`
DiscountInfo *string `type:"string" json:",omitempty"`
EffectiveFactor *string `type:"string" json:",omitempty"`
Element *string `type:"string" json:",omitempty"`
ElementCode *string `type:"string" json:",omitempty"`
ExchangeRate *string `type:"string" json:",omitempty"`
ExpandField *string `type:"string" json:",omitempty"`
ExpenseTime *string `type:"string" json:",omitempty"`
Factor *string `type:"string" json:",omitempty"`
FactorCode *string `type:"string" json:",omitempty"`
InstanceName *string `type:"string" json:",omitempty"`
InstanceNo *string `type:"string" json:",omitempty"`
MainContractNumber *string `type:"string" json:",omitempty"`
MarketPrice *string `type:"string" json:",omitempty"`
MeasureInterval *string `type:"string" json:",omitempty"`
OriginalBillAmount *string `type:"string" json:",omitempty"`
OriginalOrderNo *string `type:"string" json:",omitempty"`
OwnerCustomerName *string `type:"string" json:",omitempty"`
OwnerID *string `type:"string" json:",omitempty"`
OwnerUserName *string `type:"string" json:",omitempty"`
PaidAmount *string `type:"string" json:",omitempty"`
PayableAmount *string `type:"string" json:",omitempty"`
PayerCustomerName *string `type:"string" json:",omitempty"`
PayerID *string `type:"string" json:",omitempty"`
PayerUserName *string `type:"string" json:",omitempty"`
PosttaxAmount *string `type:"string" json:",omitempty"`
PreTaxPayableAmount *string `type:"string" json:",omitempty"`
PreferentialBillAmount *string `type:"string" json:",omitempty"`
PretaxAmount *string `type:"string" json:",omitempty"`
PretaxRealValue *string `type:"string" json:",omitempty"`
Price *string `type:"string" json:",omitempty"`
PriceInterval *string `type:"string" json:",omitempty"`
PriceUnit *string `type:"string" json:",omitempty"`
Product *string `type:"string" json:",omitempty"`
ProductZh *string `type:"string" json:",omitempty"`
Project *string `type:"string" json:",omitempty"`
ProjectDisplayName *string `type:"string" json:",omitempty"`
RealValue *string `type:"string" json:",omitempty"`
Region *string `type:"string" json:",omitempty"`
RegionCode *string `type:"string" json:",omitempty"`
ReservationInstance *string `type:"string" json:",omitempty"`
RoundAmount *string `type:"string" json:",omitempty"`
SavingPlanDeductionDiscountAmount *string `type:"string" json:",omitempty"`
SavingPlanDeductionSpID *string `type:"string" json:",omitempty"`
SavingPlanOriginalAmount *string `type:"string" json:",omitempty"`
SellerCustomerName *string `type:"string" json:",omitempty"`
SellerID *string `type:"string" json:",omitempty"`
SellerUserName *string `type:"string" json:",omitempty"`
SellingMode *string `type:"string" json:",omitempty"`
SettlePayableAmount *string `type:"string" json:",omitempty"`
SettlePosttaxAmount *string `type:"string" json:",omitempty"`
SettlePreTaxPayableAmount *string `type:"string" json:",omitempty"`
SettlePretaxAmount *string `type:"string" json:",omitempty"`
SettlePretaxRealValue *string `type:"string" json:",omitempty"`
SettleRealValue *string `type:"string" json:",omitempty"`
SettleTax *string `type:"string" json:",omitempty"`
SettlementType *string `type:"string" json:",omitempty"`
SolutionZh *string `type:"string" json:",omitempty"`
SplitBillDetailId *string `type:"string" json:",omitempty"`
SplitItemAmount *string `type:"string" json:",omitempty"`
SplitItemID *string `type:"string" json:",omitempty"`
SplitItemName *string `type:"string" json:",omitempty"`
SplitItemRatio *string `type:"string" json:",omitempty"`
SubjectName *string `type:"string" json:",omitempty"`
Tag *string `type:"string" json:",omitempty"`
Tax *string `type:"string" json:",omitempty"`
TaxRate *string `type:"string" json:",omitempty"`
TradeTime *string `type:"string" json:",omitempty"`
Unit *string `type:"string" json:",omitempty"`
UnpaidAmount *string `type:"string" json:",omitempty"`
UseDuration *string `type:"string" json:",omitempty"`
UseDurationUnit *string `type:"string" json:",omitempty"`
Zone *string `type:"string" json:",omitempty"`
ZoneCode *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListForListSplitBillDetailOutput) GoString ¶ added in v1.0.116
func (s ListForListSplitBillDetailOutput) GoString() string
GoString returns the string representation
func (*ListForListSplitBillDetailOutput) SetBillCategory ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetBillCategory(v string) *ListForListSplitBillDetailOutput
SetBillCategory sets the BillCategory field's value.
func (*ListForListSplitBillDetailOutput) SetBillDetailId ¶ added in v1.1.26
func (s *ListForListSplitBillDetailOutput) SetBillDetailId(v string) *ListForListSplitBillDetailOutput
SetBillDetailId sets the BillDetailId field's value.
func (*ListForListSplitBillDetailOutput) SetBillID ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetBillID(v string) *ListForListSplitBillDetailOutput
SetBillID sets the BillID field's value.
func (*ListForListSplitBillDetailOutput) SetBillPeriod ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetBillPeriod(v string) *ListForListSplitBillDetailOutput
SetBillPeriod sets the BillPeriod field's value.
func (*ListForListSplitBillDetailOutput) SetBillingFunction ¶ added in v1.0.119
func (s *ListForListSplitBillDetailOutput) SetBillingFunction(v string) *ListForListSplitBillDetailOutput
SetBillingFunction sets the BillingFunction field's value.
func (*ListForListSplitBillDetailOutput) SetBillingMethodCode ¶ added in v1.0.119
func (s *ListForListSplitBillDetailOutput) SetBillingMethodCode(v string) *ListForListSplitBillDetailOutput
SetBillingMethodCode sets the BillingMethodCode field's value.
func (*ListForListSplitBillDetailOutput) SetBillingMode ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetBillingMode(v string) *ListForListSplitBillDetailOutput
SetBillingMode sets the BillingMode field's value.
func (*ListForListSplitBillDetailOutput) SetBusiPeriod ¶ added in v1.0.186
func (s *ListForListSplitBillDetailOutput) SetBusiPeriod(v string) *ListForListSplitBillDetailOutput
SetBusiPeriod sets the BusiPeriod field's value.
func (*ListForListSplitBillDetailOutput) SetBusinessMode ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetBusinessMode(v string) *ListForListSplitBillDetailOutput
SetBusinessMode sets the BusinessMode field's value.
func (*ListForListSplitBillDetailOutput) SetConfigName ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetConfigName(v string) *ListForListSplitBillDetailOutput
SetConfigName sets the ConfigName field's value.
func (*ListForListSplitBillDetailOutput) SetConfigurationCode ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetConfigurationCode(v string) *ListForListSplitBillDetailOutput
SetConfigurationCode sets the ConfigurationCode field's value.
func (*ListForListSplitBillDetailOutput) SetCostUnit ¶ added in v1.2.5
func (s *ListForListSplitBillDetailOutput) SetCostUnit(v string) *ListForListSplitBillDetailOutput
SetCostUnit sets the CostUnit field's value.
func (*ListForListSplitBillDetailOutput) SetCountryRegion ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetCountryRegion(v string) *ListForListSplitBillDetailOutput
SetCountryRegion sets the CountryRegion field's value.
func (*ListForListSplitBillDetailOutput) SetCouponDeductionAmount ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetCouponDeductionAmount(v string) *ListForListSplitBillDetailOutput
SetCouponDeductionAmount sets the CouponDeductionAmount field's value.
func (*ListForListSplitBillDetailOutput) SetCreditCarriedAmount ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetCreditCarriedAmount(v string) *ListForListSplitBillDetailOutput
SetCreditCarriedAmount sets the CreditCarriedAmount field's value.
func (*ListForListSplitBillDetailOutput) SetCurrency ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetCurrency(v string) *ListForListSplitBillDetailOutput
SetCurrency sets the Currency field's value.
func (*ListForListSplitBillDetailOutput) SetCurrencySettlement ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetCurrencySettlement(v string) *ListForListSplitBillDetailOutput
SetCurrencySettlement sets the CurrencySettlement field's value.
func (*ListForListSplitBillDetailOutput) SetDeductionCount ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetDeductionCount(v string) *ListForListSplitBillDetailOutput
SetDeductionCount sets the DeductionCount field's value.
func (*ListForListSplitBillDetailOutput) SetDiscountBillAmount ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetDiscountBillAmount(v string) *ListForListSplitBillDetailOutput
SetDiscountBillAmount sets the DiscountBillAmount field's value.
func (*ListForListSplitBillDetailOutput) SetDiscountBizBillingFunction ¶ added in v1.0.119
func (s *ListForListSplitBillDetailOutput) SetDiscountBizBillingFunction(v string) *ListForListSplitBillDetailOutput
SetDiscountBizBillingFunction sets the DiscountBizBillingFunction field's value.
func (*ListForListSplitBillDetailOutput) SetDiscountBizMeasureInterval ¶ added in v1.0.119
func (s *ListForListSplitBillDetailOutput) SetDiscountBizMeasureInterval(v string) *ListForListSplitBillDetailOutput
SetDiscountBizMeasureInterval sets the DiscountBizMeasureInterval field's value.
func (*ListForListSplitBillDetailOutput) SetDiscountBizUnitPrice ¶ added in v1.0.119
func (s *ListForListSplitBillDetailOutput) SetDiscountBizUnitPrice(v string) *ListForListSplitBillDetailOutput
SetDiscountBizUnitPrice sets the DiscountBizUnitPrice field's value.
func (*ListForListSplitBillDetailOutput) SetDiscountBizUnitPriceInterval ¶ added in v1.0.119
func (s *ListForListSplitBillDetailOutput) SetDiscountBizUnitPriceInterval(v string) *ListForListSplitBillDetailOutput
SetDiscountBizUnitPriceInterval sets the DiscountBizUnitPriceInterval field's value.
func (*ListForListSplitBillDetailOutput) SetDiscountInfo ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetDiscountInfo(v string) *ListForListSplitBillDetailOutput
SetDiscountInfo sets the DiscountInfo field's value.
func (*ListForListSplitBillDetailOutput) SetEffectiveFactor ¶ added in v1.0.119
func (s *ListForListSplitBillDetailOutput) SetEffectiveFactor(v string) *ListForListSplitBillDetailOutput
SetEffectiveFactor sets the EffectiveFactor field's value.
func (*ListForListSplitBillDetailOutput) SetElement ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetElement(v string) *ListForListSplitBillDetailOutput
SetElement sets the Element field's value.
func (*ListForListSplitBillDetailOutput) SetElementCode ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetElementCode(v string) *ListForListSplitBillDetailOutput
SetElementCode sets the ElementCode field's value.
func (*ListForListSplitBillDetailOutput) SetExchangeRate ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetExchangeRate(v string) *ListForListSplitBillDetailOutput
SetExchangeRate sets the ExchangeRate field's value.
func (*ListForListSplitBillDetailOutput) SetExpandField ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetExpandField(v string) *ListForListSplitBillDetailOutput
SetExpandField sets the ExpandField field's value.
func (*ListForListSplitBillDetailOutput) SetExpenseTime ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetExpenseTime(v string) *ListForListSplitBillDetailOutput
SetExpenseTime sets the ExpenseTime field's value.
func (*ListForListSplitBillDetailOutput) SetFactor ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetFactor(v string) *ListForListSplitBillDetailOutput
SetFactor sets the Factor field's value.
func (*ListForListSplitBillDetailOutput) SetFactorCode ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetFactorCode(v string) *ListForListSplitBillDetailOutput
SetFactorCode sets the FactorCode field's value.
func (*ListForListSplitBillDetailOutput) SetInstanceName ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetInstanceName(v string) *ListForListSplitBillDetailOutput
SetInstanceName sets the InstanceName field's value.
func (*ListForListSplitBillDetailOutput) SetInstanceNo ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetInstanceNo(v string) *ListForListSplitBillDetailOutput
SetInstanceNo sets the InstanceNo field's value.
func (*ListForListSplitBillDetailOutput) SetMainContractNumber ¶ added in v1.1.26
func (s *ListForListSplitBillDetailOutput) SetMainContractNumber(v string) *ListForListSplitBillDetailOutput
SetMainContractNumber sets the MainContractNumber field's value.
func (*ListForListSplitBillDetailOutput) SetMarketPrice ¶ added in v1.0.119
func (s *ListForListSplitBillDetailOutput) SetMarketPrice(v string) *ListForListSplitBillDetailOutput
SetMarketPrice sets the MarketPrice field's value.
func (*ListForListSplitBillDetailOutput) SetMeasureInterval ¶ added in v1.0.119
func (s *ListForListSplitBillDetailOutput) SetMeasureInterval(v string) *ListForListSplitBillDetailOutput
SetMeasureInterval sets the MeasureInterval field's value.
func (*ListForListSplitBillDetailOutput) SetOriginalBillAmount ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetOriginalBillAmount(v string) *ListForListSplitBillDetailOutput
SetOriginalBillAmount sets the OriginalBillAmount field's value.
func (*ListForListSplitBillDetailOutput) SetOriginalOrderNo ¶ added in v1.1.26
func (s *ListForListSplitBillDetailOutput) SetOriginalOrderNo(v string) *ListForListSplitBillDetailOutput
SetOriginalOrderNo sets the OriginalOrderNo field's value.
func (*ListForListSplitBillDetailOutput) SetOwnerCustomerName ¶ added in v1.0.186
func (s *ListForListSplitBillDetailOutput) SetOwnerCustomerName(v string) *ListForListSplitBillDetailOutput
SetOwnerCustomerName sets the OwnerCustomerName field's value.
func (*ListForListSplitBillDetailOutput) SetOwnerID ¶ added in v1.0.186
func (s *ListForListSplitBillDetailOutput) SetOwnerID(v string) *ListForListSplitBillDetailOutput
SetOwnerID sets the OwnerID field's value.
func (*ListForListSplitBillDetailOutput) SetOwnerUserName ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetOwnerUserName(v string) *ListForListSplitBillDetailOutput
SetOwnerUserName sets the OwnerUserName field's value.
func (*ListForListSplitBillDetailOutput) SetPaidAmount ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetPaidAmount(v string) *ListForListSplitBillDetailOutput
SetPaidAmount sets the PaidAmount field's value.
func (*ListForListSplitBillDetailOutput) SetPayableAmount ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetPayableAmount(v string) *ListForListSplitBillDetailOutput
SetPayableAmount sets the PayableAmount field's value.
func (*ListForListSplitBillDetailOutput) SetPayerCustomerName ¶ added in v1.0.186
func (s *ListForListSplitBillDetailOutput) SetPayerCustomerName(v string) *ListForListSplitBillDetailOutput
SetPayerCustomerName sets the PayerCustomerName field's value.
func (*ListForListSplitBillDetailOutput) SetPayerID ¶ added in v1.0.186
func (s *ListForListSplitBillDetailOutput) SetPayerID(v string) *ListForListSplitBillDetailOutput
SetPayerID sets the PayerID field's value.
func (*ListForListSplitBillDetailOutput) SetPayerUserName ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetPayerUserName(v string) *ListForListSplitBillDetailOutput
SetPayerUserName sets the PayerUserName field's value.
func (*ListForListSplitBillDetailOutput) SetPosttaxAmount ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetPosttaxAmount(v string) *ListForListSplitBillDetailOutput
SetPosttaxAmount sets the PosttaxAmount field's value.
func (*ListForListSplitBillDetailOutput) SetPreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetPreTaxPayableAmount(v string) *ListForListSplitBillDetailOutput
SetPreTaxPayableAmount sets the PreTaxPayableAmount field's value.
func (*ListForListSplitBillDetailOutput) SetPreferentialBillAmount ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetPreferentialBillAmount(v string) *ListForListSplitBillDetailOutput
SetPreferentialBillAmount sets the PreferentialBillAmount field's value.
func (*ListForListSplitBillDetailOutput) SetPretaxAmount ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetPretaxAmount(v string) *ListForListSplitBillDetailOutput
SetPretaxAmount sets the PretaxAmount field's value.
func (*ListForListSplitBillDetailOutput) SetPretaxRealValue ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetPretaxRealValue(v string) *ListForListSplitBillDetailOutput
SetPretaxRealValue sets the PretaxRealValue field's value.
func (*ListForListSplitBillDetailOutput) SetPrice ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetPrice(v string) *ListForListSplitBillDetailOutput
SetPrice sets the Price field's value.
func (*ListForListSplitBillDetailOutput) SetPriceInterval ¶ added in v1.0.119
func (s *ListForListSplitBillDetailOutput) SetPriceInterval(v string) *ListForListSplitBillDetailOutput
SetPriceInterval sets the PriceInterval field's value.
func (*ListForListSplitBillDetailOutput) SetPriceUnit ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetPriceUnit(v string) *ListForListSplitBillDetailOutput
SetPriceUnit sets the PriceUnit field's value.
func (*ListForListSplitBillDetailOutput) SetProduct ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetProduct(v string) *ListForListSplitBillDetailOutput
SetProduct sets the Product field's value.
func (*ListForListSplitBillDetailOutput) SetProductZh ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetProductZh(v string) *ListForListSplitBillDetailOutput
SetProductZh sets the ProductZh field's value.
func (*ListForListSplitBillDetailOutput) SetProject ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetProject(v string) *ListForListSplitBillDetailOutput
SetProject sets the Project field's value.
func (*ListForListSplitBillDetailOutput) SetProjectDisplayName ¶ added in v1.0.130
func (s *ListForListSplitBillDetailOutput) SetProjectDisplayName(v string) *ListForListSplitBillDetailOutput
SetProjectDisplayName sets the ProjectDisplayName field's value.
func (*ListForListSplitBillDetailOutput) SetRealValue ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetRealValue(v string) *ListForListSplitBillDetailOutput
SetRealValue sets the RealValue field's value.
func (*ListForListSplitBillDetailOutput) SetRegion ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetRegion(v string) *ListForListSplitBillDetailOutput
SetRegion sets the Region field's value.
func (*ListForListSplitBillDetailOutput) SetRegionCode ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetRegionCode(v string) *ListForListSplitBillDetailOutput
SetRegionCode sets the RegionCode field's value.
func (*ListForListSplitBillDetailOutput) SetReservationInstance ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetReservationInstance(v string) *ListForListSplitBillDetailOutput
SetReservationInstance sets the ReservationInstance field's value.
func (*ListForListSplitBillDetailOutput) SetRoundAmount ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetRoundAmount(v string) *ListForListSplitBillDetailOutput
SetRoundAmount sets the RoundAmount field's value.
func (*ListForListSplitBillDetailOutput) SetSavingPlanDeductionDiscountAmount ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetSavingPlanDeductionDiscountAmount(v string) *ListForListSplitBillDetailOutput
SetSavingPlanDeductionDiscountAmount sets the SavingPlanDeductionDiscountAmount field's value.
func (*ListForListSplitBillDetailOutput) SetSavingPlanDeductionSpID ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetSavingPlanDeductionSpID(v string) *ListForListSplitBillDetailOutput
SetSavingPlanDeductionSpID sets the SavingPlanDeductionSpID field's value.
func (*ListForListSplitBillDetailOutput) SetSavingPlanOriginalAmount ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetSavingPlanOriginalAmount(v string) *ListForListSplitBillDetailOutput
SetSavingPlanOriginalAmount sets the SavingPlanOriginalAmount field's value.
func (*ListForListSplitBillDetailOutput) SetSellerCustomerName ¶ added in v1.0.186
func (s *ListForListSplitBillDetailOutput) SetSellerCustomerName(v string) *ListForListSplitBillDetailOutput
SetSellerCustomerName sets the SellerCustomerName field's value.
func (*ListForListSplitBillDetailOutput) SetSellerID ¶ added in v1.0.186
func (s *ListForListSplitBillDetailOutput) SetSellerID(v string) *ListForListSplitBillDetailOutput
SetSellerID sets the SellerID field's value.
func (*ListForListSplitBillDetailOutput) SetSellerUserName ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetSellerUserName(v string) *ListForListSplitBillDetailOutput
SetSellerUserName sets the SellerUserName field's value.
func (*ListForListSplitBillDetailOutput) SetSellingMode ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetSellingMode(v string) *ListForListSplitBillDetailOutput
SetSellingMode sets the SellingMode field's value.
func (*ListForListSplitBillDetailOutput) SetSettlePayableAmount ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetSettlePayableAmount(v string) *ListForListSplitBillDetailOutput
SetSettlePayableAmount sets the SettlePayableAmount field's value.
func (*ListForListSplitBillDetailOutput) SetSettlePosttaxAmount ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetSettlePosttaxAmount(v string) *ListForListSplitBillDetailOutput
SetSettlePosttaxAmount sets the SettlePosttaxAmount field's value.
func (*ListForListSplitBillDetailOutput) SetSettlePreTaxPayableAmount ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetSettlePreTaxPayableAmount(v string) *ListForListSplitBillDetailOutput
SetSettlePreTaxPayableAmount sets the SettlePreTaxPayableAmount field's value.
func (*ListForListSplitBillDetailOutput) SetSettlePretaxAmount ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetSettlePretaxAmount(v string) *ListForListSplitBillDetailOutput
SetSettlePretaxAmount sets the SettlePretaxAmount field's value.
func (*ListForListSplitBillDetailOutput) SetSettlePretaxRealValue ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetSettlePretaxRealValue(v string) *ListForListSplitBillDetailOutput
SetSettlePretaxRealValue sets the SettlePretaxRealValue field's value.
func (*ListForListSplitBillDetailOutput) SetSettleRealValue ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetSettleRealValue(v string) *ListForListSplitBillDetailOutput
SetSettleRealValue sets the SettleRealValue field's value.
func (*ListForListSplitBillDetailOutput) SetSettleTax ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetSettleTax(v string) *ListForListSplitBillDetailOutput
SetSettleTax sets the SettleTax field's value.
func (*ListForListSplitBillDetailOutput) SetSettlementType ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetSettlementType(v string) *ListForListSplitBillDetailOutput
SetSettlementType sets the SettlementType field's value.
func (*ListForListSplitBillDetailOutput) SetSolutionZh ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetSolutionZh(v string) *ListForListSplitBillDetailOutput
SetSolutionZh sets the SolutionZh field's value.
func (*ListForListSplitBillDetailOutput) SetSplitBillDetailId ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetSplitBillDetailId(v string) *ListForListSplitBillDetailOutput
SetSplitBillDetailId sets the SplitBillDetailId field's value.
func (*ListForListSplitBillDetailOutput) SetSplitItemAmount ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetSplitItemAmount(v string) *ListForListSplitBillDetailOutput
SetSplitItemAmount sets the SplitItemAmount field's value.
func (*ListForListSplitBillDetailOutput) SetSplitItemID ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetSplitItemID(v string) *ListForListSplitBillDetailOutput
SetSplitItemID sets the SplitItemID field's value.
func (*ListForListSplitBillDetailOutput) SetSplitItemName ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetSplitItemName(v string) *ListForListSplitBillDetailOutput
SetSplitItemName sets the SplitItemName field's value.
func (*ListForListSplitBillDetailOutput) SetSplitItemRatio ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetSplitItemRatio(v string) *ListForListSplitBillDetailOutput
SetSplitItemRatio sets the SplitItemRatio field's value.
func (*ListForListSplitBillDetailOutput) SetSubjectName ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetSubjectName(v string) *ListForListSplitBillDetailOutput
SetSubjectName sets the SubjectName field's value.
func (*ListForListSplitBillDetailOutput) SetTag ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetTag(v string) *ListForListSplitBillDetailOutput
SetTag sets the Tag field's value.
func (*ListForListSplitBillDetailOutput) SetTax ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetTax(v string) *ListForListSplitBillDetailOutput
SetTax sets the Tax field's value.
func (*ListForListSplitBillDetailOutput) SetTaxRate ¶ added in v1.1.24
func (s *ListForListSplitBillDetailOutput) SetTaxRate(v string) *ListForListSplitBillDetailOutput
SetTaxRate sets the TaxRate field's value.
func (*ListForListSplitBillDetailOutput) SetTradeTime ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetTradeTime(v string) *ListForListSplitBillDetailOutput
SetTradeTime sets the TradeTime field's value.
func (*ListForListSplitBillDetailOutput) SetUnit ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetUnit(v string) *ListForListSplitBillDetailOutput
SetUnit sets the Unit field's value.
func (*ListForListSplitBillDetailOutput) SetUnpaidAmount ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetUnpaidAmount(v string) *ListForListSplitBillDetailOutput
SetUnpaidAmount sets the UnpaidAmount field's value.
func (*ListForListSplitBillDetailOutput) SetUseDuration ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetUseDuration(v string) *ListForListSplitBillDetailOutput
SetUseDuration sets the UseDuration field's value.
func (*ListForListSplitBillDetailOutput) SetUseDurationUnit ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetUseDurationUnit(v string) *ListForListSplitBillDetailOutput
SetUseDurationUnit sets the UseDurationUnit field's value.
func (*ListForListSplitBillDetailOutput) SetZone ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetZone(v string) *ListForListSplitBillDetailOutput
SetZone sets the Zone field's value.
func (*ListForListSplitBillDetailOutput) SetZoneCode ¶ added in v1.0.116
func (s *ListForListSplitBillDetailOutput) SetZoneCode(v string) *ListForListSplitBillDetailOutput
SetZoneCode sets the ZoneCode field's value.
func (ListForListSplitBillDetailOutput) String ¶ added in v1.0.116
func (s ListForListSplitBillDetailOutput) String() string
String returns the string representation
type ListInvitationInput ¶ added in v1.0.125
type ListInvitationInput struct {
// contains filtered or unexported fields
}
func (ListInvitationInput) GoString ¶ added in v1.0.125
func (s ListInvitationInput) GoString() string
GoString returns the string representation
func (ListInvitationInput) String ¶ added in v1.0.125
func (s ListInvitationInput) String() string
String returns the string representation
type ListInvitationOutput ¶ added in v1.0.125
type ListInvitationOutput struct {
Metadata *response.ResponseMetadata
List []*ListForListInvitationOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListInvitationOutput) GoString ¶ added in v1.0.125
func (s ListInvitationOutput) GoString() string
GoString returns the string representation
func (*ListInvitationOutput) SetList ¶ added in v1.0.125
func (s *ListInvitationOutput) SetList(v []*ListForListInvitationOutput) *ListInvitationOutput
SetList sets the List field's value.
func (ListInvitationOutput) String ¶ added in v1.0.125
func (s ListInvitationOutput) String() string
String returns the string representation
type ListOrderProductDetailsInput ¶ added in v1.0.152
type ListOrderProductDetailsInput struct {
MaxResults *int32 `type:"int32" json:",omitempty"`
NextToken *string `type:"string" json:",omitempty"`
// OrderID is a required field
OrderID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListOrderProductDetailsInput) GoString ¶ added in v1.0.152
func (s ListOrderProductDetailsInput) GoString() string
GoString returns the string representation
func (*ListOrderProductDetailsInput) SetMaxResults ¶ added in v1.0.152
func (s *ListOrderProductDetailsInput) SetMaxResults(v int32) *ListOrderProductDetailsInput
SetMaxResults sets the MaxResults field's value.
func (*ListOrderProductDetailsInput) SetNextToken ¶ added in v1.0.152
func (s *ListOrderProductDetailsInput) SetNextToken(v string) *ListOrderProductDetailsInput
SetNextToken sets the NextToken field's value.
func (*ListOrderProductDetailsInput) SetOrderID ¶ added in v1.0.152
func (s *ListOrderProductDetailsInput) SetOrderID(v string) *ListOrderProductDetailsInput
SetOrderID sets the OrderID field's value.
func (ListOrderProductDetailsInput) String ¶ added in v1.0.152
func (s ListOrderProductDetailsInput) String() string
String returns the string representation
func (*ListOrderProductDetailsInput) Validate ¶ added in v1.0.152
func (s *ListOrderProductDetailsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListOrderProductDetailsOutput ¶ added in v1.0.152
type ListOrderProductDetailsOutput struct {
Metadata *response.ResponseMetadata
MaxResults *int32 `type:"int32" json:",omitempty"`
NextToken *string `type:"string" json:",omitempty"`
OrderProductInfos []*OrderProductInfoForListOrderProductDetailsOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListOrderProductDetailsOutput) GoString ¶ added in v1.0.152
func (s ListOrderProductDetailsOutput) GoString() string
GoString returns the string representation
func (*ListOrderProductDetailsOutput) SetMaxResults ¶ added in v1.0.152
func (s *ListOrderProductDetailsOutput) SetMaxResults(v int32) *ListOrderProductDetailsOutput
SetMaxResults sets the MaxResults field's value.
func (*ListOrderProductDetailsOutput) SetNextToken ¶ added in v1.0.152
func (s *ListOrderProductDetailsOutput) SetNextToken(v string) *ListOrderProductDetailsOutput
SetNextToken sets the NextToken field's value.
func (*ListOrderProductDetailsOutput) SetOrderProductInfos ¶ added in v1.0.152
func (s *ListOrderProductDetailsOutput) SetOrderProductInfos(v []*OrderProductInfoForListOrderProductDetailsOutput) *ListOrderProductDetailsOutput
SetOrderProductInfos sets the OrderProductInfos field's value.
func (ListOrderProductDetailsOutput) String ¶ added in v1.0.152
func (s ListOrderProductDetailsOutput) String() string
String returns the string representation
type ListOrdersInput ¶ added in v1.0.152
type ListOrdersInput struct {
CreateTimeEnd *string `type:"string" json:",omitempty"`
CreateTimeStart *string `type:"string" json:",omitempty"`
MaxResults *int32 `type:"int32" json:",omitempty"`
NextToken *string `type:"string" json:",omitempty"`
OrderType *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListOrdersInput) GoString ¶ added in v1.0.152
func (s ListOrdersInput) GoString() string
GoString returns the string representation
func (*ListOrdersInput) SetCreateTimeEnd ¶ added in v1.0.152
func (s *ListOrdersInput) SetCreateTimeEnd(v string) *ListOrdersInput
SetCreateTimeEnd sets the CreateTimeEnd field's value.
func (*ListOrdersInput) SetCreateTimeStart ¶ added in v1.0.152
func (s *ListOrdersInput) SetCreateTimeStart(v string) *ListOrdersInput
SetCreateTimeStart sets the CreateTimeStart field's value.
func (*ListOrdersInput) SetMaxResults ¶ added in v1.0.152
func (s *ListOrdersInput) SetMaxResults(v int32) *ListOrdersInput
SetMaxResults sets the MaxResults field's value.
func (*ListOrdersInput) SetNextToken ¶ added in v1.0.152
func (s *ListOrdersInput) SetNextToken(v string) *ListOrdersInput
SetNextToken sets the NextToken field's value.
func (*ListOrdersInput) SetOrderType ¶ added in v1.0.152
func (s *ListOrdersInput) SetOrderType(v string) *ListOrdersInput
SetOrderType sets the OrderType field's value.
func (*ListOrdersInput) SetStatus ¶ added in v1.0.152
func (s *ListOrdersInput) SetStatus(v string) *ListOrdersInput
SetStatus sets the Status field's value.
func (ListOrdersInput) String ¶ added in v1.0.152
func (s ListOrdersInput) String() string
String returns the string representation
type ListOrdersOutput ¶ added in v1.0.152
type ListOrdersOutput struct {
Metadata *response.ResponseMetadata
MaxResults *int32 `type:"int32" json:",omitempty"`
NextToken *string `type:"string" json:",omitempty"`
OrderInfos []*OrderInfoForListOrdersOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListOrdersOutput) GoString ¶ added in v1.0.152
func (s ListOrdersOutput) GoString() string
GoString returns the string representation
func (*ListOrdersOutput) SetMaxResults ¶ added in v1.0.152
func (s *ListOrdersOutput) SetMaxResults(v int32) *ListOrdersOutput
SetMaxResults sets the MaxResults field's value.
func (*ListOrdersOutput) SetNextToken ¶ added in v1.0.152
func (s *ListOrdersOutput) SetNextToken(v string) *ListOrdersOutput
SetNextToken sets the NextToken field's value.
func (*ListOrdersOutput) SetOrderInfos ¶ added in v1.0.152
func (s *ListOrdersOutput) SetOrderInfos(v []*OrderInfoForListOrdersOutput) *ListOrdersOutput
SetOrderInfos sets the OrderInfos field's value.
func (ListOrdersOutput) String ¶ added in v1.0.152
func (s ListOrdersOutput) String() string
String returns the string representation
type ListPackageUsageDetailsInput ¶ added in v1.0.157
type ListPackageUsageDetailsInput struct {
// DeductBeginTime is a required field
DeductBeginTime *string `type:"string" json:",omitempty" required:"true"`
// DeductEndTime is a required field
DeductEndTime *string `type:"string" json:",omitempty" required:"true"`
InstanceNo *string `type:"string" json:",omitempty"`
// MaxResults is a required field
MaxResults *string `type:"string" json:",omitempty" required:"true"`
NextToken *string `type:"string" json:",omitempty"`
// ResourceType is a required field
ResourceType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfResourceTypeForListPackageUsageDetailsInput"`
// contains filtered or unexported fields
}
func (ListPackageUsageDetailsInput) GoString ¶ added in v1.0.157
func (s ListPackageUsageDetailsInput) GoString() string
GoString returns the string representation
func (*ListPackageUsageDetailsInput) SetDeductBeginTime ¶ added in v1.0.157
func (s *ListPackageUsageDetailsInput) SetDeductBeginTime(v string) *ListPackageUsageDetailsInput
SetDeductBeginTime sets the DeductBeginTime field's value.
func (*ListPackageUsageDetailsInput) SetDeductEndTime ¶ added in v1.0.157
func (s *ListPackageUsageDetailsInput) SetDeductEndTime(v string) *ListPackageUsageDetailsInput
SetDeductEndTime sets the DeductEndTime field's value.
func (*ListPackageUsageDetailsInput) SetInstanceNo ¶ added in v1.0.157
func (s *ListPackageUsageDetailsInput) SetInstanceNo(v string) *ListPackageUsageDetailsInput
SetInstanceNo sets the InstanceNo field's value.
func (*ListPackageUsageDetailsInput) SetMaxResults ¶ added in v1.0.157
func (s *ListPackageUsageDetailsInput) SetMaxResults(v string) *ListPackageUsageDetailsInput
SetMaxResults sets the MaxResults field's value.
func (*ListPackageUsageDetailsInput) SetNextToken ¶ added in v1.0.157
func (s *ListPackageUsageDetailsInput) SetNextToken(v string) *ListPackageUsageDetailsInput
SetNextToken sets the NextToken field's value.
func (*ListPackageUsageDetailsInput) SetResourceType ¶ added in v1.0.157
func (s *ListPackageUsageDetailsInput) SetResourceType(v string) *ListPackageUsageDetailsInput
SetResourceType sets the ResourceType field's value.
func (ListPackageUsageDetailsInput) String ¶ added in v1.0.157
func (s ListPackageUsageDetailsInput) String() string
String returns the string representation
func (*ListPackageUsageDetailsInput) Validate ¶ added in v1.0.157
func (s *ListPackageUsageDetailsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListPackageUsageDetailsOutput ¶ added in v1.0.157
type ListPackageUsageDetailsOutput struct {
Metadata *response.ResponseMetadata
List []*ListForListPackageUsageDetailsOutput `type:"list" json:",omitempty"`
NextToken *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListPackageUsageDetailsOutput) GoString ¶ added in v1.0.157
func (s ListPackageUsageDetailsOutput) GoString() string
GoString returns the string representation
func (*ListPackageUsageDetailsOutput) SetList ¶ added in v1.0.157
func (s *ListPackageUsageDetailsOutput) SetList(v []*ListForListPackageUsageDetailsOutput) *ListPackageUsageDetailsOutput
SetList sets the List field's value.
func (*ListPackageUsageDetailsOutput) SetNextToken ¶ added in v1.0.157
func (s *ListPackageUsageDetailsOutput) SetNextToken(v string) *ListPackageUsageDetailsOutput
SetNextToken sets the NextToken field's value.
func (ListPackageUsageDetailsOutput) String ¶ added in v1.0.157
func (s ListPackageUsageDetailsOutput) String() string
String returns the string representation
type ListRecipientInformationInput ¶ added in v1.1.41
type ListRecipientInformationInput struct {
// Limit is a required field
Limit *int32 `type:"int32" json:",omitempty" required:"true"`
// Offset is a required field
Offset *int32 `type:"int32" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListRecipientInformationInput) GoString ¶ added in v1.1.41
func (s ListRecipientInformationInput) GoString() string
GoString returns the string representation
func (*ListRecipientInformationInput) SetLimit ¶ added in v1.1.41
func (s *ListRecipientInformationInput) SetLimit(v int32) *ListRecipientInformationInput
SetLimit sets the Limit field's value.
func (*ListRecipientInformationInput) SetOffset ¶ added in v1.1.41
func (s *ListRecipientInformationInput) SetOffset(v int32) *ListRecipientInformationInput
SetOffset sets the Offset field's value.
func (ListRecipientInformationInput) String ¶ added in v1.1.41
func (s ListRecipientInformationInput) String() string
String returns the string representation
func (*ListRecipientInformationInput) Validate ¶ added in v1.1.41
func (s *ListRecipientInformationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListRecipientInformationOutput ¶ added in v1.1.41
type ListRecipientInformationOutput struct {
Metadata *response.ResponseMetadata
Limit *int32 `type:"int32" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
RecipientInformationList []*RecipientInformationListForListRecipientInformationOutput `type:"list" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListRecipientInformationOutput) GoString ¶ added in v1.1.41
func (s ListRecipientInformationOutput) GoString() string
GoString returns the string representation
func (*ListRecipientInformationOutput) SetLimit ¶ added in v1.1.41
func (s *ListRecipientInformationOutput) SetLimit(v int32) *ListRecipientInformationOutput
SetLimit sets the Limit field's value.
func (*ListRecipientInformationOutput) SetOffset ¶ added in v1.1.41
func (s *ListRecipientInformationOutput) SetOffset(v int32) *ListRecipientInformationOutput
SetOffset sets the Offset field's value.
func (*ListRecipientInformationOutput) SetRecipientInformationList ¶ added in v1.1.41
func (s *ListRecipientInformationOutput) SetRecipientInformationList(v []*RecipientInformationListForListRecipientInformationOutput) *ListRecipientInformationOutput
SetRecipientInformationList sets the RecipientInformationList field's value.
func (*ListRecipientInformationOutput) SetTotal ¶ added in v1.1.41
func (s *ListRecipientInformationOutput) SetTotal(v int32) *ListRecipientInformationOutput
SetTotal sets the Total field's value.
func (ListRecipientInformationOutput) String ¶ added in v1.1.41
func (s ListRecipientInformationOutput) String() string
String returns the string representation
type ListResourcePackagesInput ¶ added in v1.0.157
type ListResourcePackagesInput struct {
EffectiveTimeBegin *string `type:"string" json:",omitempty"`
EffectiveTimeEnd *string `type:"string" json:",omitempty"`
// MaxResults is a required field
MaxResults *string `type:"string" json:",omitempty" required:"true"`
NextToken *string `type:"string" json:",omitempty"`
Product *string `type:"string" json:",omitempty"`
// ResourceType is a required field
ResourceType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfResourceTypeForListResourcePackagesInput"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForListResourcePackagesInput"`
// contains filtered or unexported fields
}
func (ListResourcePackagesInput) GoString ¶ added in v1.0.157
func (s ListResourcePackagesInput) GoString() string
GoString returns the string representation
func (*ListResourcePackagesInput) SetEffectiveTimeBegin ¶ added in v1.0.157
func (s *ListResourcePackagesInput) SetEffectiveTimeBegin(v string) *ListResourcePackagesInput
SetEffectiveTimeBegin sets the EffectiveTimeBegin field's value.
func (*ListResourcePackagesInput) SetEffectiveTimeEnd ¶ added in v1.0.157
func (s *ListResourcePackagesInput) SetEffectiveTimeEnd(v string) *ListResourcePackagesInput
SetEffectiveTimeEnd sets the EffectiveTimeEnd field's value.
func (*ListResourcePackagesInput) SetMaxResults ¶ added in v1.0.157
func (s *ListResourcePackagesInput) SetMaxResults(v string) *ListResourcePackagesInput
SetMaxResults sets the MaxResults field's value.
func (*ListResourcePackagesInput) SetNextToken ¶ added in v1.0.157
func (s *ListResourcePackagesInput) SetNextToken(v string) *ListResourcePackagesInput
SetNextToken sets the NextToken field's value.
func (*ListResourcePackagesInput) SetProduct ¶ added in v1.0.157
func (s *ListResourcePackagesInput) SetProduct(v string) *ListResourcePackagesInput
SetProduct sets the Product field's value.
func (*ListResourcePackagesInput) SetResourceType ¶ added in v1.0.157
func (s *ListResourcePackagesInput) SetResourceType(v string) *ListResourcePackagesInput
SetResourceType sets the ResourceType field's value.
func (*ListResourcePackagesInput) SetStatus ¶ added in v1.0.157
func (s *ListResourcePackagesInput) SetStatus(v string) *ListResourcePackagesInput
SetStatus sets the Status field's value.
func (ListResourcePackagesInput) String ¶ added in v1.0.157
func (s ListResourcePackagesInput) String() string
String returns the string representation
func (*ListResourcePackagesInput) Validate ¶ added in v1.0.157
func (s *ListResourcePackagesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListResourcePackagesOutput ¶ added in v1.0.157
type ListResourcePackagesOutput struct {
Metadata *response.ResponseMetadata
List []*ListForListResourcePackagesOutput `type:"list" json:",omitempty"`
NextToken *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListResourcePackagesOutput) GoString ¶ added in v1.0.157
func (s ListResourcePackagesOutput) GoString() string
GoString returns the string representation
func (*ListResourcePackagesOutput) SetList ¶ added in v1.0.157
func (s *ListResourcePackagesOutput) SetList(v []*ListForListResourcePackagesOutput) *ListResourcePackagesOutput
SetList sets the List field's value.
func (*ListResourcePackagesOutput) SetNextToken ¶ added in v1.0.157
func (s *ListResourcePackagesOutput) SetNextToken(v string) *ListResourcePackagesOutput
SetNextToken sets the NextToken field's value.
func (ListResourcePackagesOutput) String ¶ added in v1.0.157
func (s ListResourcePackagesOutput) String() string
String returns the string representation
type ListSplitBillDetailInput ¶ added in v1.0.116
type ListSplitBillDetailInput struct {
BillCategory []*string `type:"list" json:",omitempty"`
// BillPeriod is a required field
BillPeriod *string `type:"string" json:",omitempty" required:"true"`
BillingMode []*string `type:"list" json:",omitempty"`
ExpenseDate *string `type:"string" json:",omitempty"`
GroupPeriod *int32 `type:"int32" json:",omitempty"`
IgnoreZero *int32 `type:"int32" json:",omitempty"`
InstanceNo *string `type:"string" json:",omitempty"`
// Limit is a required field
Limit *int32 `type:"int32" json:",omitempty" required:"true"`
NeedRecordNum *int32 `type:"int32" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
OwnerID []*int64 `type:"list" json:",omitempty"`
PayerID []*int64 `type:"list" json:",omitempty"`
Product []*string `type:"list" json:",omitempty"`
SplitDimension *string `type:"string" json:",omitempty"`
SplitItemID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListSplitBillDetailInput) GoString ¶ added in v1.0.116
func (s ListSplitBillDetailInput) GoString() string
GoString returns the string representation
func (*ListSplitBillDetailInput) SetBillCategory ¶ added in v1.0.116
func (s *ListSplitBillDetailInput) SetBillCategory(v []*string) *ListSplitBillDetailInput
SetBillCategory sets the BillCategory field's value.
func (*ListSplitBillDetailInput) SetBillPeriod ¶ added in v1.0.116
func (s *ListSplitBillDetailInput) SetBillPeriod(v string) *ListSplitBillDetailInput
SetBillPeriod sets the BillPeriod field's value.
func (*ListSplitBillDetailInput) SetBillingMode ¶ added in v1.0.116
func (s *ListSplitBillDetailInput) SetBillingMode(v []*string) *ListSplitBillDetailInput
SetBillingMode sets the BillingMode field's value.
func (*ListSplitBillDetailInput) SetExpenseDate ¶ added in v1.0.130
func (s *ListSplitBillDetailInput) SetExpenseDate(v string) *ListSplitBillDetailInput
SetExpenseDate sets the ExpenseDate field's value.
func (*ListSplitBillDetailInput) SetGroupPeriod ¶ added in v1.0.116
func (s *ListSplitBillDetailInput) SetGroupPeriod(v int32) *ListSplitBillDetailInput
SetGroupPeriod sets the GroupPeriod field's value.
func (*ListSplitBillDetailInput) SetIgnoreZero ¶ added in v1.0.116
func (s *ListSplitBillDetailInput) SetIgnoreZero(v int32) *ListSplitBillDetailInput
SetIgnoreZero sets the IgnoreZero field's value.
func (*ListSplitBillDetailInput) SetInstanceNo ¶ added in v1.0.116
func (s *ListSplitBillDetailInput) SetInstanceNo(v string) *ListSplitBillDetailInput
SetInstanceNo sets the InstanceNo field's value.
func (*ListSplitBillDetailInput) SetLimit ¶ added in v1.0.116
func (s *ListSplitBillDetailInput) SetLimit(v int32) *ListSplitBillDetailInput
SetLimit sets the Limit field's value.
func (*ListSplitBillDetailInput) SetNeedRecordNum ¶ added in v1.0.116
func (s *ListSplitBillDetailInput) SetNeedRecordNum(v int32) *ListSplitBillDetailInput
SetNeedRecordNum sets the NeedRecordNum field's value.
func (*ListSplitBillDetailInput) SetOffset ¶ added in v1.0.116
func (s *ListSplitBillDetailInput) SetOffset(v int32) *ListSplitBillDetailInput
SetOffset sets the Offset field's value.
func (*ListSplitBillDetailInput) SetOwnerID ¶ added in v1.0.140
func (s *ListSplitBillDetailInput) SetOwnerID(v []*int64) *ListSplitBillDetailInput
SetOwnerID sets the OwnerID field's value.
func (*ListSplitBillDetailInput) SetPayerID ¶ added in v1.0.140
func (s *ListSplitBillDetailInput) SetPayerID(v []*int64) *ListSplitBillDetailInput
SetPayerID sets the PayerID field's value.
func (*ListSplitBillDetailInput) SetProduct ¶ added in v1.0.116
func (s *ListSplitBillDetailInput) SetProduct(v []*string) *ListSplitBillDetailInput
SetProduct sets the Product field's value.
func (*ListSplitBillDetailInput) SetSplitDimension ¶ added in v1.2.5
func (s *ListSplitBillDetailInput) SetSplitDimension(v string) *ListSplitBillDetailInput
SetSplitDimension sets the SplitDimension field's value.
func (*ListSplitBillDetailInput) SetSplitItemID ¶ added in v1.0.116
func (s *ListSplitBillDetailInput) SetSplitItemID(v string) *ListSplitBillDetailInput
SetSplitItemID sets the SplitItemID field's value.
func (ListSplitBillDetailInput) String ¶ added in v1.0.116
func (s ListSplitBillDetailInput) String() string
String returns the string representation
func (*ListSplitBillDetailInput) Validate ¶ added in v1.0.116
func (s *ListSplitBillDetailInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListSplitBillDetailOutput ¶ added in v1.0.116
type ListSplitBillDetailOutput struct {
Metadata *response.ResponseMetadata
Limit *int32 `type:"int32" json:",omitempty"`
List []*ListForListSplitBillDetailOutput `type:"list" json:",omitempty"`
Offset *int32 `type:"int32" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListSplitBillDetailOutput) GoString ¶ added in v1.0.116
func (s ListSplitBillDetailOutput) GoString() string
GoString returns the string representation
func (*ListSplitBillDetailOutput) SetLimit ¶ added in v1.0.116
func (s *ListSplitBillDetailOutput) SetLimit(v int32) *ListSplitBillDetailOutput
SetLimit sets the Limit field's value.
func (*ListSplitBillDetailOutput) SetList ¶ added in v1.0.116
func (s *ListSplitBillDetailOutput) SetList(v []*ListForListSplitBillDetailOutput) *ListSplitBillDetailOutput
SetList sets the List field's value.
func (*ListSplitBillDetailOutput) SetOffset ¶ added in v1.0.116
func (s *ListSplitBillDetailOutput) SetOffset(v int32) *ListSplitBillDetailOutput
SetOffset sets the Offset field's value.
func (*ListSplitBillDetailOutput) SetTotal ¶ added in v1.0.116
func (s *ListSplitBillDetailOutput) SetTotal(v int32) *ListSplitBillDetailOutput
SetTotal sets the Total field's value.
func (ListSplitBillDetailOutput) String ¶ added in v1.0.116
func (s ListSplitBillDetailOutput) String() string
String returns the string representation
type OrderFailRefundInfoForGetOrderOutput ¶ added in v1.0.181
type OrderFailRefundInfoForGetOrderOutput struct {
CouponAmount *string `type:"string" json:",omitempty"`
DiscountAmount *string `type:"string" json:",omitempty"`
OriginalAmount *string `type:"string" json:",omitempty"`
PaidAmount *string `type:"string" json:",omitempty"`
PayableAmount *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (OrderFailRefundInfoForGetOrderOutput) GoString ¶ added in v1.0.181
func (s OrderFailRefundInfoForGetOrderOutput) GoString() string
GoString returns the string representation
func (*OrderFailRefundInfoForGetOrderOutput) SetCouponAmount ¶ added in v1.0.181
func (s *OrderFailRefundInfoForGetOrderOutput) SetCouponAmount(v string) *OrderFailRefundInfoForGetOrderOutput
SetCouponAmount sets the CouponAmount field's value.
func (*OrderFailRefundInfoForGetOrderOutput) SetDiscountAmount ¶ added in v1.0.181
func (s *OrderFailRefundInfoForGetOrderOutput) SetDiscountAmount(v string) *OrderFailRefundInfoForGetOrderOutput
SetDiscountAmount sets the DiscountAmount field's value.
func (*OrderFailRefundInfoForGetOrderOutput) SetOriginalAmount ¶ added in v1.0.181
func (s *OrderFailRefundInfoForGetOrderOutput) SetOriginalAmount(v string) *OrderFailRefundInfoForGetOrderOutput
SetOriginalAmount sets the OriginalAmount field's value.
func (*OrderFailRefundInfoForGetOrderOutput) SetPaidAmount ¶ added in v1.0.181
func (s *OrderFailRefundInfoForGetOrderOutput) SetPaidAmount(v string) *OrderFailRefundInfoForGetOrderOutput
SetPaidAmount sets the PaidAmount field's value.
func (*OrderFailRefundInfoForGetOrderOutput) SetPayableAmount ¶ added in v1.0.181
func (s *OrderFailRefundInfoForGetOrderOutput) SetPayableAmount(v string) *OrderFailRefundInfoForGetOrderOutput
SetPayableAmount sets the PayableAmount field's value.
func (OrderFailRefundInfoForGetOrderOutput) String ¶ added in v1.0.181
func (s OrderFailRefundInfoForGetOrderOutput) String() string
String returns the string representation
type OrderFailRefundInfoForListOrderProductDetailsOutput ¶ added in v1.0.181
type OrderFailRefundInfoForListOrderProductDetailsOutput struct {
CouponAmount *string `type:"string" json:",omitempty"`
DiscountAmount *string `type:"string" json:",omitempty"`
OriginalAmount *string `type:"string" json:",omitempty"`
PaidAmount *string `type:"string" json:",omitempty"`
PayableAmount *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (OrderFailRefundInfoForListOrderProductDetailsOutput) GoString ¶ added in v1.0.181
func (s OrderFailRefundInfoForListOrderProductDetailsOutput) GoString() string
GoString returns the string representation
func (*OrderFailRefundInfoForListOrderProductDetailsOutput) SetCouponAmount ¶ added in v1.0.181
func (s *OrderFailRefundInfoForListOrderProductDetailsOutput) SetCouponAmount(v string) *OrderFailRefundInfoForListOrderProductDetailsOutput
SetCouponAmount sets the CouponAmount field's value.
func (*OrderFailRefundInfoForListOrderProductDetailsOutput) SetDiscountAmount ¶ added in v1.0.181
func (s *OrderFailRefundInfoForListOrderProductDetailsOutput) SetDiscountAmount(v string) *OrderFailRefundInfoForListOrderProductDetailsOutput
SetDiscountAmount sets the DiscountAmount field's value.
func (*OrderFailRefundInfoForListOrderProductDetailsOutput) SetOriginalAmount ¶ added in v1.0.181
func (s *OrderFailRefundInfoForListOrderProductDetailsOutput) SetOriginalAmount(v string) *OrderFailRefundInfoForListOrderProductDetailsOutput
SetOriginalAmount sets the OriginalAmount field's value.
func (*OrderFailRefundInfoForListOrderProductDetailsOutput) SetPaidAmount ¶ added in v1.0.181
func (s *OrderFailRefundInfoForListOrderProductDetailsOutput) SetPaidAmount(v string) *OrderFailRefundInfoForListOrderProductDetailsOutput
SetPaidAmount sets the PaidAmount field's value.
func (*OrderFailRefundInfoForListOrderProductDetailsOutput) SetPayableAmount ¶ added in v1.0.181
func (s *OrderFailRefundInfoForListOrderProductDetailsOutput) SetPayableAmount(v string) *OrderFailRefundInfoForListOrderProductDetailsOutput
SetPayableAmount sets the PayableAmount field's value.
func (OrderFailRefundInfoForListOrderProductDetailsOutput) String ¶ added in v1.0.181
func (s OrderFailRefundInfoForListOrderProductDetailsOutput) String() string
String returns the string representation
type OrderFailRefundInfoForListOrdersOutput ¶ added in v1.0.181
type OrderFailRefundInfoForListOrdersOutput struct {
CouponAmount *string `type:"string" json:",omitempty"`
DiscountAmount *string `type:"string" json:",omitempty"`
OriginalAmount *string `type:"string" json:",omitempty"`
PaidAmount *string `type:"string" json:",omitempty"`
PayableAmount *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (OrderFailRefundInfoForListOrdersOutput) GoString ¶ added in v1.0.181
func (s OrderFailRefundInfoForListOrdersOutput) GoString() string
GoString returns the string representation
func (*OrderFailRefundInfoForListOrdersOutput) SetCouponAmount ¶ added in v1.0.181
func (s *OrderFailRefundInfoForListOrdersOutput) SetCouponAmount(v string) *OrderFailRefundInfoForListOrdersOutput
SetCouponAmount sets the CouponAmount field's value.
func (*OrderFailRefundInfoForListOrdersOutput) SetDiscountAmount ¶ added in v1.0.181
func (s *OrderFailRefundInfoForListOrdersOutput) SetDiscountAmount(v string) *OrderFailRefundInfoForListOrdersOutput
SetDiscountAmount sets the DiscountAmount field's value.
func (*OrderFailRefundInfoForListOrdersOutput) SetOriginalAmount ¶ added in v1.0.181
func (s *OrderFailRefundInfoForListOrdersOutput) SetOriginalAmount(v string) *OrderFailRefundInfoForListOrdersOutput
SetOriginalAmount sets the OriginalAmount field's value.
func (*OrderFailRefundInfoForListOrdersOutput) SetPaidAmount ¶ added in v1.0.181
func (s *OrderFailRefundInfoForListOrdersOutput) SetPaidAmount(v string) *OrderFailRefundInfoForListOrdersOutput
SetPaidAmount sets the PaidAmount field's value.
func (*OrderFailRefundInfoForListOrdersOutput) SetPayableAmount ¶ added in v1.0.181
func (s *OrderFailRefundInfoForListOrdersOutput) SetPayableAmount(v string) *OrderFailRefundInfoForListOrdersOutput
SetPayableAmount sets the PayableAmount field's value.
func (OrderFailRefundInfoForListOrdersOutput) String ¶ added in v1.0.181
func (s OrderFailRefundInfoForListOrdersOutput) String() string
String returns the string representation
type OrderInfoForCommonBuyOutput ¶ added in v1.2.3
type OrderInfoForCommonBuyOutput struct {
InstanceIDList []*string `type:"list" json:",omitempty"`
OrderID *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (OrderInfoForCommonBuyOutput) GoString ¶ added in v1.2.3
func (s OrderInfoForCommonBuyOutput) GoString() string
GoString returns the string representation
func (*OrderInfoForCommonBuyOutput) SetInstanceIDList ¶ added in v1.2.3
func (s *OrderInfoForCommonBuyOutput) SetInstanceIDList(v []*string) *OrderInfoForCommonBuyOutput
SetInstanceIDList sets the InstanceIDList field's value.
func (*OrderInfoForCommonBuyOutput) SetOrderID ¶ added in v1.2.3
func (s *OrderInfoForCommonBuyOutput) SetOrderID(v string) *OrderInfoForCommonBuyOutput
SetOrderID sets the OrderID field's value.
func (OrderInfoForCommonBuyOutput) String ¶ added in v1.2.3
func (s OrderInfoForCommonBuyOutput) String() string
String returns the string representation
type OrderInfoForGetOrderOutput ¶ added in v1.0.152
type OrderInfoForGetOrderOutput struct {
BuyerCustomerName *string `type:"string" json:",omitempty"`
BuyerID *int32 `type:"int32" json:",omitempty"`
CouponAmount *string `type:"string" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
DiscountAmount *string `type:"string" json:",omitempty"`
OrderFailRefundInfo *OrderFailRefundInfoForGetOrderOutput `type:"structure" json:",omitempty"`
OrderID *string `type:"string" json:",omitempty"`
OrderType *string `type:"string" json:",omitempty"`
OriginalAmount *string `type:"string" json:",omitempty"`
PaidAmount *string `type:"string" json:",omitempty"`
PayableAmount *string `type:"string" json:",omitempty"`
PayerCustomerName *string `type:"string" json:",omitempty"`
PayerID *int32 `type:"int32" json:",omitempty"`
SellerCustomerName *string `type:"string" json:",omitempty"`
SellerID *int32 `type:"int32" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
SubjectNo *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (OrderInfoForGetOrderOutput) GoString ¶ added in v1.0.152
func (s OrderInfoForGetOrderOutput) GoString() string
GoString returns the string representation
func (*OrderInfoForGetOrderOutput) SetBuyerCustomerName ¶ added in v1.0.152
func (s *OrderInfoForGetOrderOutput) SetBuyerCustomerName(v string) *OrderInfoForGetOrderOutput
SetBuyerCustomerName sets the BuyerCustomerName field's value.
func (*OrderInfoForGetOrderOutput) SetBuyerID ¶ added in v1.0.152
func (s *OrderInfoForGetOrderOutput) SetBuyerID(v int32) *OrderInfoForGetOrderOutput
SetBuyerID sets the BuyerID field's value.
func (*OrderInfoForGetOrderOutput) SetCouponAmount ¶ added in v1.0.152
func (s *OrderInfoForGetOrderOutput) SetCouponAmount(v string) *OrderInfoForGetOrderOutput
SetCouponAmount sets the CouponAmount field's value.
func (*OrderInfoForGetOrderOutput) SetCreateTime ¶ added in v1.0.152
func (s *OrderInfoForGetOrderOutput) SetCreateTime(v string) *OrderInfoForGetOrderOutput
SetCreateTime sets the CreateTime field's value.
func (*OrderInfoForGetOrderOutput) SetDiscountAmount ¶ added in v1.0.152
func (s *OrderInfoForGetOrderOutput) SetDiscountAmount(v string) *OrderInfoForGetOrderOutput
SetDiscountAmount sets the DiscountAmount field's value.
func (*OrderInfoForGetOrderOutput) SetOrderFailRefundInfo ¶ added in v1.0.181
func (s *OrderInfoForGetOrderOutput) SetOrderFailRefundInfo(v *OrderFailRefundInfoForGetOrderOutput) *OrderInfoForGetOrderOutput
SetOrderFailRefundInfo sets the OrderFailRefundInfo field's value.
func (*OrderInfoForGetOrderOutput) SetOrderID ¶ added in v1.0.152
func (s *OrderInfoForGetOrderOutput) SetOrderID(v string) *OrderInfoForGetOrderOutput
SetOrderID sets the OrderID field's value.
func (*OrderInfoForGetOrderOutput) SetOrderType ¶ added in v1.0.152
func (s *OrderInfoForGetOrderOutput) SetOrderType(v string) *OrderInfoForGetOrderOutput
SetOrderType sets the OrderType field's value.
func (*OrderInfoForGetOrderOutput) SetOriginalAmount ¶ added in v1.0.152
func (s *OrderInfoForGetOrderOutput) SetOriginalAmount(v string) *OrderInfoForGetOrderOutput
SetOriginalAmount sets the OriginalAmount field's value.
func (*OrderInfoForGetOrderOutput) SetPaidAmount ¶ added in v1.0.152
func (s *OrderInfoForGetOrderOutput) SetPaidAmount(v string) *OrderInfoForGetOrderOutput
SetPaidAmount sets the PaidAmount field's value.
func (*OrderInfoForGetOrderOutput) SetPayableAmount ¶ added in v1.0.152
func (s *OrderInfoForGetOrderOutput) SetPayableAmount(v string) *OrderInfoForGetOrderOutput
SetPayableAmount sets the PayableAmount field's value.
func (*OrderInfoForGetOrderOutput) SetPayerCustomerName ¶ added in v1.0.152
func (s *OrderInfoForGetOrderOutput) SetPayerCustomerName(v string) *OrderInfoForGetOrderOutput
SetPayerCustomerName sets the PayerCustomerName field's value.
func (*OrderInfoForGetOrderOutput) SetPayerID ¶ added in v1.0.152
func (s *OrderInfoForGetOrderOutput) SetPayerID(v int32) *OrderInfoForGetOrderOutput
SetPayerID sets the PayerID field's value.
func (*OrderInfoForGetOrderOutput) SetSellerCustomerName ¶ added in v1.0.152
func (s *OrderInfoForGetOrderOutput) SetSellerCustomerName(v string) *OrderInfoForGetOrderOutput
SetSellerCustomerName sets the SellerCustomerName field's value.
func (*OrderInfoForGetOrderOutput) SetSellerID ¶ added in v1.0.152
func (s *OrderInfoForGetOrderOutput) SetSellerID(v int32) *OrderInfoForGetOrderOutput
SetSellerID sets the SellerID field's value.
func (*OrderInfoForGetOrderOutput) SetStatus ¶ added in v1.0.152
func (s *OrderInfoForGetOrderOutput) SetStatus(v string) *OrderInfoForGetOrderOutput
SetStatus sets the Status field's value.
func (*OrderInfoForGetOrderOutput) SetSubjectNo ¶ added in v1.0.152
func (s *OrderInfoForGetOrderOutput) SetSubjectNo(v string) *OrderInfoForGetOrderOutput
SetSubjectNo sets the SubjectNo field's value.
func (OrderInfoForGetOrderOutput) String ¶ added in v1.0.152
func (s OrderInfoForGetOrderOutput) String() string
String returns the string representation
type OrderInfoForListOrdersOutput ¶ added in v1.0.152
type OrderInfoForListOrdersOutput struct {
BuyerCustomerName *string `type:"string" json:",omitempty"`
BuyerID *int32 `type:"int32" json:",omitempty"`
CouponAmount *string `type:"string" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
DiscountAmount *string `type:"string" json:",omitempty"`
OrderFailRefundInfo *OrderFailRefundInfoForListOrdersOutput `type:"structure" json:",omitempty"`
OrderID *string `type:"string" json:",omitempty"`
OrderType *string `type:"string" json:",omitempty"`
OriginalAmount *string `type:"string" json:",omitempty"`
PaidAmount *string `type:"string" json:",omitempty"`
PayableAmount *string `type:"string" json:",omitempty"`
PayerCustomerName *string `type:"string" json:",omitempty"`
PayerID *int32 `type:"int32" json:",omitempty"`
SellerCustomerName *string `type:"string" json:",omitempty"`
SellerID *int32 `type:"int32" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
SubjectNo *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (OrderInfoForListOrdersOutput) GoString ¶ added in v1.0.152
func (s OrderInfoForListOrdersOutput) GoString() string
GoString returns the string representation
func (*OrderInfoForListOrdersOutput) SetBuyerCustomerName ¶ added in v1.0.152
func (s *OrderInfoForListOrdersOutput) SetBuyerCustomerName(v string) *OrderInfoForListOrdersOutput
SetBuyerCustomerName sets the BuyerCustomerName field's value.
func (*OrderInfoForListOrdersOutput) SetBuyerID ¶ added in v1.0.152
func (s *OrderInfoForListOrdersOutput) SetBuyerID(v int32) *OrderInfoForListOrdersOutput
SetBuyerID sets the BuyerID field's value.
func (*OrderInfoForListOrdersOutput) SetCouponAmount ¶ added in v1.0.152
func (s *OrderInfoForListOrdersOutput) SetCouponAmount(v string) *OrderInfoForListOrdersOutput
SetCouponAmount sets the CouponAmount field's value.
func (*OrderInfoForListOrdersOutput) SetCreateTime ¶ added in v1.0.152
func (s *OrderInfoForListOrdersOutput) SetCreateTime(v string) *OrderInfoForListOrdersOutput
SetCreateTime sets the CreateTime field's value.
func (*OrderInfoForListOrdersOutput) SetDiscountAmount ¶ added in v1.0.152
func (s *OrderInfoForListOrdersOutput) SetDiscountAmount(v string) *OrderInfoForListOrdersOutput
SetDiscountAmount sets the DiscountAmount field's value.
func (*OrderInfoForListOrdersOutput) SetOrderFailRefundInfo ¶ added in v1.0.181
func (s *OrderInfoForListOrdersOutput) SetOrderFailRefundInfo(v *OrderFailRefundInfoForListOrdersOutput) *OrderInfoForListOrdersOutput
SetOrderFailRefundInfo sets the OrderFailRefundInfo field's value.
func (*OrderInfoForListOrdersOutput) SetOrderID ¶ added in v1.0.152
func (s *OrderInfoForListOrdersOutput) SetOrderID(v string) *OrderInfoForListOrdersOutput
SetOrderID sets the OrderID field's value.
func (*OrderInfoForListOrdersOutput) SetOrderType ¶ added in v1.0.152
func (s *OrderInfoForListOrdersOutput) SetOrderType(v string) *OrderInfoForListOrdersOutput
SetOrderType sets the OrderType field's value.
func (*OrderInfoForListOrdersOutput) SetOriginalAmount ¶ added in v1.0.152
func (s *OrderInfoForListOrdersOutput) SetOriginalAmount(v string) *OrderInfoForListOrdersOutput
SetOriginalAmount sets the OriginalAmount field's value.
func (*OrderInfoForListOrdersOutput) SetPaidAmount ¶ added in v1.0.152
func (s *OrderInfoForListOrdersOutput) SetPaidAmount(v string) *OrderInfoForListOrdersOutput
SetPaidAmount sets the PaidAmount field's value.
func (*OrderInfoForListOrdersOutput) SetPayableAmount ¶ added in v1.0.152
func (s *OrderInfoForListOrdersOutput) SetPayableAmount(v string) *OrderInfoForListOrdersOutput
SetPayableAmount sets the PayableAmount field's value.
func (*OrderInfoForListOrdersOutput) SetPayerCustomerName ¶ added in v1.0.152
func (s *OrderInfoForListOrdersOutput) SetPayerCustomerName(v string) *OrderInfoForListOrdersOutput
SetPayerCustomerName sets the PayerCustomerName field's value.
func (*OrderInfoForListOrdersOutput) SetPayerID ¶ added in v1.0.152
func (s *OrderInfoForListOrdersOutput) SetPayerID(v int32) *OrderInfoForListOrdersOutput
SetPayerID sets the PayerID field's value.
func (*OrderInfoForListOrdersOutput) SetSellerCustomerName ¶ added in v1.0.152
func (s *OrderInfoForListOrdersOutput) SetSellerCustomerName(v string) *OrderInfoForListOrdersOutput
SetSellerCustomerName sets the SellerCustomerName field's value.
func (*OrderInfoForListOrdersOutput) SetSellerID ¶ added in v1.0.152
func (s *OrderInfoForListOrdersOutput) SetSellerID(v int32) *OrderInfoForListOrdersOutput
SetSellerID sets the SellerID field's value.
func (*OrderInfoForListOrdersOutput) SetStatus ¶ added in v1.0.152
func (s *OrderInfoForListOrdersOutput) SetStatus(v string) *OrderInfoForListOrdersOutput
SetStatus sets the Status field's value.
func (*OrderInfoForListOrdersOutput) SetSubjectNo ¶ added in v1.0.152
func (s *OrderInfoForListOrdersOutput) SetSubjectNo(v string) *OrderInfoForListOrdersOutput
SetSubjectNo sets the SubjectNo field's value.
func (OrderInfoForListOrdersOutput) String ¶ added in v1.0.152
func (s OrderInfoForListOrdersOutput) String() string
String returns the string representation
type OrderProductInfoForListOrderProductDetailsOutput ¶ added in v1.0.152
type OrderProductInfoForListOrderProductDetailsOutput struct {
BeginTime *string `type:"string" json:",omitempty"`
ConfigurationCode *string `type:"string" json:",omitempty"`
CouponAmount *string `type:"string" json:",omitempty"`
DiscountAmount *string `type:"string" json:",omitempty"`
EndTime *string `type:"string" json:",omitempty"`
InstanceID *string `type:"string" json:",omitempty"`
OrderFailRefundInfo *OrderFailRefundInfoForListOrderProductDetailsOutput `type:"structure" json:",omitempty"`
OriginalAmount *string `type:"string" json:",omitempty"`
PaidAmount *string `type:"string" json:",omitempty"`
PayableAmount *string `type:"string" json:",omitempty"`
PayerCustomerName *string `type:"string" json:",omitempty"`
PayerID *int32 `type:"int32" json:",omitempty"`
PaymentMethod *string `type:"string" json:",omitempty"`
Period *string `type:"string" json:",omitempty"`
Product *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
Times *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (OrderProductInfoForListOrderProductDetailsOutput) GoString ¶ added in v1.0.152
func (s OrderProductInfoForListOrderProductDetailsOutput) GoString() string
GoString returns the string representation
func (*OrderProductInfoForListOrderProductDetailsOutput) SetBeginTime ¶ added in v1.0.152
func (s *OrderProductInfoForListOrderProductDetailsOutput) SetBeginTime(v string) *OrderProductInfoForListOrderProductDetailsOutput
SetBeginTime sets the BeginTime field's value.
func (*OrderProductInfoForListOrderProductDetailsOutput) SetConfigurationCode ¶ added in v1.0.152
func (s *OrderProductInfoForListOrderProductDetailsOutput) SetConfigurationCode(v string) *OrderProductInfoForListOrderProductDetailsOutput
SetConfigurationCode sets the ConfigurationCode field's value.
func (*OrderProductInfoForListOrderProductDetailsOutput) SetCouponAmount ¶ added in v1.0.152
func (s *OrderProductInfoForListOrderProductDetailsOutput) SetCouponAmount(v string) *OrderProductInfoForListOrderProductDetailsOutput
SetCouponAmount sets the CouponAmount field's value.
func (*OrderProductInfoForListOrderProductDetailsOutput) SetDiscountAmount ¶ added in v1.0.152
func (s *OrderProductInfoForListOrderProductDetailsOutput) SetDiscountAmount(v string) *OrderProductInfoForListOrderProductDetailsOutput
SetDiscountAmount sets the DiscountAmount field's value.
func (*OrderProductInfoForListOrderProductDetailsOutput) SetEndTime ¶ added in v1.0.152
func (s *OrderProductInfoForListOrderProductDetailsOutput) SetEndTime(v string) *OrderProductInfoForListOrderProductDetailsOutput
SetEndTime sets the EndTime field's value.
func (*OrderProductInfoForListOrderProductDetailsOutput) SetInstanceID ¶ added in v1.0.152
func (s *OrderProductInfoForListOrderProductDetailsOutput) SetInstanceID(v string) *OrderProductInfoForListOrderProductDetailsOutput
SetInstanceID sets the InstanceID field's value.
func (*OrderProductInfoForListOrderProductDetailsOutput) SetOrderFailRefundInfo ¶ added in v1.0.181
func (s *OrderProductInfoForListOrderProductDetailsOutput) SetOrderFailRefundInfo(v *OrderFailRefundInfoForListOrderProductDetailsOutput) *OrderProductInfoForListOrderProductDetailsOutput
SetOrderFailRefundInfo sets the OrderFailRefundInfo field's value.
func (*OrderProductInfoForListOrderProductDetailsOutput) SetOriginalAmount ¶ added in v1.0.152
func (s *OrderProductInfoForListOrderProductDetailsOutput) SetOriginalAmount(v string) *OrderProductInfoForListOrderProductDetailsOutput
SetOriginalAmount sets the OriginalAmount field's value.
func (*OrderProductInfoForListOrderProductDetailsOutput) SetPaidAmount ¶ added in v1.0.152
func (s *OrderProductInfoForListOrderProductDetailsOutput) SetPaidAmount(v string) *OrderProductInfoForListOrderProductDetailsOutput
SetPaidAmount sets the PaidAmount field's value.
func (*OrderProductInfoForListOrderProductDetailsOutput) SetPayableAmount ¶ added in v1.0.152
func (s *OrderProductInfoForListOrderProductDetailsOutput) SetPayableAmount(v string) *OrderProductInfoForListOrderProductDetailsOutput
SetPayableAmount sets the PayableAmount field's value.
func (*OrderProductInfoForListOrderProductDetailsOutput) SetPayerCustomerName ¶ added in v1.0.152
func (s *OrderProductInfoForListOrderProductDetailsOutput) SetPayerCustomerName(v string) *OrderProductInfoForListOrderProductDetailsOutput
SetPayerCustomerName sets the PayerCustomerName field's value.
func (*OrderProductInfoForListOrderProductDetailsOutput) SetPayerID ¶ added in v1.0.152
func (s *OrderProductInfoForListOrderProductDetailsOutput) SetPayerID(v int32) *OrderProductInfoForListOrderProductDetailsOutput
SetPayerID sets the PayerID field's value.
func (*OrderProductInfoForListOrderProductDetailsOutput) SetPaymentMethod ¶ added in v1.0.152
func (s *OrderProductInfoForListOrderProductDetailsOutput) SetPaymentMethod(v string) *OrderProductInfoForListOrderProductDetailsOutput
SetPaymentMethod sets the PaymentMethod field's value.
func (*OrderProductInfoForListOrderProductDetailsOutput) SetPeriod ¶ added in v1.0.152
func (s *OrderProductInfoForListOrderProductDetailsOutput) SetPeriod(v string) *OrderProductInfoForListOrderProductDetailsOutput
SetPeriod sets the Period field's value.
func (*OrderProductInfoForListOrderProductDetailsOutput) SetProduct ¶ added in v1.0.152
func (s *OrderProductInfoForListOrderProductDetailsOutput) SetProduct(v string) *OrderProductInfoForListOrderProductDetailsOutput
SetProduct sets the Product field's value.
func (*OrderProductInfoForListOrderProductDetailsOutput) SetStatus ¶ added in v1.0.152
func (s *OrderProductInfoForListOrderProductDetailsOutput) SetStatus(v string) *OrderProductInfoForListOrderProductDetailsOutput
SetStatus sets the Status field's value.
func (*OrderProductInfoForListOrderProductDetailsOutput) SetTimes ¶ added in v1.0.152
func (s *OrderProductInfoForListOrderProductDetailsOutput) SetTimes(v string) *OrderProductInfoForListOrderProductDetailsOutput
SetTimes sets the Times field's value.
func (OrderProductInfoForListOrderProductDetailsOutput) String ¶ added in v1.0.152
func (s OrderProductInfoForListOrderProductDetailsOutput) String() string
String returns the string representation
type PayOrderInput ¶ added in v1.0.152
type PayOrderInput struct {
// OrderID is a required field
OrderID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (PayOrderInput) GoString ¶ added in v1.0.152
func (s PayOrderInput) GoString() string
GoString returns the string representation
func (*PayOrderInput) SetOrderID ¶ added in v1.0.152
func (s *PayOrderInput) SetOrderID(v string) *PayOrderInput
SetOrderID sets the OrderID field's value.
func (PayOrderInput) String ¶ added in v1.0.152
func (s PayOrderInput) String() string
String returns the string representation
func (*PayOrderInput) Validate ¶ added in v1.0.152
func (s *PayOrderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PayOrderOutput ¶ added in v1.0.152
type PayOrderOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (PayOrderOutput) GoString ¶ added in v1.0.152
func (s PayOrderOutput) GoString() string
GoString returns the string representation
func (PayOrderOutput) String ¶ added in v1.0.152
func (s PayOrderOutput) String() string
String returns the string representation
type ProductLimitListForListCouponsOutput ¶ added in v1.1.28
type ProductLimitListForListCouponsOutput struct {
BillingMethod *string `type:"string" json:",omitempty"`
ChargeItemCode *string `type:"string" json:",omitempty"`
ChargeItemType *int32 `type:"int32" json:",omitempty"`
ConfigurationCode *string `type:"string" json:",omitempty"`
ConfigurationName *string `type:"string" json:",omitempty"`
ConfigurationType *int32 `type:"int32" json:",omitempty"`
ProductCode *string `type:"string" json:",omitempty"`
ProductName *string `type:"string" json:",omitempty"`
TimeLimitLower *int32 `type:"int32" json:",omitempty"`
TimeLimitUpper *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ProductLimitListForListCouponsOutput) GoString ¶ added in v1.1.28
func (s ProductLimitListForListCouponsOutput) GoString() string
GoString returns the string representation
func (*ProductLimitListForListCouponsOutput) SetBillingMethod ¶ added in v1.1.28
func (s *ProductLimitListForListCouponsOutput) SetBillingMethod(v string) *ProductLimitListForListCouponsOutput
SetBillingMethod sets the BillingMethod field's value.
func (*ProductLimitListForListCouponsOutput) SetChargeItemCode ¶ added in v1.1.28
func (s *ProductLimitListForListCouponsOutput) SetChargeItemCode(v string) *ProductLimitListForListCouponsOutput
SetChargeItemCode sets the ChargeItemCode field's value.
func (*ProductLimitListForListCouponsOutput) SetChargeItemType ¶ added in v1.1.28
func (s *ProductLimitListForListCouponsOutput) SetChargeItemType(v int32) *ProductLimitListForListCouponsOutput
SetChargeItemType sets the ChargeItemType field's value.
func (*ProductLimitListForListCouponsOutput) SetConfigurationCode ¶ added in v1.1.28
func (s *ProductLimitListForListCouponsOutput) SetConfigurationCode(v string) *ProductLimitListForListCouponsOutput
SetConfigurationCode sets the ConfigurationCode field's value.
func (*ProductLimitListForListCouponsOutput) SetConfigurationName ¶ added in v1.1.28
func (s *ProductLimitListForListCouponsOutput) SetConfigurationName(v string) *ProductLimitListForListCouponsOutput
SetConfigurationName sets the ConfigurationName field's value.
func (*ProductLimitListForListCouponsOutput) SetConfigurationType ¶ added in v1.1.28
func (s *ProductLimitListForListCouponsOutput) SetConfigurationType(v int32) *ProductLimitListForListCouponsOutput
SetConfigurationType sets the ConfigurationType field's value.
func (*ProductLimitListForListCouponsOutput) SetProductCode ¶ added in v1.1.28
func (s *ProductLimitListForListCouponsOutput) SetProductCode(v string) *ProductLimitListForListCouponsOutput
SetProductCode sets the ProductCode field's value.
func (*ProductLimitListForListCouponsOutput) SetProductName ¶ added in v1.1.28
func (s *ProductLimitListForListCouponsOutput) SetProductName(v string) *ProductLimitListForListCouponsOutput
SetProductName sets the ProductName field's value.
func (*ProductLimitListForListCouponsOutput) SetTimeLimitLower ¶ added in v1.1.28
func (s *ProductLimitListForListCouponsOutput) SetTimeLimitLower(v int32) *ProductLimitListForListCouponsOutput
SetTimeLimitLower sets the TimeLimitLower field's value.
func (*ProductLimitListForListCouponsOutput) SetTimeLimitUpper ¶ added in v1.1.28
func (s *ProductLimitListForListCouponsOutput) SetTimeLimitUpper(v int32) *ProductLimitListForListCouponsOutput
SetTimeLimitUpper sets the TimeLimitUpper field's value.
func (ProductLimitListForListCouponsOutput) String ¶ added in v1.1.28
func (s ProductLimitListForListCouponsOutput) String() string
String returns the string representation
type QueryBalanceAcctInput ¶ added in v1.0.100
type QueryBalanceAcctInput struct {
// contains filtered or unexported fields
}
func (QueryBalanceAcctInput) GoString ¶ added in v1.0.100
func (s QueryBalanceAcctInput) GoString() string
GoString returns the string representation
func (QueryBalanceAcctInput) String ¶ added in v1.0.100
func (s QueryBalanceAcctInput) String() string
String returns the string representation
type QueryBalanceAcctOutput ¶ added in v1.0.100
type QueryBalanceAcctOutput struct {
Metadata *response.ResponseMetadata
AccountID *int32 `type:"int32" json:",omitempty"`
ArrearsBalance *string `type:"string" json:",omitempty"`
AvailableBalance *string `type:"string" json:",omitempty"`
CashBalance *string `type:"string" json:",omitempty"`
CreditLimit *string `type:"string" json:",omitempty"`
FreezeAmount *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (QueryBalanceAcctOutput) GoString ¶ added in v1.0.100
func (s QueryBalanceAcctOutput) GoString() string
GoString returns the string representation
func (*QueryBalanceAcctOutput) SetAccountID ¶ added in v1.0.100
func (s *QueryBalanceAcctOutput) SetAccountID(v int32) *QueryBalanceAcctOutput
SetAccountID sets the AccountID field's value.
func (*QueryBalanceAcctOutput) SetArrearsBalance ¶ added in v1.0.100
func (s *QueryBalanceAcctOutput) SetArrearsBalance(v string) *QueryBalanceAcctOutput
SetArrearsBalance sets the ArrearsBalance field's value.
func (*QueryBalanceAcctOutput) SetAvailableBalance ¶ added in v1.0.100
func (s *QueryBalanceAcctOutput) SetAvailableBalance(v string) *QueryBalanceAcctOutput
SetAvailableBalance sets the AvailableBalance field's value.
func (*QueryBalanceAcctOutput) SetCashBalance ¶ added in v1.0.100
func (s *QueryBalanceAcctOutput) SetCashBalance(v string) *QueryBalanceAcctOutput
SetCashBalance sets the CashBalance field's value.
func (*QueryBalanceAcctOutput) SetCreditLimit ¶ added in v1.0.100
func (s *QueryBalanceAcctOutput) SetCreditLimit(v string) *QueryBalanceAcctOutput
SetCreditLimit sets the CreditLimit field's value.
func (*QueryBalanceAcctOutput) SetFreezeAmount ¶ added in v1.0.100
func (s *QueryBalanceAcctOutput) SetFreezeAmount(v string) *QueryBalanceAcctOutput
SetFreezeAmount sets the FreezeAmount field's value.
func (QueryBalanceAcctOutput) String ¶ added in v1.0.100
func (s QueryBalanceAcctOutput) String() string
String returns the string representation
type QueryBudgetDetailInput ¶ added in v1.1.41
type QueryBudgetDetailInput struct {
// BudgetID is a required field
BudgetID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (QueryBudgetDetailInput) GoString ¶ added in v1.1.41
func (s QueryBudgetDetailInput) GoString() string
GoString returns the string representation
func (*QueryBudgetDetailInput) SetBudgetID ¶ added in v1.1.41
func (s *QueryBudgetDetailInput) SetBudgetID(v string) *QueryBudgetDetailInput
SetBudgetID sets the BudgetID field's value.
func (QueryBudgetDetailInput) String ¶ added in v1.1.41
func (s QueryBudgetDetailInput) String() string
String returns the string representation
func (*QueryBudgetDetailInput) Validate ¶ added in v1.1.41
func (s *QueryBudgetDetailInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type QueryBudgetDetailOutput ¶ added in v1.1.41
type QueryBudgetDetailOutput struct {
Metadata *response.ResponseMetadata
Budget *BudgetForQueryBudgetDetailOutput `type:"structure" json:",omitempty"`
BudgetAlertMessageDetailList []*BudgetAlertMessageDetailListForQueryBudgetDetailOutput `type:"list" json:",omitempty"`
BudgetAlertRuleList []*BudgetAlertRuleListForQueryBudgetDetailOutput `type:"list" json:",omitempty"`
BudgetRangeInfo *BudgetRangeInfoForQueryBudgetDetailOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (QueryBudgetDetailOutput) GoString ¶ added in v1.1.41
func (s QueryBudgetDetailOutput) GoString() string
GoString returns the string representation
func (*QueryBudgetDetailOutput) SetBudget ¶ added in v1.1.41
func (s *QueryBudgetDetailOutput) SetBudget(v *BudgetForQueryBudgetDetailOutput) *QueryBudgetDetailOutput
SetBudget sets the Budget field's value.
func (*QueryBudgetDetailOutput) SetBudgetAlertMessageDetailList ¶ added in v1.1.41
func (s *QueryBudgetDetailOutput) SetBudgetAlertMessageDetailList(v []*BudgetAlertMessageDetailListForQueryBudgetDetailOutput) *QueryBudgetDetailOutput
SetBudgetAlertMessageDetailList sets the BudgetAlertMessageDetailList field's value.
func (*QueryBudgetDetailOutput) SetBudgetAlertRuleList ¶ added in v1.1.41
func (s *QueryBudgetDetailOutput) SetBudgetAlertRuleList(v []*BudgetAlertRuleListForQueryBudgetDetailOutput) *QueryBudgetDetailOutput
SetBudgetAlertRuleList sets the BudgetAlertRuleList field's value.
func (*QueryBudgetDetailOutput) SetBudgetRangeInfo ¶ added in v1.1.41
func (s *QueryBudgetDetailOutput) SetBudgetRangeInfo(v *BudgetRangeInfoForQueryBudgetDetailOutput) *QueryBudgetDetailOutput
SetBudgetRangeInfo sets the BudgetRangeInfo field's value.
func (QueryBudgetDetailOutput) String ¶ added in v1.1.41
func (s QueryBudgetDetailOutput) String() string
String returns the string representation
type QueryPriceForPayAsYouGoInput ¶ added in v1.0.186
type QueryPriceForPayAsYouGoInput struct {
ConfigList []*ConfigListForQueryPriceForPayAsYouGoInput `type:"list" json:",omitempty"`
// Product is a required field
Product *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (QueryPriceForPayAsYouGoInput) GoString ¶ added in v1.0.186
func (s QueryPriceForPayAsYouGoInput) GoString() string
GoString returns the string representation
func (*QueryPriceForPayAsYouGoInput) SetConfigList ¶ added in v1.0.186
func (s *QueryPriceForPayAsYouGoInput) SetConfigList(v []*ConfigListForQueryPriceForPayAsYouGoInput) *QueryPriceForPayAsYouGoInput
SetConfigList sets the ConfigList field's value.
func (*QueryPriceForPayAsYouGoInput) SetProduct ¶ added in v1.0.186
func (s *QueryPriceForPayAsYouGoInput) SetProduct(v string) *QueryPriceForPayAsYouGoInput
SetProduct sets the Product field's value.
func (QueryPriceForPayAsYouGoInput) String ¶ added in v1.0.186
func (s QueryPriceForPayAsYouGoInput) String() string
String returns the string representation
func (*QueryPriceForPayAsYouGoInput) Validate ¶ added in v1.0.186
func (s *QueryPriceForPayAsYouGoInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type QueryPriceForPayAsYouGoOutput ¶ added in v1.0.186
type QueryPriceForPayAsYouGoOutput struct {
Metadata *response.ResponseMetadata
ConfigList []*ConfigListForQueryPriceForPayAsYouGoOutput `type:"list" json:",omitempty"`
Currency *string `type:"string" json:",omitempty"`
TotalDiscountAmount *string `type:"string" json:",omitempty"`
TotalOriginalAmount *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (QueryPriceForPayAsYouGoOutput) GoString ¶ added in v1.0.186
func (s QueryPriceForPayAsYouGoOutput) GoString() string
GoString returns the string representation
func (*QueryPriceForPayAsYouGoOutput) SetConfigList ¶ added in v1.0.186
func (s *QueryPriceForPayAsYouGoOutput) SetConfigList(v []*ConfigListForQueryPriceForPayAsYouGoOutput) *QueryPriceForPayAsYouGoOutput
SetConfigList sets the ConfigList field's value.
func (*QueryPriceForPayAsYouGoOutput) SetCurrency ¶ added in v1.0.186
func (s *QueryPriceForPayAsYouGoOutput) SetCurrency(v string) *QueryPriceForPayAsYouGoOutput
SetCurrency sets the Currency field's value.
func (*QueryPriceForPayAsYouGoOutput) SetTotalDiscountAmount ¶ added in v1.0.186
func (s *QueryPriceForPayAsYouGoOutput) SetTotalDiscountAmount(v string) *QueryPriceForPayAsYouGoOutput
SetTotalDiscountAmount sets the TotalDiscountAmount field's value.
func (*QueryPriceForPayAsYouGoOutput) SetTotalOriginalAmount ¶ added in v1.0.186
func (s *QueryPriceForPayAsYouGoOutput) SetTotalOriginalAmount(v string) *QueryPriceForPayAsYouGoOutput
SetTotalOriginalAmount sets the TotalOriginalAmount field's value.
func (QueryPriceForPayAsYouGoOutput) String ¶ added in v1.0.186
func (s QueryPriceForPayAsYouGoOutput) String() string
String returns the string representation
type QueryPriceForRenewInput ¶ added in v1.0.186
type QueryPriceForRenewInput struct {
InstanceIDList []*string `type:"list" json:",omitempty"`
// Product is a required field
Product *string `type:"string" json:",omitempty" required:"true"`
// UseDuration is a required field
UseDuration *int32 `type:"int32" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (QueryPriceForRenewInput) GoString ¶ added in v1.0.186
func (s QueryPriceForRenewInput) GoString() string
GoString returns the string representation
func (*QueryPriceForRenewInput) SetInstanceIDList ¶ added in v1.0.186
func (s *QueryPriceForRenewInput) SetInstanceIDList(v []*string) *QueryPriceForRenewInput
SetInstanceIDList sets the InstanceIDList field's value.
func (*QueryPriceForRenewInput) SetProduct ¶ added in v1.0.186
func (s *QueryPriceForRenewInput) SetProduct(v string) *QueryPriceForRenewInput
SetProduct sets the Product field's value.
func (*QueryPriceForRenewInput) SetUseDuration ¶ added in v1.0.186
func (s *QueryPriceForRenewInput) SetUseDuration(v int32) *QueryPriceForRenewInput
SetUseDuration sets the UseDuration field's value.
func (QueryPriceForRenewInput) String ¶ added in v1.0.186
func (s QueryPriceForRenewInput) String() string
String returns the string representation
func (*QueryPriceForRenewInput) Validate ¶ added in v1.0.186
func (s *QueryPriceForRenewInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type QueryPriceForRenewOutput ¶ added in v1.0.186
type QueryPriceForRenewOutput struct {
Metadata *response.ResponseMetadata
Currency *string `type:"string" json:",omitempty"`
InstanceAmountList []*InstanceAmountListForQueryPriceForRenewOutput `type:"list" json:",omitempty"`
TotalDiscountAmount *string `type:"string" json:",omitempty"`
TotalOriginalAmount *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (QueryPriceForRenewOutput) GoString ¶ added in v1.0.186
func (s QueryPriceForRenewOutput) GoString() string
GoString returns the string representation
func (*QueryPriceForRenewOutput) SetCurrency ¶ added in v1.0.186
func (s *QueryPriceForRenewOutput) SetCurrency(v string) *QueryPriceForRenewOutput
SetCurrency sets the Currency field's value.
func (*QueryPriceForRenewOutput) SetInstanceAmountList ¶ added in v1.0.186
func (s *QueryPriceForRenewOutput) SetInstanceAmountList(v []*InstanceAmountListForQueryPriceForRenewOutput) *QueryPriceForRenewOutput
SetInstanceAmountList sets the InstanceAmountList field's value.
func (*QueryPriceForRenewOutput) SetTotalDiscountAmount ¶ added in v1.0.186
func (s *QueryPriceForRenewOutput) SetTotalDiscountAmount(v string) *QueryPriceForRenewOutput
SetTotalDiscountAmount sets the TotalDiscountAmount field's value.
func (*QueryPriceForRenewOutput) SetTotalOriginalAmount ¶ added in v1.0.186
func (s *QueryPriceForRenewOutput) SetTotalOriginalAmount(v string) *QueryPriceForRenewOutput
SetTotalOriginalAmount sets the TotalOriginalAmount field's value.
func (QueryPriceForRenewOutput) String ¶ added in v1.0.186
func (s QueryPriceForRenewOutput) String() string
String returns the string representation
type QueryPriceForSubscriptionInput ¶ added in v1.0.186
type QueryPriceForSubscriptionInput struct {
ConfigList []*ConfigListForQueryPriceForSubscriptionInput `type:"list" json:",omitempty"`
// Product is a required field
Product *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (QueryPriceForSubscriptionInput) GoString ¶ added in v1.0.186
func (s QueryPriceForSubscriptionInput) GoString() string
GoString returns the string representation
func (*QueryPriceForSubscriptionInput) SetConfigList ¶ added in v1.0.186
func (s *QueryPriceForSubscriptionInput) SetConfigList(v []*ConfigListForQueryPriceForSubscriptionInput) *QueryPriceForSubscriptionInput
SetConfigList sets the ConfigList field's value.
func (*QueryPriceForSubscriptionInput) SetProduct ¶ added in v1.0.186
func (s *QueryPriceForSubscriptionInput) SetProduct(v string) *QueryPriceForSubscriptionInput
SetProduct sets the Product field's value.
func (QueryPriceForSubscriptionInput) String ¶ added in v1.0.186
func (s QueryPriceForSubscriptionInput) String() string
String returns the string representation
func (*QueryPriceForSubscriptionInput) Validate ¶ added in v1.0.186
func (s *QueryPriceForSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type QueryPriceForSubscriptionOutput ¶ added in v1.0.186
type QueryPriceForSubscriptionOutput struct {
Metadata *response.ResponseMetadata
ConfigList []*ConfigListForQueryPriceForSubscriptionOutput `type:"list" json:",omitempty"`
Currency *string `type:"string" json:",omitempty"`
TotalDiscountAmount *string `type:"string" json:",omitempty"`
TotalOriginalAmount *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (QueryPriceForSubscriptionOutput) GoString ¶ added in v1.0.186
func (s QueryPriceForSubscriptionOutput) GoString() string
GoString returns the string representation
func (*QueryPriceForSubscriptionOutput) SetConfigList ¶ added in v1.0.186
func (s *QueryPriceForSubscriptionOutput) SetConfigList(v []*ConfigListForQueryPriceForSubscriptionOutput) *QueryPriceForSubscriptionOutput
SetConfigList sets the ConfigList field's value.
func (*QueryPriceForSubscriptionOutput) SetCurrency ¶ added in v1.0.186
func (s *QueryPriceForSubscriptionOutput) SetCurrency(v string) *QueryPriceForSubscriptionOutput
SetCurrency sets the Currency field's value.
func (*QueryPriceForSubscriptionOutput) SetTotalDiscountAmount ¶ added in v1.0.186
func (s *QueryPriceForSubscriptionOutput) SetTotalDiscountAmount(v string) *QueryPriceForSubscriptionOutput
SetTotalDiscountAmount sets the TotalDiscountAmount field's value.
func (*QueryPriceForSubscriptionOutput) SetTotalOriginalAmount ¶ added in v1.0.186
func (s *QueryPriceForSubscriptionOutput) SetTotalOriginalAmount(v string) *QueryPriceForSubscriptionOutput
SetTotalOriginalAmount sets the TotalOriginalAmount field's value.
func (QueryPriceForSubscriptionOutput) String ¶ added in v1.0.186
func (s QueryPriceForSubscriptionOutput) String() string
String returns the string representation
type RecipientInformationListForListRecipientInformationOutput ¶ added in v1.1.41
type RecipientInformationListForListRecipientInformationOutput struct {
RecipientEmail *string `type:"string" json:",omitempty"`
RecipientID *int64 `type:"int64" json:",omitempty"`
RecipientMessage *string `type:"string" json:",omitempty"`
RecipientName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (RecipientInformationListForListRecipientInformationOutput) GoString ¶ added in v1.1.41
func (s RecipientInformationListForListRecipientInformationOutput) GoString() string
GoString returns the string representation
func (*RecipientInformationListForListRecipientInformationOutput) SetRecipientEmail ¶ added in v1.1.41
func (s *RecipientInformationListForListRecipientInformationOutput) SetRecipientEmail(v string) *RecipientInformationListForListRecipientInformationOutput
SetRecipientEmail sets the RecipientEmail field's value.
func (*RecipientInformationListForListRecipientInformationOutput) SetRecipientID ¶ added in v1.1.41
func (s *RecipientInformationListForListRecipientInformationOutput) SetRecipientID(v int64) *RecipientInformationListForListRecipientInformationOutput
SetRecipientID sets the RecipientID field's value.
func (*RecipientInformationListForListRecipientInformationOutput) SetRecipientMessage ¶ added in v1.1.41
func (s *RecipientInformationListForListRecipientInformationOutput) SetRecipientMessage(v string) *RecipientInformationListForListRecipientInformationOutput
SetRecipientMessage sets the RecipientMessage field's value.
func (*RecipientInformationListForListRecipientInformationOutput) SetRecipientName ¶ added in v1.1.41
func (s *RecipientInformationListForListRecipientInformationOutput) SetRecipientName(v string) *RecipientInformationListForListRecipientInformationOutput
SetRecipientName sets the RecipientName field's value.
func (RecipientInformationListForListRecipientInformationOutput) String ¶ added in v1.1.41
func (s RecipientInformationListForListRecipientInformationOutput) String() string
String returns the string representation
type RegionInfoListForListBudgetFilterRegionCodeOutput ¶ added in v1.1.41
type RegionInfoListForListBudgetFilterRegionCodeOutput struct {
RegionCode *string `type:"string" json:",omitempty"`
RegionName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (RegionInfoListForListBudgetFilterRegionCodeOutput) GoString ¶ added in v1.1.41
func (s RegionInfoListForListBudgetFilterRegionCodeOutput) GoString() string
GoString returns the string representation
func (*RegionInfoListForListBudgetFilterRegionCodeOutput) SetRegionCode ¶ added in v1.1.41
func (s *RegionInfoListForListBudgetFilterRegionCodeOutput) SetRegionCode(v string) *RegionInfoListForListBudgetFilterRegionCodeOutput
SetRegionCode sets the RegionCode field's value.
func (*RegionInfoListForListBudgetFilterRegionCodeOutput) SetRegionName ¶ added in v1.1.41
func (s *RegionInfoListForListBudgetFilterRegionCodeOutput) SetRegionName(v string) *RegionInfoListForListBudgetFilterRegionCodeOutput
SetRegionName sets the RegionName field's value.
func (RegionInfoListForListBudgetFilterRegionCodeOutput) String ¶ added in v1.1.41
func (s RegionInfoListForListBudgetFilterRegionCodeOutput) String() string
String returns the string representation
type RelationForListInvitationOutput ¶ added in v1.0.125
type RelationForListInvitationOutput struct {
AccountAlias *string `type:"string" json:",omitempty"`
AuthInfo []*AuthInfoForListInvitationOutput `type:"list" json:",omitempty"`
Filiation *int32 `type:"int32" json:",omitempty"`
FiliationDesc *string `type:"string" json:",omitempty"`
MajorAccountID *int64 `type:"int64" json:",omitempty"`
MajorAccountName *string `type:"string" json:",omitempty"`
Relation *int32 `type:"int32" json:",omitempty"`
RelationDesc *string `type:"string" json:",omitempty"`
RelationID *string `type:"string" json:",omitempty"`
Status *int32 `type:"int32" json:",omitempty"`
StatusDesc *string `type:"string" json:",omitempty"`
SubAccountID *int64 `type:"int64" json:",omitempty"`
SubAccountName *string `type:"string" json:",omitempty"`
UpdateTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (RelationForListInvitationOutput) GoString ¶ added in v1.0.125
func (s RelationForListInvitationOutput) GoString() string
GoString returns the string representation
func (*RelationForListInvitationOutput) SetAccountAlias ¶ added in v1.0.125
func (s *RelationForListInvitationOutput) SetAccountAlias(v string) *RelationForListInvitationOutput
SetAccountAlias sets the AccountAlias field's value.
func (*RelationForListInvitationOutput) SetAuthInfo ¶ added in v1.0.125
func (s *RelationForListInvitationOutput) SetAuthInfo(v []*AuthInfoForListInvitationOutput) *RelationForListInvitationOutput
SetAuthInfo sets the AuthInfo field's value.
func (*RelationForListInvitationOutput) SetFiliation ¶ added in v1.0.125
func (s *RelationForListInvitationOutput) SetFiliation(v int32) *RelationForListInvitationOutput
SetFiliation sets the Filiation field's value.
func (*RelationForListInvitationOutput) SetFiliationDesc ¶ added in v1.0.125
func (s *RelationForListInvitationOutput) SetFiliationDesc(v string) *RelationForListInvitationOutput
SetFiliationDesc sets the FiliationDesc field's value.
func (*RelationForListInvitationOutput) SetMajorAccountID ¶ added in v1.0.125
func (s *RelationForListInvitationOutput) SetMajorAccountID(v int64) *RelationForListInvitationOutput
SetMajorAccountID sets the MajorAccountID field's value.
func (*RelationForListInvitationOutput) SetMajorAccountName ¶ added in v1.0.125
func (s *RelationForListInvitationOutput) SetMajorAccountName(v string) *RelationForListInvitationOutput
SetMajorAccountName sets the MajorAccountName field's value.
func (*RelationForListInvitationOutput) SetRelation ¶ added in v1.0.125
func (s *RelationForListInvitationOutput) SetRelation(v int32) *RelationForListInvitationOutput
SetRelation sets the Relation field's value.
func (*RelationForListInvitationOutput) SetRelationDesc ¶ added in v1.0.125
func (s *RelationForListInvitationOutput) SetRelationDesc(v string) *RelationForListInvitationOutput
SetRelationDesc sets the RelationDesc field's value.
func (*RelationForListInvitationOutput) SetRelationID ¶ added in v1.0.125
func (s *RelationForListInvitationOutput) SetRelationID(v string) *RelationForListInvitationOutput
SetRelationID sets the RelationID field's value.
func (*RelationForListInvitationOutput) SetStatus ¶ added in v1.0.125
func (s *RelationForListInvitationOutput) SetStatus(v int32) *RelationForListInvitationOutput
SetStatus sets the Status field's value.
func (*RelationForListInvitationOutput) SetStatusDesc ¶ added in v1.0.125
func (s *RelationForListInvitationOutput) SetStatusDesc(v string) *RelationForListInvitationOutput
SetStatusDesc sets the StatusDesc field's value.
func (*RelationForListInvitationOutput) SetSubAccountID ¶ added in v1.0.125
func (s *RelationForListInvitationOutput) SetSubAccountID(v int64) *RelationForListInvitationOutput
SetSubAccountID sets the SubAccountID field's value.
func (*RelationForListInvitationOutput) SetSubAccountName ¶ added in v1.0.125
func (s *RelationForListInvitationOutput) SetSubAccountName(v string) *RelationForListInvitationOutput
SetSubAccountName sets the SubAccountName field's value.
func (*RelationForListInvitationOutput) SetUpdateTime ¶ added in v1.0.125
func (s *RelationForListInvitationOutput) SetUpdateTime(v string) *RelationForListInvitationOutput
SetUpdateTime sets the UpdateTime field's value.
func (RelationForListInvitationOutput) String ¶ added in v1.0.125
func (s RelationForListInvitationOutput) String() string
String returns the string representation
type RenewInstanceInput ¶ added in v1.0.186
type RenewInstanceInput struct {
ClientToken *string `type:"string" json:",omitempty"`
// InstanceID is a required field
InstanceID *string `type:"string" json:",omitempty" required:"true"`
// Product is a required field
Product *string `type:"string" json:",omitempty" required:"true"`
RenewRelatedInstance *bool `type:"boolean" json:",omitempty"`
RenewalDuration *int64 `type:"int64" json:",omitempty"`
// RenewalDurationUnit is a required field
RenewalDurationUnit *string `type:"string" json:",omitempty" required:"true"`
UnitedExpireDay *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (RenewInstanceInput) GoString ¶ added in v1.0.186
func (s RenewInstanceInput) GoString() string
GoString returns the string representation
func (*RenewInstanceInput) SetClientToken ¶ added in v1.0.186
func (s *RenewInstanceInput) SetClientToken(v string) *RenewInstanceInput
SetClientToken sets the ClientToken field's value.
func (*RenewInstanceInput) SetInstanceID ¶ added in v1.0.186
func (s *RenewInstanceInput) SetInstanceID(v string) *RenewInstanceInput
SetInstanceID sets the InstanceID field's value.
func (*RenewInstanceInput) SetProduct ¶ added in v1.0.186
func (s *RenewInstanceInput) SetProduct(v string) *RenewInstanceInput
SetProduct sets the Product field's value.
func (*RenewInstanceInput) SetRenewRelatedInstance ¶ added in v1.0.186
func (s *RenewInstanceInput) SetRenewRelatedInstance(v bool) *RenewInstanceInput
SetRenewRelatedInstance sets the RenewRelatedInstance field's value.
func (*RenewInstanceInput) SetRenewalDuration ¶ added in v1.0.186
func (s *RenewInstanceInput) SetRenewalDuration(v int64) *RenewInstanceInput
SetRenewalDuration sets the RenewalDuration field's value.
func (*RenewInstanceInput) SetRenewalDurationUnit ¶ added in v1.0.186
func (s *RenewInstanceInput) SetRenewalDurationUnit(v string) *RenewInstanceInput
SetRenewalDurationUnit sets the RenewalDurationUnit field's value.
func (*RenewInstanceInput) SetUnitedExpireDay ¶ added in v1.1.2
func (s *RenewInstanceInput) SetUnitedExpireDay(v string) *RenewInstanceInput
SetUnitedExpireDay sets the UnitedExpireDay field's value.
func (RenewInstanceInput) String ¶ added in v1.0.186
func (s RenewInstanceInput) String() string
String returns the string representation
func (*RenewInstanceInput) Validate ¶ added in v1.0.186
func (s *RenewInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RenewInstanceOutput ¶ added in v1.0.186
type RenewInstanceOutput struct {
Metadata *response.ResponseMetadata
OrderIDList []*string `type:"list" json:",omitempty"`
SuccessInstanceList []*SuccessInstanceListForRenewInstanceOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (RenewInstanceOutput) GoString ¶ added in v1.0.186
func (s RenewInstanceOutput) GoString() string
GoString returns the string representation
func (*RenewInstanceOutput) SetOrderIDList ¶ added in v1.0.186
func (s *RenewInstanceOutput) SetOrderIDList(v []*string) *RenewInstanceOutput
SetOrderIDList sets the OrderIDList field's value.
func (*RenewInstanceOutput) SetSuccessInstanceList ¶ added in v1.0.186
func (s *RenewInstanceOutput) SetSuccessInstanceList(v []*SuccessInstanceListForRenewInstanceOutput) *RenewInstanceOutput
SetSuccessInstanceList sets the SuccessInstanceList field's value.
func (RenewInstanceOutput) String ¶ added in v1.0.186
func (s RenewInstanceOutput) String() string
String returns the string representation
type SetRenewalTypeInput ¶ added in v1.0.186
type SetRenewalTypeInput struct {
ClientToken *string `type:"string" json:",omitempty"`
// InstanceID is a required field
InstanceID *string `type:"string" json:",omitempty" required:"true"`
// Product is a required field
Product *string `type:"string" json:",omitempty" required:"true"`
// RenewType is a required field
RenewType *string `type:"string" json:",omitempty" required:"true"`
RenewalDuration *int64 `type:"int64" json:",omitempty"`
RenewalDurationUnit *string `type:"string" json:",omitempty"`
RenewalTimes *int64 `type:"int64" json:",omitempty"`
SetRenewalRelatedInstance *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (SetRenewalTypeInput) GoString ¶ added in v1.0.186
func (s SetRenewalTypeInput) GoString() string
GoString returns the string representation
func (*SetRenewalTypeInput) SetClientToken ¶ added in v1.0.186
func (s *SetRenewalTypeInput) SetClientToken(v string) *SetRenewalTypeInput
SetClientToken sets the ClientToken field's value.
func (*SetRenewalTypeInput) SetInstanceID ¶ added in v1.0.186
func (s *SetRenewalTypeInput) SetInstanceID(v string) *SetRenewalTypeInput
SetInstanceID sets the InstanceID field's value.
func (*SetRenewalTypeInput) SetProduct ¶ added in v1.0.186
func (s *SetRenewalTypeInput) SetProduct(v string) *SetRenewalTypeInput
SetProduct sets the Product field's value.
func (*SetRenewalTypeInput) SetRenewType ¶ added in v1.0.186
func (s *SetRenewalTypeInput) SetRenewType(v string) *SetRenewalTypeInput
SetRenewType sets the RenewType field's value.
func (*SetRenewalTypeInput) SetRenewalDuration ¶ added in v1.0.186
func (s *SetRenewalTypeInput) SetRenewalDuration(v int64) *SetRenewalTypeInput
SetRenewalDuration sets the RenewalDuration field's value.
func (*SetRenewalTypeInput) SetRenewalDurationUnit ¶ added in v1.0.186
func (s *SetRenewalTypeInput) SetRenewalDurationUnit(v string) *SetRenewalTypeInput
SetRenewalDurationUnit sets the RenewalDurationUnit field's value.
func (*SetRenewalTypeInput) SetRenewalTimes ¶ added in v1.0.186
func (s *SetRenewalTypeInput) SetRenewalTimes(v int64) *SetRenewalTypeInput
SetRenewalTimes sets the RenewalTimes field's value.
func (*SetRenewalTypeInput) SetSetRenewalRelatedInstance ¶ added in v1.0.186
func (s *SetRenewalTypeInput) SetSetRenewalRelatedInstance(v bool) *SetRenewalTypeInput
SetSetRenewalRelatedInstance sets the SetRenewalRelatedInstance field's value.
func (SetRenewalTypeInput) String ¶ added in v1.0.186
func (s SetRenewalTypeInput) String() string
String returns the string representation
func (*SetRenewalTypeInput) Validate ¶ added in v1.0.186
func (s *SetRenewalTypeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SetRenewalTypeOutput ¶ added in v1.0.186
type SetRenewalTypeOutput struct {
Metadata *response.ResponseMetadata
SuccessInstanceList []*SuccessInstanceListForSetRenewalTypeOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (SetRenewalTypeOutput) GoString ¶ added in v1.0.186
func (s SetRenewalTypeOutput) GoString() string
GoString returns the string representation
func (*SetRenewalTypeOutput) SetSuccessInstanceList ¶ added in v1.0.186
func (s *SetRenewalTypeOutput) SetSuccessInstanceList(v []*SuccessInstanceListForSetRenewalTypeOutput) *SetRenewalTypeOutput
SetSuccessInstanceList sets the SuccessInstanceList field's value.
func (SetRenewalTypeOutput) String ¶ added in v1.0.186
func (s SetRenewalTypeOutput) String() string
String returns the string representation
type SubjectInfoListForListBudgetFilterSubjectInfoOutput ¶ added in v1.1.41
type SubjectInfoListForListBudgetFilterSubjectInfoOutput struct {
SubjectName *string `type:"string" json:",omitempty"`
SubjectNo *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (SubjectInfoListForListBudgetFilterSubjectInfoOutput) GoString ¶ added in v1.1.41
func (s SubjectInfoListForListBudgetFilterSubjectInfoOutput) GoString() string
GoString returns the string representation
func (*SubjectInfoListForListBudgetFilterSubjectInfoOutput) SetSubjectName ¶ added in v1.1.41
func (s *SubjectInfoListForListBudgetFilterSubjectInfoOutput) SetSubjectName(v string) *SubjectInfoListForListBudgetFilterSubjectInfoOutput
SetSubjectName sets the SubjectName field's value.
func (*SubjectInfoListForListBudgetFilterSubjectInfoOutput) SetSubjectNo ¶ added in v1.1.41
func (s *SubjectInfoListForListBudgetFilterSubjectInfoOutput) SetSubjectNo(v string) *SubjectInfoListForListBudgetFilterSubjectInfoOutput
SetSubjectNo sets the SubjectNo field's value.
func (SubjectInfoListForListBudgetFilterSubjectInfoOutput) String ¶ added in v1.1.41
func (s SubjectInfoListForListBudgetFilterSubjectInfoOutput) String() string
String returns the string representation
type SuccessInstanceInfoForUnsubscribeInstanceOutput ¶
type SuccessInstanceInfoForUnsubscribeInstanceOutput struct {
InstanceID *string `type:"string" json:",omitempty"`
Product *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (SuccessInstanceInfoForUnsubscribeInstanceOutput) GoString ¶
func (s SuccessInstanceInfoForUnsubscribeInstanceOutput) GoString() string
GoString returns the string representation
func (*SuccessInstanceInfoForUnsubscribeInstanceOutput) SetInstanceID ¶
func (s *SuccessInstanceInfoForUnsubscribeInstanceOutput) SetInstanceID(v string) *SuccessInstanceInfoForUnsubscribeInstanceOutput
SetInstanceID sets the InstanceID field's value.
func (*SuccessInstanceInfoForUnsubscribeInstanceOutput) SetProduct ¶
func (s *SuccessInstanceInfoForUnsubscribeInstanceOutput) SetProduct(v string) *SuccessInstanceInfoForUnsubscribeInstanceOutput
SetProduct sets the Product field's value.
func (SuccessInstanceInfoForUnsubscribeInstanceOutput) String ¶
func (s SuccessInstanceInfoForUnsubscribeInstanceOutput) String() string
String returns the string representation
type SuccessInstanceListForRenewInstanceOutput ¶ added in v1.0.186
type SuccessInstanceListForRenewInstanceOutput struct {
InstanceID *string `type:"string" json:",omitempty"`
Product *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (SuccessInstanceListForRenewInstanceOutput) GoString ¶ added in v1.0.186
func (s SuccessInstanceListForRenewInstanceOutput) GoString() string
GoString returns the string representation
func (*SuccessInstanceListForRenewInstanceOutput) SetInstanceID ¶ added in v1.0.186
func (s *SuccessInstanceListForRenewInstanceOutput) SetInstanceID(v string) *SuccessInstanceListForRenewInstanceOutput
SetInstanceID sets the InstanceID field's value.
func (*SuccessInstanceListForRenewInstanceOutput) SetProduct ¶ added in v1.0.186
func (s *SuccessInstanceListForRenewInstanceOutput) SetProduct(v string) *SuccessInstanceListForRenewInstanceOutput
SetProduct sets the Product field's value.
func (SuccessInstanceListForRenewInstanceOutput) String ¶ added in v1.0.186
func (s SuccessInstanceListForRenewInstanceOutput) String() string
String returns the string representation
type SuccessInstanceListForSetRenewalTypeOutput ¶ added in v1.0.186
type SuccessInstanceListForSetRenewalTypeOutput struct {
InstanceID *string `type:"string" json:",omitempty"`
Product *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (SuccessInstanceListForSetRenewalTypeOutput) GoString ¶ added in v1.0.186
func (s SuccessInstanceListForSetRenewalTypeOutput) GoString() string
GoString returns the string representation
func (*SuccessInstanceListForSetRenewalTypeOutput) SetInstanceID ¶ added in v1.0.186
func (s *SuccessInstanceListForSetRenewalTypeOutput) SetInstanceID(v string) *SuccessInstanceListForSetRenewalTypeOutput
SetInstanceID sets the InstanceID field's value.
func (*SuccessInstanceListForSetRenewalTypeOutput) SetProduct ¶ added in v1.0.186
func (s *SuccessInstanceListForSetRenewalTypeOutput) SetProduct(v string) *SuccessInstanceListForSetRenewalTypeOutput
SetProduct sets the Product field's value.
func (SuccessInstanceListForSetRenewalTypeOutput) String ¶ added in v1.0.186
func (s SuccessInstanceListForSetRenewalTypeOutput) String() string
String returns the string representation
type UnsubscribeInstanceInput ¶
type UnsubscribeInstanceInput struct {
ClientToken *string `max:"36" type:"string" json:",omitempty"`
// InstanceID is a required field
InstanceID *string `type:"string" json:",omitempty" required:"true"`
// Product is a required field
Product *string `type:"string" json:",omitempty" required:"true"`
UnsubscribeRelatedInstance *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (UnsubscribeInstanceInput) GoString ¶
func (s UnsubscribeInstanceInput) GoString() string
GoString returns the string representation
func (*UnsubscribeInstanceInput) SetClientToken ¶
func (s *UnsubscribeInstanceInput) SetClientToken(v string) *UnsubscribeInstanceInput
SetClientToken sets the ClientToken field's value.
func (*UnsubscribeInstanceInput) SetInstanceID ¶
func (s *UnsubscribeInstanceInput) SetInstanceID(v string) *UnsubscribeInstanceInput
SetInstanceID sets the InstanceID field's value.
func (*UnsubscribeInstanceInput) SetProduct ¶
func (s *UnsubscribeInstanceInput) SetProduct(v string) *UnsubscribeInstanceInput
SetProduct sets the Product field's value.
func (*UnsubscribeInstanceInput) SetUnsubscribeRelatedInstance ¶
func (s *UnsubscribeInstanceInput) SetUnsubscribeRelatedInstance(v bool) *UnsubscribeInstanceInput
SetUnsubscribeRelatedInstance sets the UnsubscribeRelatedInstance field's value.
func (UnsubscribeInstanceInput) String ¶
func (s UnsubscribeInstanceInput) String() string
String returns the string representation
func (*UnsubscribeInstanceInput) Validate ¶ added in v1.0.116
func (s *UnsubscribeInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UnsubscribeInstanceOutput ¶
type UnsubscribeInstanceOutput struct {
Metadata *response.ResponseMetadata
OrderID *string `type:"string" json:",omitempty"`
OrderIDList []*string `type:"list" json:",omitempty"`
SuccessInstanceInfos []*SuccessInstanceInfoForUnsubscribeInstanceOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (UnsubscribeInstanceOutput) GoString ¶
func (s UnsubscribeInstanceOutput) GoString() string
GoString returns the string representation
func (*UnsubscribeInstanceOutput) SetOrderID ¶
func (s *UnsubscribeInstanceOutput) SetOrderID(v string) *UnsubscribeInstanceOutput
SetOrderID sets the OrderID field's value.
func (*UnsubscribeInstanceOutput) SetOrderIDList ¶ added in v1.0.175
func (s *UnsubscribeInstanceOutput) SetOrderIDList(v []*string) *UnsubscribeInstanceOutput
SetOrderIDList sets the OrderIDList field's value.
func (*UnsubscribeInstanceOutput) SetSuccessInstanceInfos ¶
func (s *UnsubscribeInstanceOutput) SetSuccessInstanceInfos(v []*SuccessInstanceInfoForUnsubscribeInstanceOutput) *UnsubscribeInstanceOutput
SetSuccessInstanceInfos sets the SuccessInstanceInfos field's value.
func (UnsubscribeInstanceOutput) String ¶
func (s UnsubscribeInstanceOutput) String() string
String returns the string representation
type UpdateAuthInput ¶ added in v1.0.125
type UpdateAuthInput struct {
AuthListStr *string `type:"string" json:",omitempty"`
// RelationID is a required field
RelationID *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (UpdateAuthInput) GoString ¶ added in v1.0.125
func (s UpdateAuthInput) GoString() string
GoString returns the string representation
func (*UpdateAuthInput) SetAuthListStr ¶ added in v1.0.125
func (s *UpdateAuthInput) SetAuthListStr(v string) *UpdateAuthInput
SetAuthListStr sets the AuthListStr field's value.
func (*UpdateAuthInput) SetRelationID ¶ added in v1.0.125
func (s *UpdateAuthInput) SetRelationID(v string) *UpdateAuthInput
SetRelationID sets the RelationID field's value.
func (UpdateAuthInput) String ¶ added in v1.0.125
func (s UpdateAuthInput) String() string
String returns the string representation
func (*UpdateAuthInput) Validate ¶ added in v1.0.125
func (s *UpdateAuthInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAuthOutput ¶ added in v1.0.125
type UpdateAuthOutput struct {
Metadata *response.ResponseMetadata
IsSuccess *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateAuthOutput) GoString ¶ added in v1.0.125
func (s UpdateAuthOutput) GoString() string
GoString returns the string representation
func (*UpdateAuthOutput) SetIsSuccess ¶ added in v1.0.125
func (s *UpdateAuthOutput) SetIsSuccess(v bool) *UpdateAuthOutput
SetIsSuccess sets the IsSuccess field's value.
func (UpdateAuthOutput) String ¶ added in v1.0.125
func (s UpdateAuthOutput) String() string
String returns the string representation
type UpdateBudgetInput ¶ added in v1.1.41
type UpdateBudgetInput struct {
Budget *BudgetForUpdateBudgetInput `type:"structure" json:",omitempty"`
BudgetAlertMessage []*BudgetAlertMessageForUpdateBudgetInput `type:"list" json:",omitempty"`
BudgetAlertRule []*BudgetAlertRuleForUpdateBudgetInput `type:"list" json:",omitempty"`
BudgetAmount []*BudgetAmountForUpdateBudgetInput `type:"list" json:",omitempty"`
// BudgetID is a required field
BudgetID *string `type:"string" json:",omitempty" required:"true"`
BudgetRange *BudgetRangeForUpdateBudgetInput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateBudgetInput) GoString ¶ added in v1.1.41
func (s UpdateBudgetInput) GoString() string
GoString returns the string representation
func (*UpdateBudgetInput) SetBudget ¶ added in v1.1.41
func (s *UpdateBudgetInput) SetBudget(v *BudgetForUpdateBudgetInput) *UpdateBudgetInput
SetBudget sets the Budget field's value.
func (*UpdateBudgetInput) SetBudgetAlertMessage ¶ added in v1.1.41
func (s *UpdateBudgetInput) SetBudgetAlertMessage(v []*BudgetAlertMessageForUpdateBudgetInput) *UpdateBudgetInput
SetBudgetAlertMessage sets the BudgetAlertMessage field's value.
func (*UpdateBudgetInput) SetBudgetAlertRule ¶ added in v1.1.41
func (s *UpdateBudgetInput) SetBudgetAlertRule(v []*BudgetAlertRuleForUpdateBudgetInput) *UpdateBudgetInput
SetBudgetAlertRule sets the BudgetAlertRule field's value.
func (*UpdateBudgetInput) SetBudgetAmount ¶ added in v1.1.41
func (s *UpdateBudgetInput) SetBudgetAmount(v []*BudgetAmountForUpdateBudgetInput) *UpdateBudgetInput
SetBudgetAmount sets the BudgetAmount field's value.
func (*UpdateBudgetInput) SetBudgetID ¶ added in v1.1.41
func (s *UpdateBudgetInput) SetBudgetID(v string) *UpdateBudgetInput
SetBudgetID sets the BudgetID field's value.
func (*UpdateBudgetInput) SetBudgetRange ¶ added in v1.1.41
func (s *UpdateBudgetInput) SetBudgetRange(v *BudgetRangeForUpdateBudgetInput) *UpdateBudgetInput
SetBudgetRange sets the BudgetRange field's value.
func (UpdateBudgetInput) String ¶ added in v1.1.41
func (s UpdateBudgetInput) String() string
String returns the string representation
func (*UpdateBudgetInput) Validate ¶ added in v1.1.41
func (s *UpdateBudgetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateBudgetOutput ¶ added in v1.1.41
type UpdateBudgetOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateBudgetOutput) GoString ¶ added in v1.1.41
func (s UpdateBudgetOutput) GoString() string
GoString returns the string representation
func (UpdateBudgetOutput) String ¶ added in v1.1.41
func (s UpdateBudgetOutput) String() string
String returns the string representation
type ZoneInfoListForListBudgetFilterZoneCodeOutput ¶ added in v1.1.41
type ZoneInfoListForListBudgetFilterZoneCodeOutput struct {
RegionZoneCode *string `type:"string" json:",omitempty"`
RegionZoneName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ZoneInfoListForListBudgetFilterZoneCodeOutput) GoString ¶ added in v1.1.41
func (s ZoneInfoListForListBudgetFilterZoneCodeOutput) GoString() string
GoString returns the string representation
func (*ZoneInfoListForListBudgetFilterZoneCodeOutput) SetRegionZoneCode ¶ added in v1.1.41
func (s *ZoneInfoListForListBudgetFilterZoneCodeOutput) SetRegionZoneCode(v string) *ZoneInfoListForListBudgetFilterZoneCodeOutput
SetRegionZoneCode sets the RegionZoneCode field's value.
func (*ZoneInfoListForListBudgetFilterZoneCodeOutput) SetRegionZoneName ¶ added in v1.1.41
func (s *ZoneInfoListForListBudgetFilterZoneCodeOutput) SetRegionZoneName(v string) *ZoneInfoListForListBudgetFilterZoneCodeOutput
SetRegionZoneName sets the RegionZoneName field's value.
func (ZoneInfoListForListBudgetFilterZoneCodeOutput) String ¶ added in v1.1.41
func (s ZoneInfoListForListBudgetFilterZoneCodeOutput) String() string
String returns the string representation
Source Files
¶
- api_cancel_invitation.go
- api_cancel_order.go
- api_clean_up_financial_relation.go
- api_common_buy.go
- api_create_budget.go
- api_create_financial_relation.go
- api_delete_budget.go
- api_delete_financial_relation.go
- api_get_order.go
- api_handle_invitation.go
- api_list_amortized_cost_bill_daily.go
- api_list_amortized_cost_bill_detail.go
- api_list_amortized_cost_bill_monthly.go
- api_list_available_instances.go
- api_list_bill.go
- api_list_bill_detail.go
- api_list_bill_overview_by_category.go
- api_list_bill_overview_by_prod.go
- api_list_budget.go
- api_list_budget_amount_by_budget_i_d.go
- api_list_budget_filter_billing_mode.go
- api_list_budget_filter_owner_i_d.go
- api_list_budget_filter_payer_i_d.go
- api_list_budget_filter_product.go
- api_list_budget_filter_project.go
- api_list_budget_filter_region_code.go
- api_list_budget_filter_subject_info.go
- api_list_budget_filter_tag_key.go
- api_list_budget_filter_tag_value.go
- api_list_budget_filter_zone_code.go
- api_list_coupon_usage_records.go
- api_list_coupons.go
- api_list_financial_relation.go
- api_list_invitation.go
- api_list_order_product_details.go
- api_list_orders.go
- api_list_package_usage_details.go
- api_list_recipient_information.go
- api_list_resource_packages.go
- api_list_split_bill_detail.go
- api_pay_order.go
- api_query_balance_acct.go
- api_query_budget_detail.go
- api_query_price_for_pay_as_you_go.go
- api_query_price_for_renew.go
- api_query_price_for_subscription.go
- api_renew_instance.go
- api_set_renewal_type.go
- api_unsubscribe_instance.go
- api_update_auth.go
- api_update_budget.go
- interface_billing.go
- service_billing.go