UpdateSponsorshipPaymentDetailsInput
Defines the input for creating/updating a payment details while updating a sponsorship.
input UpdateSponsorshipPaymentDetailsInput {
adjustmentAmount: Float
currencyId: ID
discountAmount: Float
loadingAmount: Float
splitChargeAmount: 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.
UpdateSponsorshipPaymentDetailsInput.splitChargeAmount ● Float scalar
The amount that the other contact is paying when the paymentStatus is SPLIT_CHARGE. Optional.
Value is required if paymentStatus is set to SPLIT_CHARGE. Must be greater than 0.
Member Of
UpdateSponsorshipInput input