PaymentMethodsHelperGetPaymentProfile Method |
Note: This API is now obsolete.
Gets the payment profile by id.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax [ObsoleteAttribute("Use same method from PaymentProfileHelper class!",
false)]
public static PaymentProfile GetPaymentProfile(
Guid paymentProfileId
)
<ObsoleteAttribute("Use same method from PaymentProfileHelper class!",
false)>
Public Shared Function GetPaymentProfile (
paymentProfileId As Guid
) As PaymentProfile
public:
[ObsoleteAttribute(L"Use same method from PaymentProfileHelper class!",
false)]
static PaymentProfile^ GetPaymentProfile(
Guid paymentProfileId
)
[<ObsoleteAttribute("Use same method from PaymentProfileHelper class!",
false)>]
static member GetPaymentProfile :
paymentProfileId : Guid -> PaymentProfile
Parameters
- paymentProfileId
- Type: SystemGuid
The payment profile id.
Return Value
Type:
PaymentProfileRequested payment profile.
See Also