public static class ForeignExchangeDealCreateCommand.Result extends Object
Constructor and Description |
---|
ForeignExchangeDealCreateCommand.Result(BapiQueryResult result) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<FtrStructureChangeInformationForFlow> |
getChangeInformationForOtherFlows() |
List<FtrStructureChangeInformationForPaymentDetail> |
getChangeInformationForPaymentDetails() |
List<FtrStructureForFlow> |
getChangeOtherFlows() |
List<FtrStructureForPaymentDetail> |
getChangePaymentDetails() |
CompanyCode |
getCompanycode() |
Transaction |
getFinancialtransaction() |
List<ReturnParameter> |
getMessages() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="result") @Generated(value="lombok") public ForeignExchangeDealCreateCommand.Result(BapiQueryResult result)
public Transaction getFinancialtransaction()
public CompanyCode getCompanycode()
public List<FtrStructureForPaymentDetail> getChangePaymentDetails()
public List<FtrStructureChangeInformationForPaymentDetail> getChangeInformationForPaymentDetails()
public List<FtrStructureForFlow> getChangeOtherFlows()
public List<FtrStructureChangeInformationForFlow> getChangeInformationForOtherFlows()
public List<ReturnParameter> getMessages()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2017 SAP SE. All rights reserved.