InternetBankPaymentAllOf

public final class InternetBankPaymentAllOf

Parameters

bankId

The bank_id provided by the internet bank payment(IBP) provider (DRWP aka NetGiro) for the bank used for processing the payment.

bankBranchCode

A code that identifies the bank branch for internet bank payment(IBP).

telephones

Telephone(s) associated with internet bank payment(IBP) provider.

Constructors

Link copied to clipboard
public InternetBankPaymentAllOf InternetBankPaymentAllOf(String bankId, String bankBranchCode, List<Telephone> telephones)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Length(max = 15)
@NotNull()
@Valid()
private final String bankBranchCode
Link copied to clipboard
@Length(max = 15)
@NotNull()
@Valid()
private final String bankId
Link copied to clipboard
@Size(min = 1, max = 20)
@NotNull()
@Valid()
private final List<Telephone> telephones

Functions

Link copied to clipboard
Link copied to clipboard
public final String getBankBranchCode()
Link copied to clipboard
public final String getBankId()
Link copied to clipboard
public final List<Telephone> getTelephones()
Link copied to clipboard