All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.checkout.issuing.testing.responses.CardAuthorizationReversalResponse Maven / Gradle / Ivy

There is a newer version: 6.4.2
Show newest version
package com.checkout.issuing.testing.responses;

import com.checkout.HttpMetadata;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;

@Data
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
public class CardAuthorizationReversalResponse extends HttpMetadata {

    private ReversalStatus status;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy