Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 611 Bytes

File metadata and controls

22 lines (15 loc) · 611 Bytes

RefundTargetType

Example Usage

import (
	"github.com/gr4vy/gr4vy-go/models/components"
)

value := components.RefundTargetTypePaymentMethod

// Open enum: custom values can be created with a direct type cast
custom := components.RefundTargetType("custom_value")

Values

Name Value
RefundTargetTypePaymentMethod payment-method
RefundTargetTypeGiftCardRedemption gift-card-redemption