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

com.blockchyp.client.dto.IPaymentMethod Maven / Gradle / Ivy

Go to download

This is the recommended means for Java developers to access the BlockChyp gateway and BlockChyp terminals.

There is a newer version: 2.19.0
Show newest version
/**
 * Copyright 2019 BlockChyp, Inc. All rights reserved. Use of this code is governed by a
 * license that can be found in the LICENSE file.
 *
 * This file was generated automatically. Changes to this file will be lost every time the
 * code is regenerated.
 */

package com.blockchyp.client.dto;

import com.blockchyp.client.dto.CardType;

/**
 * Request details about a payment method.
 */

public interface IPaymentMethod {

     String getToken();

     String getTrack1();

     String getTrack2();

     String getPan();

     String getRoutingNumber();

     String getCardholderName();

     String getExpMonth();

     String getExpYear();

     String getCvv();

     String getAddress();

     String getPostalCode();

     boolean isManualEntry();

     String getKsn();

     String getPinBlock();

     CardType getCardType();

     String getPaymentType();


}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy