public class PblPaymentLinksAllGet200ResponseOrderInformationLineItems extends Object
| Constructor and Description |
|---|
PblPaymentLinksAllGet200ResponseOrderInformationLineItems() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getProductDescription()
Brief description of item.
|
String |
getProductName()
For an authorization or capture transaction (`processingOptions.capture` is `true` or `false`), this field is required when `orderInformation.lineItems[].productCode` is not `default` or one of the other values that are related to shipping and/or handling.
|
String |
getUnitPrice()
Per-item price of the product.
|
int |
hashCode() |
PblPaymentLinksAllGet200ResponseOrderInformationLineItems |
productDescription(String productDescription) |
PblPaymentLinksAllGet200ResponseOrderInformationLineItems |
productName(String productName) |
void |
setProductDescription(String productDescription) |
void |
setProductName(String productName) |
void |
setUnitPrice(String unitPrice) |
String |
toString() |
PblPaymentLinksAllGet200ResponseOrderInformationLineItems |
unitPrice(String unitPrice) |
public PblPaymentLinksAllGet200ResponseOrderInformationLineItems()
public PblPaymentLinksAllGet200ResponseOrderInformationLineItems productName(String productName)
public String getProductName()
public void setProductName(String productName)
public PblPaymentLinksAllGet200ResponseOrderInformationLineItems unitPrice(String unitPrice)
public String getUnitPrice()
public void setUnitPrice(String unitPrice)
public PblPaymentLinksAllGet200ResponseOrderInformationLineItems productDescription(String productDescription)
public String getProductDescription()
public void setProductDescription(String productDescription)
Copyright © 2025. All rights reserved.