| Package | Description |
|---|---|
| ch.postfinance.sdk.model |
| Modifier and Type | Field and Description |
|---|---|
protected PaymentLinkProtectionMode |
PaymentLinkCreate.protectionMode |
protected PaymentLinkProtectionMode |
PaymentLink.protectionMode |
| Modifier and Type | Method and Description |
|---|---|
static PaymentLinkProtectionMode |
PaymentLinkProtectionMode.fromValue(String text) |
PaymentLinkProtectionMode |
PaymentLinkCreate.getProtectionMode()
The protection mode determines if the payment link is protected against tampering and in what way.
|
PaymentLinkProtectionMode |
PaymentLink.getProtectionMode()
The protection mode determines if the payment link is protected against tampering and in what way.
|
static PaymentLinkProtectionMode |
PaymentLinkProtectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentLinkProtectionMode[] |
PaymentLinkProtectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentLinkCreate |
PaymentLinkCreate.protectionMode(PaymentLinkProtectionMode protectionMode) |
void |
PaymentLinkCreate.setProtectionMode(PaymentLinkProtectionMode protectionMode) |
Copyright © 2021. All rights reserved.