public static class RefundService.RefundCreateRequest.Links
extends java.lang.Object
Constructor and Description |
---|
RefundService.RefundCreateRequest.Links() |
Modifier and Type | Method and Description |
---|---|
RefundService.RefundCreateRequest.Links |
withMandate(java.util.Map<java.lang.String,java.lang.String> mandate)
private beta ID of the mandate against which the refund is being made.
|
RefundService.RefundCreateRequest.Links |
withPayment(java.lang.String payment)
ID of the payment against which the refund is being made.
|
public RefundService.RefundCreateRequest.Links()
public RefundService.RefundCreateRequest.Links withMandate(java.util.Map<java.lang.String,java.lang.String> mandate)
private beta ID of the mandate against which the refund is being made.
public RefundService.RefundCreateRequest.Links withPayment(java.lang.String payment)
ID of the payment against which the refund is being made.