CarsValidFormsOfPayment

public final class CarsValidFormsOfPayment

List of all the forms of payment that will be accepted for the booking of this rental transaction.

Parameters

paymentMethod

Method of payment

paymentSubMethod

Sub method of payment

brandName

The brand name of the payment sub-method to be displayed to the customer. In many cases it will be the same as the payment sub-method, but \"Visa/Carte Bleue\" and \"Visa/Delta are some of the exceptions.

Constructors

Link copied to clipboard
public CarsValidFormsOfPayment CarsValidFormsOfPayment(String paymentMethod, String paymentSubMethod, String brandName)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@NotNull()
@Valid()
private final String brandName
Link copied to clipboard
@NotNull()
@Valid()
private final String paymentMethod
Link copied to clipboard
@NotNull()
@Valid()
private final String paymentSubMethod

Functions

Link copied to clipboard
Link copied to clipboard
public final String getBrandName()
Link copied to clipboard
public final String getPaymentMethod()
Link copied to clipboard
public final String getPaymentSubMethod()
Link copied to clipboard