com.cashfree.pg.gatewayinterface.CFHeaders Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api Show documentation
Show all versions of api Show documentation
Cashfree Payments, PG Java SDK
package com.cashfree.pg.gatewayinterface;
import lombok.Builder;
import lombok.Data;
@Data
@Builder
public class CFHeaders {
private String RequestID;
private String IdempotencyKey;
}