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

io.paymenthighway.model.applepay.PaymentDataHeader Maven / Gradle / Ivy

There is a newer version: 2.1.1.1
Show newest version
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;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy