[This is preliminary documentation and is subject to change.]
Transaction method
| C# | Visual Basic | Visual C++ |
public class TransactionPayMethod : SifKeyedElement
Public Class TransactionPayMethod _ Inherits SifKeyedElement
public ref class TransactionPayMethod : public SifKeyedElement
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TransactionPayMethodTransactionPayMethodNew()() |
Creates an instance of a TransactionPayMethod
| |
| TransactionPayMethodTransactionPayMethodNew(TransactionPayMethodType, FSAmounts) |
Constructor that accepts values for all mandatory fields
| |
| AddAmounts(FSAmounts) | Adds a new <Amounts> child element. | |
| GetAmountses()() |
Gets all FSAmounts object instances. More than once instance can be defined for this object because it is a repeatable field element.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifKeyedElement.KeyFields.) | |
| SetAmountses(array<FSAmounts>[]()) |
Sets all FSAmounts object instances. All existing
FSAmounts instances
are removed and replaced with this list. Calling this method with the
parameter value set to null removes all FSAmountses.
| |
| SetType(TransactionPayMethodType) |
Sets the value of the Type attribute.
| |
| Type |
Gets or sets the value of the Type attribute.
|
Author: Generated by adkgen
Version: 2.0
Since: 1.5r1
| Object | ||||
| Element | ||||
| SifElement | ||||
| SifKeyedElement | ||||
| TransactionPayMethod | ||||