PaymentTransactionPaymentProfile Property |
Gets or sets the payment profile by which this transaction is performed.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public PaymentProfile PaymentProfile { get; set; }
Public Property PaymentProfile As PaymentProfile
Get
Set
public:
property PaymentProfile^ PaymentProfile {
PaymentProfile^ get ();
void set (PaymentProfile^ value);
}
member PaymentProfile : PaymentProfile with get, set
Property Value
Type:
PaymentProfileSee Also