Class PaymentInitiationResponse
- java.lang.Object
-
- de.adorsys.opba.tppbankingapi.pis.model.generated.PaymentInitiationResponse
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2021-10-11T17:07:27.192836Z[Etc/UTC]") public class PaymentInitiationResponse extends ObjectBody of the response for a successful payment initiation request.
-
-
Constructor Summary
Constructors Constructor Description PaymentInitiationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetMsg()use redirect link messageinthashCode()PaymentInitiationResponsemsg(String msg)voidsetMsg(String msg)StringtoString()
-
-
-
Method Detail
-
msg
public PaymentInitiationResponse msg(String msg)
-
getMsg
public String getMsg()
use redirect link message- Returns:
- msg
-
setMsg
public void setMsg(String msg)
-
-