io.paymenthighway.model.applepay.PaymentDataHeader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of paymenthighway Show documentation
Show all versions of paymenthighway Show documentation
Payment Highway Java API Library
package io.paymenthighway.model.applepay;
import com.fasterxml.jackson.annotation.JsonProperty;
public class PaymentDataHeader {
@JsonProperty
String applicationData = null;
@JsonProperty
String ephemeralPublicKey = null;
@JsonProperty
String publicKeyHash = null;
@JsonProperty
String transactionId = null;
}