Modifier and Type | Field and Description |
---|---|
private Amount |
captureAmount |
private java.lang.String |
captureReferenceId |
private java.lang.String |
merchantId |
private java.lang.String |
orderAuthorizationId |
private java.lang.String |
softDescriptor |
Constructor and Description |
---|
CaptureRequestBuilder(java.lang.String orderAuthorizationId,
java.lang.String captureReferenceId,
Amount captureAmount,
java.lang.String merchantId) |
Modifier and Type | Method and Description |
---|---|
com.amazonservices.mws.offamazonpayments.model.CaptureRequest |
build() |
CaptureRequestBuilder |
withSoftDescriptor(java.lang.String softDescriptor) |
private final java.lang.String orderAuthorizationId
private final java.lang.String captureReferenceId
private final Amount captureAmount
private final java.lang.String merchantId
private java.lang.String softDescriptor
public CaptureRequestBuilder(java.lang.String orderAuthorizationId, java.lang.String captureReferenceId, Amount captureAmount, java.lang.String merchantId)
public CaptureRequestBuilder withSoftDescriptor(java.lang.String softDescriptor)