toggle menu
rapid-sdk
4.1.0
5.3.0
5.1.0
5.0.1
5.0.0
4.3.0
4.2.0
4.1.3
4.1.2
4.1.1
4.1.0
3.2.2
JVM
switch theme
search in API
rapid-sdk
/
com.expediagroup.sdk.rapid.models
/
PaymentType
Payment
Type
public
final
class
PaymentType
An individual payment type.
Parameters
id
The identifier of the payment type.
name
The name of the payment type.
Members
Constructors
Payment
Type
Link copied to clipboard
public
PaymentType
PaymentType
(
String
id
,
String
name
)
Types
Builder
Link copied to clipboard
public
final
class
Builder
Properties
id
Link copied to clipboard
@
Valid
(
)
private
final
String
id
name
Link copied to clipboard
@
Valid
(
)
private
final
String
name
Functions
builder
Link copied to clipboard
public
final
static
PaymentType.Builder
builder
(
)
get
Id
Link copied to clipboard
public
final
String
getId
(
)
get
Name
Link copied to clipboard
public
final
String
getName
(
)