public class OrderPaymentProduct extends Object implements CieloLioEntity
Modifier and Type | Class and Description |
---|---|
static class |
OrderPaymentProduct.Builder |
Constructor and Description |
---|
OrderPaymentProduct() |
Modifier and Type | Method and Description |
---|---|
Integer |
getNumberOfQuotas() |
String |
getPrimaryProductName() |
String |
getSecondaryProductName() |
static OrderPaymentProduct.Builder |
newBuilder() |
void |
setNumberOfQuotas(Integer numberOfQuotas) |
void |
setPrimaryProductName(String primaryProductName) |
void |
setSecondaryProductName(String secondaryProductName) |
public static OrderPaymentProduct.Builder newBuilder()
public String getPrimaryProductName()
public void setPrimaryProductName(String primaryProductName)
public String getSecondaryProductName()
public void setSecondaryProductName(String secondaryProductName)
public Integer getNumberOfQuotas()
public void setNumberOfQuotas(Integer numberOfQuotas)
Copyright © 2018. All rights reserved.