Type Alias PlatformCancellableAmountExceededError

PlatformCancellableAmountExceededError: {
    type: "PLATFORM_CANCELLABLE_AMOUNT_EXCEEDED";
    cancellableAmount: number;
    requestAmount: number;
    amountType: PlatformCancellableAmountType;
    message?: string;
}

취소 가능한 금액이 초과한 경우

Type declaration

  • type: "PLATFORM_CANCELLABLE_AMOUNT_EXCEEDED"
  • cancellableAmount: number

    (int64)

  • requestAmount: number

    (int64)

  • amountType: PlatformCancellableAmountType
  • Optionalmessage?: string