public class PayInPaymentDetailsPreAuthorized extends Dto implements PayInPaymentDetails
| Constructor and Description |
|---|
PayInPaymentDetailsPreAuthorized() |
| Modifier and Type | Method and Description |
|---|---|
CultureCode |
getCulture() |
java.lang.String |
getPreauthorizationId() |
Shipping |
getShipping() |
PayInPaymentDetailsPreAuthorized |
setCulture(CultureCode culture) |
void |
setPreauthorizationId(java.lang.String preauthorizationId) |
PayInPaymentDetailsPreAuthorized |
setShipping(Shipping shipping) |
getDependentObjects, getReadOnlyProperties, getSubObjects, getValuespublic java.lang.String getPreauthorizationId()
public Shipping getShipping()
public PayInPaymentDetailsPreAuthorized setShipping(Shipping shipping)
public void setPreauthorizationId(java.lang.String preauthorizationId)
public CultureCode getCulture()
public PayInPaymentDetailsPreAuthorized setCulture(CultureCode culture)