Enum StoredValueIssueResponse.ResultCodeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<StoredValueIssueResponse.ResultCodeEnum>
    Enclosing class:
    StoredValueIssueResponse

    public static enum StoredValueIssueResponse.ResultCodeEnum
    extends Enum<StoredValueIssueResponse.ResultCodeEnum>
    The result of the payment. Possible values: * **Success** – The operation has been completed successfully. * **Refused** – The operation was refused. The reason is given in the `refusalReason` field. * **Error** – There was an error when the operation was processed. The reason is given in the `refusalReason` field. * **NotEnoughBalance** – The amount on the payment method is lower than the amount given in the request. Only applicable to balance checks.