public class MandatePdf
extends java.lang.Object
Represents a mandate pdf resource returned from the API.
Mandate PDFs allow you to easily display scheme-rules compliant Direct Debit mandates to your customers.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExpiresAt()
The date and time at which the
url will expire (10 minutes after the original request). |
java.lang.String |
getUrl()
The URL at which this mandate PDF can be viewed until it expires at the date and time specified by
expires_at . |
public java.lang.String getExpiresAt()
The date and time at which the url
will expire (10 minutes after the original request).
public java.lang.String getUrl()
The URL at which this mandate PDF can be viewed until it expires at the date and time specified by expires_at
. You should not store this URL or rely on its structure remaining the same.