public class Refund
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Refund.Links |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAmount()
Amount in pence/cents/öre.
|
java.lang.String |
getCreatedAt()
Fixed timestamp, recording when this resource was created.
|
java.lang.String |
getCurrency()
ISO 4217 currency code.
|
java.lang.String |
getId()
Unique identifier, beginning with “RF”.
|
Refund.Links |
getLinks() |
java.util.Map<java.lang.String,java.lang.String> |
getMetadata()
Key-value store of custom data.
|
java.lang.String |
getReference()
An optional refund reference, displayed on your customer’s bank statement.
|
public java.lang.Integer getAmount()
Amount in pence/cents/öre.
public java.lang.String getCreatedAt()
Fixed timestamp, recording when this resource was created.
public java.lang.String getCurrency()
public java.lang.String getId()
Unique identifier, beginning with “RF”.
public Refund.Links getLinks()
public java.util.Map<java.lang.String,java.lang.String> getMetadata()
Key-value store of custom data. Up to 3 keys are permitted, with key names up to 50 characters and values up to 500 characters.
public java.lang.String getReference()
An optional refund reference, displayed on your customer’s bank statement. This can be up to 18 characters long for Bacs or BECS payments, 140 characters for SEPA payments, or 25 characters for Autogiro payments.