PluginDataGetPaymentMethodsData
in package
Uses
ElementTrait
This is the plugin payment methods data class.
The API plugin payment methods data will be stored in that class and will remain immutable (only get methods are available)
Tags
Table of Contents
getOneClickPaymentMethods() | Returns the oneClickPaymentMethods. | : string |
---|---|---|
getPaymentMethods() | Returns the paymentMethods. | : string |
getRecurringDetailReference() | Returns the RecurringDetailReference. | : array<string|int, mixed> |
getStatus() | Returns the property status. | : int |
getStoredPaymentMethods() | Returns the storedPaymentMethods. | : string |
setOneClickPaymentMethods() | : mixed | |
setPaymentMethods() | : mixed | |
setRecurringDetailReference() | : mixed | |
setStoredPaymentMethods() | : mixed |
Methods
getOneClickPaymentMethods()
Returns the oneClickPaymentMethods.
public
getOneClickPaymentMethods() : string
Return values
string —getPaymentMethods()
Returns the paymentMethods.
public
getPaymentMethods() : string
Return values
string —getRecurringDetailReference()
Returns the RecurringDetailReference.
public
getRecurringDetailReference() : array<string|int, mixed>
Return values
array<string|int, mixed> —getStatus()
Returns the property status.
public
getStatus() : int
Return values
int —getStoredPaymentMethods()
Returns the storedPaymentMethods.
public
getStoredPaymentMethods() : string
Return values
string —setOneClickPaymentMethods()
protected
setOneClickPaymentMethods(string $oneClickPaymentMethods) : mixed
Parameters
- $oneClickPaymentMethods : string
Return values
mixed —setPaymentMethods()
protected
setPaymentMethods(string $paymentMethods) : mixed
Parameters
- $paymentMethods : string
Return values
mixed —setRecurringDetailReference()
protected
setRecurringDetailReference(array<string|int, mixed> $recurringDetailReference) : mixed
Parameters
- $recurringDetailReference : array<string|int, mixed>
Return values
mixed —setStoredPaymentMethods()
protected
setStoredPaymentMethods(string $storedPaymentMethods) : mixed
Parameters
- $storedPaymentMethods : string