public class BlikLevel0PaymentObject extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BlikLevel0PaymentObject.Builder
Class to build instances of
BlikLevel0PaymentObject. |
| Constructor and Description |
|---|
BlikLevel0PaymentObject()
Default constructor.
|
BlikLevel0PaymentObject(String authCode)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthCode()
Getter for AuthCode.
|
void |
setAuthCode(String authCode)
Setter for AuthCode.
|
BlikLevel0PaymentObject.Builder |
toBuilder()
Builds a new
BlikLevel0PaymentObject.Builder object. |
String |
toString()
Converts this BlikLevel0PaymentObject into string format.
|
public BlikLevel0PaymentObject()
public BlikLevel0PaymentObject(String authCode)
authCode - String value for authCode.public String getAuthCode()
public void setAuthCode(String authCode)
authCode - Value for Stringpublic String toString()
public BlikLevel0PaymentObject.Builder toBuilder()
BlikLevel0PaymentObject.Builder object.
Creates the instance with the state of the current model.BlikLevel0PaymentObject.Builder objectCopyright © 2025. All rights reserved.