Class PaymentRelationshipInformation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extrinsic property.Gets the value of the paymentProviderInformation property.
-
Field Details
-
paymentProviderInformation
-
extrinsic
-
-
Constructor Details
-
PaymentRelationshipInformation
public PaymentRelationshipInformation()
-
-
Method Details
-
getPaymentProviderInformation
Gets the value of the paymentProviderInformation property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the paymentProviderInformation property.For example, to add a new item, do as follows:
getPaymentProviderInformation().add(newItem);Objects of the following type(s) are allowed in the list
PaymentProviderInformation -
getExtrinsic
Gets the value of the extrinsic property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the extrinsic property.For example, to add a new item, do as follows:
getExtrinsic().add(newItem);Objects of the following type(s) are allowed in the list
Extrinsic
-