SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


PaymentCapabilityAttribute

Namespace: SBPaymentService

public class PaymentCapabilityAttribute : System.Attribute

Inheritance ObjectAttributePaymentCapabilityAttribute

Properties

OneTimePayment

public bool OneTimePayment { get; set; }

Property Value

Boolean

Subscription

public bool Subscription { get; set; }

Property Value

Boolean

SubscriptionSimplified

public bool SubscriptionSimplified { get; set; }

Property Value

Boolean

TypeId

public object TypeId { get; }

Property Value

Object

Constructors

PaymentCapabilityAttribute(Boolean, Boolean, Boolean)

public PaymentCapabilityAttribute(bool oneTimePayment, bool subscription, bool subscriptionSimplified)

Parameters

oneTimePayment Boolean

subscription Boolean

subscriptionSimplified Boolean


< クラス一覧