Click or drag to resize

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
)

Parameters

paymentProfileId
Type: SystemGuid
The payment profile id.

Return Value

Type: PaymentProfile
Requested payment profile.
See Also