Class RequestQPaySource.RequestQPaySourceBuilder
- java.lang.Object
-
- com.checkout.payments.previous.request.source.apm.RequestQPaySource.RequestQPaySourceBuilder
-
- Enclosing class:
- RequestQPaySource
public static class RequestQPaySource.RequestQPaySourceBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestQPaySourcebuild()RequestQPaySource.RequestQPaySourceBuilderdescription(java.lang.String description)RequestQPaySource.RequestQPaySourceBuilderlanguage(java.lang.String language)RequestQPaySource.RequestQPaySourceBuildernationalId(java.lang.String nationalId)RequestQPaySource.RequestQPaySourceBuilderquantity(java.lang.Integer quantity)java.lang.StringtoString()
-
-
-
Method Detail
-
quantity
public RequestQPaySource.RequestQPaySourceBuilder quantity(java.lang.Integer quantity)
- Returns:
this.
-
description
public RequestQPaySource.RequestQPaySourceBuilder description(java.lang.String description)
- Returns:
this.
-
language
public RequestQPaySource.RequestQPaySourceBuilder language(java.lang.String language)
- Returns:
this.
-
nationalId
public RequestQPaySource.RequestQPaySourceBuilder nationalId(java.lang.String nationalId)
- Returns:
this.
-
build
public RequestQPaySource build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-