Skip to main content

PaymentChargeStatusEnum

Represents possible statuses of a payment.

The following statuses are possible:

  • NOT_CHARGED - no funds were take off the customer founding source yet.
  • PARTIALLY_CHARGED - funds were taken off the customer's funding source, partly covering the payment amount.
  • FULLY_CHARGED - funds were taken off the customer founding source, partly or completely covering the payment amount.
  • PARTIALLY_REFUNDED - part of charged funds were returned to the customer.
  • FULLY_REFUNDED - all charged funds were returned to the customer.
enum PaymentChargeStatusEnum {
NOT_CHARGED
PENDING
PARTIALLY_CHARGED
FULLY_CHARGED
PARTIALLY_REFUNDED
FULLY_REFUNDED
REFUSED
CANCELLED
VOIDED
}

Values

PaymentChargeStatusEnum.NOT_CHARGED

PaymentChargeStatusEnum.PENDING

PaymentChargeStatusEnum.PARTIALLY_CHARGED

PaymentChargeStatusEnum.FULLY_CHARGED

PaymentChargeStatusEnum.PARTIALLY_REFUNDED

PaymentChargeStatusEnum.FULLY_REFUNDED

PaymentChargeStatusEnum.REFUSED

PaymentChargeStatusEnum.CANCELLED

PaymentChargeStatusEnum.VOIDED

Member Of

CustomerNauticalOrderFilterInput input ● CustomerOrderFilterInput input ● NauticalOrder object ● NauticalOrderFilterInput input ● Order object ● OrderFilterInput input ● Payment object

Was this page helpful?