UpdateSponsorshipPaymentDetailsInput
Defines the input for creating/updating a payment details while updating a sponsorship.
input UpdateSponsorshipPaymentDetailsInput {
adjustmentAmount: Float
currencyId: ID
discountAmount: Float
loadingAmount: Float
}
Fields
UpdateSponsorshipPaymentDetailsInput.adjustmentAmount ● Float scalar
An amount to adjust the charge amount by. Optional.
When set to null the value will default to 0.
UpdateSponsorshipPaymentDetailsInput.currencyId ● ID scalar
The identifier of the currency the payment will be in. Defaults to the event's default currency if not specified. Optional.
UpdateSponsorshipPaymentDetailsInput.discountAmount ● Float scalar
An amount to discount the charge amount by. Optional.
When set to null the value will default to 0.
UpdateSponsorshipPaymentDetailsInput.loadingAmount ● Float scalar
A loading amount to add to the charge amount. Optional.
When set to null the value will default to 0.
Member Of
UpdateSponsorshipInput input