@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:15:19.251Z[UTC]") public class SinglePayment extends Object
Constructor and Description |
---|
SinglePayment() |
public SinglePayment creditorAccount(AccountReference creditorAccount)
@Valid public @Valid AccountReference getCreditorAccount()
public void setCreditorAccount(AccountReference creditorAccount)
public SinglePayment creditorAddress(Address creditorAddress)
@Valid public @Valid Address getCreditorAddress()
public void setCreditorAddress(Address creditorAddress)
public SinglePayment creditorAgent(String creditorAgent)
public String getCreditorAgent()
public void setCreditorAgent(String creditorAgent)
public SinglePayment creditorName(String creditorName)
public String getCreditorName()
public void setCreditorName(String creditorName)
public SinglePayment debtorAccount(AccountReference debtorAccount)
@Valid public @Valid AccountReference getDebtorAccount()
public void setDebtorAccount(AccountReference debtorAccount)
public SinglePayment endToEndIdentification(String endToEndIdentification)
public String getEndToEndIdentification()
public void setEndToEndIdentification(String endToEndIdentification)
public SinglePayment instructedAmount(Amount instructedAmount)
@Valid public @Valid Amount getInstructedAmount()
public void setInstructedAmount(Amount instructedAmount)
public SinglePayment paymentId(String paymentId)
public String getPaymentId()
public void setPaymentId(String paymentId)
public SinglePayment paymentProduct(PaymentProduct paymentProduct)
@Valid public @Valid PaymentProduct getPaymentProduct()
public void setPaymentProduct(PaymentProduct paymentProduct)
public SinglePayment paymentStatus(PaymentStatus paymentStatus)
@Valid public @Valid PaymentStatus getPaymentStatus()
public void setPaymentStatus(PaymentStatus paymentStatus)
public SinglePayment remittanceInformationUnstructured(String remittanceInformationUnstructured)
public String getRemittanceInformationUnstructured()
public void setRemittanceInformationUnstructured(String remittanceInformationUnstructured)
public SinglePayment requestedExecutionDate(LocalDate requestedExecutionDate)
@Valid public @Valid LocalDate getRequestedExecutionDate()
public void setRequestedExecutionDate(LocalDate requestedExecutionDate)
public SinglePayment requestedExecutionTime(String requestedExecutionTime)
public String getRequestedExecutionTime()
public void setRequestedExecutionTime(String requestedExecutionTime)
Copyright © 2020. All rights reserved.