public class GetInstallmentRequest extends Object
Constructor and Description |
---|
GetInstallmentRequest() |
Modifier and Type | Method and Description |
---|---|
AmountOfMoney |
getAmountOfMoney()
Object containing amount and ISO currency code attributes
|
String |
getBin()
The first digits of the card number from left to right with a minimum of 6 digits
|
String |
getCountryCode()
ISO 3166-1 alpha-2 country code
|
Integer |
getPaymentProductId()
Payment product identifier
Please see payment products for a full overview of possible values. |
void |
setAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
void |
setBin(String value)
The first digits of the card number from left to right with a minimum of 6 digits
|
void |
setCountryCode(String value)
ISO 3166-1 alpha-2 country code
|
void |
setPaymentProductId(Integer value)
Payment product identifier
Please see payment products for a full overview of possible values. |
public AmountOfMoney getAmountOfMoney()
public void setAmountOfMoney(AmountOfMoney value)
public String getBin()
public void setBin(String value)
public String getCountryCode()
public void setCountryCode(String value)
public Integer getPaymentProductId()
public void setPaymentProductId(Integer value)
Copyright © 2024 Worldline Global Collect. All rights reserved.