Skip to main content

RefundErrorCode

An enumeration.

enum RefundErrorCode {
NOT_FOUND
REQUIRED
GRAPHQL_ERROR
INVALID
ALREADY_EXISTS
NOT_ALLOWED
INVALID_STATUS
INVALID_QUANTITY
DUPLICATED_INPUT_ITEM
INVALID_CHARGED_TO
}

Values

RefundErrorCode.NOT_FOUND

RefundErrorCode.REQUIRED

RefundErrorCode.GRAPHQL_ERROR

RefundErrorCode.INVALID

RefundErrorCode.ALREADY_EXISTS

RefundErrorCode.NOT_ALLOWED

RefundErrorCode.INVALID_STATUS

RefundErrorCode.INVALID_QUANTITY

RefundErrorCode.DUPLICATED_INPUT_ITEM

RefundErrorCode.INVALID_CHARGED_TO

Member Of

RefundError object

Was this page helpful?