PaymentMethod

@JsonApi(type = "paymentMethod")
class PaymentMethod : Resource

Types

Links
Link copied to clipboard
class Links
MandatoryAuthorisationAttributes
Link copied to clipboard
class MandatoryAuthorisationAttributes
Meta
Link copied to clipboard
class Meta
Status
Link copied to clipboard
enum Status : Enum<PaymentMethod.Status>

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getContext
Link copied to clipboard
open fun getContext(): Document
getDocument
Link copied to clipboard
open fun getDocument(): Document
getId
Link copied to clipboard
open fun getId(): String
getLinks
Link copied to clipboard
open fun getLinks(): JsonBuffer<Any>
getMeta
Link copied to clipboard
open fun getMeta(): JsonBuffer<Any>
getPaymentMethodKind
Link copied to clipboard
fun getPaymentMethodKind(): PaymentMethodKind
getPaymentMethodVendor
Link copied to clipboard
fun getPaymentMethodVendor(): PaymentMethodVendor
getPaymentTokens
Link copied to clipboard
fun getPaymentTokens(): MutableList<PaymentToken>
getType
Link copied to clipboard
open fun getType(): String
hashCode
Link copied to clipboard
open override fun hashCode(): Int
setContext
Link copied to clipboard
open fun setContext(p0: Document)
setDocument
Link copied to clipboard
open fun setDocument(p0: Document)
setId
Link copied to clipboard
open fun setId(p0: String)
setLinks
Link copied to clipboard
open fun setLinks(p0: JsonBuffer<Any>)
setMeta
Link copied to clipboard
open fun setMeta(p0: JsonBuffer<Any>)
setType
Link copied to clipboard
open fun setType(p0: String)
toString
Link copied to clipboard
open override fun toString(): String

Properties

alias
Link copied to clipboard
var alias: String? = null
approvalURL
Link copied to clipboard
var approvalURL: String? = null
expiry
Link copied to clipboard
var expiry: Date? = null
identificationString
Link copied to clipboard
var identificationString: String? = null
implicit
Link copied to clipboard
var implicit: Boolean? = null
kind
Link copied to clipboard
var kind: String? = null
links
Link copied to clipboard
var links: PaymentMethod.Links? = null
managed
Link copied to clipboard
var managed: Boolean? = null
meta
Link copied to clipboard
var meta: PaymentMethod.Meta? = null
status
Link copied to clipboard
var status: PaymentMethod.Status? = null
twoFactor
Link copied to clipboard
var twoFactor: Boolean? = null
vendorPRN
Link copied to clipboard
var vendorPRN: String? = null