Skip to main content

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! non-null scalar

An amount to adjust the charge amount by. Defaults to 0 if not specified.

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! non-null scalar

An amount to discount the charge amount by. Defaults to 0 if not specified.

UpdateSponsorshipPaymentDetailsInput.loadingAmount ● Float! non-null scalar

A loading amount to add to the charge amount. Defaults to 0 if not specified.

Member Of

UpdateSponsorshipInput input